Jump to content

How to display "Ask for price" if product are not available for order?


albatrossi

Recommended Posts

I've been trying to get this done with product and product-list.tpl - but nothing has worked yet. How can I achieve this? Prestashop 1.6 version - I found some older codes to get it work, but I couldnt get them working in newer version.

 

edit:

I've been trying to use this code in product.tpl but no matter where I put it - it doesnt seem to appear in the frontend?

 

{if !$product->available_for_order}
<p id="ask_for_price">
      <span id="price_info">{l s='Ask for price'}</span>
</p>
{/if}
Edited by albatrossi (see edit history)
Link to comment
Share on other sites

  • 5 months later...

hi albatrossi, have you solved the product-list.tpl hack to show the "ask for price" ? 

I found that old code for that too, but i have 1.6 and i want to show in the product list the same text for "ask for price" when product price is "0".

Thanks in advance!  :)

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