• Resolved mosdod

    (@mosdod)


    Hello

    We would like to know if there is a way to add a product in the cart automatically every time a product with gift wrap is in the cart?

    Thank you

Viewing 1 replies (of 1 total)
  • Hi there @mosdod,

    If you want to do some code, you can detect if our gift/assembly cost is present by checking if the cart item has an index ‘assembly’ set to true.

    We do this:
    $cart_item_meta['assembly'] = true;

Viewing 1 replies (of 1 total)
  • The topic ‘Add a product in cart’ is closed to new replies.