Save Cart in Hikashop Cart Class

  • Posts: 42
  • Thank you received: 3
1 year 4 months ago #353175

Hi,

May I know the save method for cart class?

Thanks.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
1 year 4 months ago #353178

Hi,

You're mixing the cart object which contains only the cart data loaded in the PHP memory and the cart class which allows you to access the methods to interact with carts in the database.
You should write:

$cartClass = hikashop_get('class.cart');
$cart = $cartClass->loadFullCart($cartId);
$cart->cart_coupon = '199';
$cartClass->save($cart);

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum