Jump to content

All product quantities with combinations ps. 1.7.8.6


RSI-SHOP

Recommended Posts

Hello for all, 

I need some help. My question is: How can I display all quantities on product page when product has attributes? Thank you.

<div class="p-reference">
            {block name='product_quantities'}
                {if $product.show_quantities}
                  <div class="product-quantities">
                      <label class="label">{l s='In stock' d='Shop.Theme.Catalog'}</label>
                      <span>{$product.quantity} {$product.quantity_label}</span>
                  </div>
                {/if}
            {/block}
</div>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...