Jump to content

Missing out of stock text


Recommended Posts

Hi,

 

thanks! I'm trying to add the "out of stock" -text on the product page. It looks like this now:

 

 

<!-- Out of stock hook -->

<p id="oosHook"{if $product->quantity > 0} style="display: none;"{/if}>

{$HOOK_PRODUCT_OOS}

</p>

 

Thought I could just add the <p>{l s='Out of stock'}</p> to get it to show "out of stock"?

 

Thanks

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...