Jump to content
  • 0

Wyświetlanie informacji o dostępności przy produktach


TommyLee1

Question

5 answers to this question

Recommended Posts

  • 1

W katalogu

/themes/styl/templates/catalog/product.tpl

Kod, który wystawi Ci stan magazynowy:

<dt>{l s='Stan magazynowy'}:</dt>
<dd>{$product.quantity} {$product.quantity_label}&nbsp;</dd>

w zależności jak wygląda u Ciebie struktura, jednak zmienne masz podane.

Przykładowe wykorzystanie

                    <div class="col-sm-6 col-xs-12">
                        <dl class="product-details-short" itemprop="description">
                            <dt>{l s='Stan magazynowy'}:</dt>
                            <dd>{$product.quantity} {$product.quantity_label}&nbsp;</dd>
                        </dl>
                    </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...