Welcome Guest, Not a member yet? Register   Sign In
Multiple different shopping cart instances
#2

[eluser]jvicab[/eluser]
try to se if this work:
$this->load->library('cart');
$cart1 = $this->cart;
$this->load->library('cart');
$cart2 = $this->cart;
Now I hope you have two different cart objects and you could use them to call the cart's methods.


Messages In This Thread
Multiple different shopping cart instances - by El Forum - 08-12-2011, 01:52 PM
Multiple different shopping cart instances - by El Forum - 08-12-2011, 01:59 PM
Multiple different shopping cart instances - by El Forum - 08-12-2011, 02:12 PM
Multiple different shopping cart instances - by El Forum - 08-12-2011, 02:31 PM
Multiple different shopping cart instances - by El Forum - 08-12-2011, 02:59 PM
Multiple different shopping cart instances - by El Forum - 08-12-2011, 03:02 PM
Multiple different shopping cart instances - by El Forum - 03-09-2012, 08:35 PM
Multiple different shopping cart instances - by El Forum - 03-10-2012, 05:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB