Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $order = $modx->getObject('shk_order', 10);
- if( !$order ){
- return '';
- }
- $purchases = $modx->getCollection('shk_purchases', array('order_id' => $order->id));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement