darec Posted April 25, 2014 Share Posted April 25, 2014 Witam, presta 1606, czy jest możliwość wyświetlenia stanu magazynowego produktu, przy jednoczesnym wyłączeniu jego ceny? Link to comment Share on other sites More sharing options...
vekia Posted April 26, 2014 Share Posted April 26, 2014 na stronie produktu możesz skorzystać z: {$product->quantity} umieść tę zmienną w pliku product.tpl dokładnie tam gdzie chcesz wyświetlić stan magazynowy produktu. Link to comment Share on other sites More sharing options...
darec Posted April 28, 2014 Author Share Posted April 28, 2014 Dzięki za podpowiedź, a miałbym jeszcze jedno pytanie: mianowicie w polu cena zamiast wartości liczbowych podstawić wartość tekstową..., ale oczywiście nie wszędzie, tylko w niektórych produktach. na stronie produktu możesz skorzystać z: {$product->quantity} umieść tę zmienną w pliku product.tpl dokładnie tam gdzie chcesz wyświetlić stan magazynowy produktu. Link to comment Share on other sites More sharing options...
vekia Posted April 28, 2014 Share Posted April 28, 2014 w sensie zamiast ceny wstawić coś innego? czy obok ceny wstawić jakiś dodatkowy tekst? Link to comment Share on other sites More sharing options...
darec Posted April 28, 2014 Author Share Posted April 28, 2014 Ale wszelkie info o stanie mam tu: <!-- availability --> <p id="availability_statut"{if ($product->quantity <= 0 && !$product->available_later && $allow_oosp) || ($product->quantity > 0 && !$product->available_now) || !$product->available_for_order || $PS_CATALOG_MODE} style="display: none;"{/if}> {*<span id="availability_label">{l s='Availability:'}</span>*} <span id="availability_value"{if $product->quantity <= 0} class="warning_inline"{/if}>{if $product->quantity <= 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if}</span> </p> <p class="warning_inline" id="last_quantities"{if ($product->quantity > $last_qties || $product->quantity <= 0) || $allow_oosp || !$product->available_for_order || $PS_CATALOG_MODE} style="display: none"{/if} >{l s='Warning: Last items in stock!'}</p> {/if} <p id="availability_date"{if ($product->quantity > 0) || !$product->available_for_order || $PS_CATALOG_MODE || !isset($product->available_date) || $product->available_date < $smarty.now|date_format:'%Y-%m-%d'} style="display: none;"{/if}> <span id="availability_date_label">{l s='Availability date:'}</span> <span id="availability_date_value">{dateFormat date=$product->available_date full=false}</span> </p> <!-- Out of stock hook --> I wszystko jest fajnie, tylko musi byc podana cena, aby informacja sie pojawiła. na stronie produktu możesz skorzystać z: {$product->quantity} umieść tę zmienną w pliku product.tpl dokładnie tam gdzie chcesz wyświetlić stan magazynowy produktu. Link to comment Share on other sites More sharing options...
darec Posted April 28, 2014 Author Share Posted April 28, 2014 W sensie zamiast ceny, typu: cena ustalana indywidualnie zależnie od. Ale wszelkie info o stanie mam tu: <!-- availability --> <p id="availability_statut"{if ($product->quantity <= 0 && !$product->available_later && $allow_oosp) || ($product->quantity > 0 && !$product->available_now) || !$product->available_for_order || $PS_CATALOG_MODE} style="display: none;"{/if}> {*<span id="availability_label">{l s='Availability:'}</span>*} <span id="availability_value"{if $product->quantity <= 0} class="warning_inline"{/if}>{if $product->quantity <= 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if}</span> </p> <p class="warning_inline" id="last_quantities"{if ($product->quantity > $last_qties || $product->quantity <= 0) || $allow_oosp || !$product->available_for_order || $PS_CATALOG_MODE} style="display: none"{/if} >{l s='Warning: Last items in stock!'}</p> {/if} <p id="availability_date"{if ($product->quantity > 0) || !$product->available_for_order || $PS_CATALOG_MODE || !isset($product->available_date) || $product->available_date < $smarty.now|date_format:'%Y-%m-%d'} style="display: none;"{/if}> <span id="availability_date_label">{l s='Availability date:'}</span> <span id="availability_date_value">{dateFormat date=$product->available_date full=false}</span> </p> <!-- Out of stock hook --> I wszystko jest fajnie, tylko musi byc podana cena, aby informacja sie pojawiła. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now