I’m using the Shrine Pro 1.3.0 theme and I added a bundle offer feature.
The issue is that the bundle products are not displaying correctly in the cart drawer and sometimes in the checkout page.
On the Add to Cart step, the main product is added, but the bundle details (child products) do not show up.
Also, when I tried to hide free bundle items or items with the tag cart-hidden, I got this Liquid error:
Liquid syntax error (snippets/cart-drawer line 131):
Expected dotdot but found comparison in 'item.final_line_price > 0 and (item.product.tags contains 'cart-hidden')'
What I need:
Show bundle products properly in the cart.
Be able to hide free bundle items OR products with the tag cart-hidden without causing errors.
Here’s what I tried inside cart-drawer.liquid and main-cart-items.liquid, but it gave the syntax error.
Any help or code correction would be highly appreciated