Articles on: 💣 Issues & Errors

Does the app integrates with ajax/drawers carts?

Yes, to integrate the slider do the following:
Go to the Settings tab -> Cross Sell on the left menu -> Cart slider -> Slider in ajax/drawer Cart: -> select Enable



Add the following code to your popup/drawer cart liquid file:

<div data-page="cart" data-location="popup">
     <span zoorix-widget="upsell"></span>
</div>


To integrated the total price discount, please do the following:

Go to the Settings tab -> Slider on the left menu -> Cart slider -> Show discount in ajax/drawer cart: -> select Enable



Find the liquid file of the ajax/drawer and look for the cart total price.

Wrap the total price with a span that has 'zrx-cart-total' class, e.g.

<span class="zrx-cart-total">{{ cart.total_price }}</span>

If you still have any issues or questions please don't hesitate to contact us at support@zoorix.com ✉️.

Updated on: 20/01/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!