bootic: products related cart

{% if related_products_to_just_added %} {% assign count = 3 %} <h2 style="margin: 50px 0 30px; text-align: center;">{{ 'orders.messages.you_might_be_interested' | t }}</h2> <div class="products-items" style="margin-bottom: 50px"> <ul class="row small-up-1 medium-up-2 large-up-3"> {% loop related_products_to_just_added in 'product_item' limit:count %} </ul> </div> {% endif %}
bootic: products related cart.html

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.