Guest User

Untitled

a guest
Jan 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2. $this->EE =& get_instance();
  3.  
  4. $this->EE->load->add_package_path(PATH_THIRD.'cartthrob/');
  5.  
  6. $this->EE->load->library('cartthrob_loader');
  7.  
  8. $params = array(
  9. 'product_id' => 37, //your entry_id
  10. 'item_options' => array(), //ie, 'product_size' => 'L',
  11. 'quantity' => 1,
  12. 'class' => 'product',
  13. );
  14.  
  15. $this->EE->cartthrob->cart->add_item($params);
Add Comment
Please, Sign In to add comment