Dynamic Pricing support for theme Boundless

Learn how to ensure Dynamic Pricing is enabled on your theme

Bart Coppens avatar
Written by Bart Coppens
Updated over a week ago

Required customizations

This theme requires minor modifications to enable Dynamic Pricing on the cart and drawer cart:

Cart

Not sure how to edit your theme? Read this article first.

Add the following markup:

 data-cart-item data-cart-item-key="{{item.key}}"

Add the markup here:

Drawer cart

Not sure how to edit your theme? Read this article first.

Add the following markup:

 data-cart-item data-cart-item-key="{{key}}"

Add the markup here:

Search results

Not sure how to edit your theme? Read this article first. 

Add the following markup:

 class="limoniapps-discountninja-productprice"

Add the markup here:

Not sure how to add custom css in Discount Ninja? Read this article first.

Embedded code approach

If you prefer the flexibility of the embedded code approach, please refer to the articles listed here.
Found a compatibility issue with this theme? Let us know at [email protected] and our team of experts will review it.

Did this answer your question?