oracle178 Posted June 16, 2014 Share Posted June 16, 2014 Hi all, In "Displayed text when back-ordereding is allowed:" text box I only record the number of delivery days and display it in product list. But only products in the list by manufcturer I can't display it. I am useing 1.5.6.1 version, there is link to list by manufacturer http://ekoliumenas2.lt.paprika.serveriai.lt/lucide-belgija_3 , there is link to a simple list http://ekoliumenas2.lt.paprika.serveriai.lt/pakabinami-31 . And a piece of code from product-list.tpl {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)} {if ($product.quantity <= 0) && ($product.allow_oosp)} <div id="availability_allow"> <span id="availability_label">{l s='Delivered within'}</span> <span id="availability_value" class="warning_inline">{$product.available_later}</span> <span id="availability_label">{l s='days'}</span> </div> {elseif ($product.quantity > 0)} <span class="availability_true">{l s='Available'}</span> {else} <span class="availability_false">{l s='Out of stock'}</span> {/if} {/if} Any help would be most helpful, thank you (I'm sorry for my English) 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