Jump to content

custom/another status


Recommended Posts

Hi all, i need new status for delivery. Eg. i have status in stock, not in stock but i need also third status "Delivery time unknown". Any idea? Web is here http://www.autobaterie-adac.cz/home/121392-varta-silver-dynamic-e38-12v-74ah-574-402-3188649170319.html

 

My code from product.tpl

{if isset($product->available_for_order) && $product->available_for_order && !isset($restricted_country_mode)}<span class="availability"><span class="dostupnost">Dostupnost:</span>{if ($product->allow_oosp || $product->quantity > 0)}<span class="available_inline">{l s='skladem - u Vás do 3 pracovních dnů'}</span>{elseif (isset($product->quantity_all_versions) && $product->quantity_all_versions > 0)}{l s='Product available with different options'}{else}<span class="warning_inline">{l s='není skladem'}</span>{/if}</span>{/if}
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...