Jump to content

Drop down list for out of stock products


TFPtMaster

Recommended Posts

I work with a lot of suppliers and all of then have their own delay in terms of delay to ship the products to me. I would like to have a drop down list with a few predefined possibilities to make it more easy to manage the delays for out of stock products but with the preorder option enabled.

 

For example:

  • Available in 3 - 7 days
  • Available in 7 - 15 days
  • Available in 15 - 30 days
  • Special Order
  • Preorder

Can someone help me with this ? I'm using the latest version of Prestashop 1.6

 

Best Regards
 

Link to comment
Share on other sites

I assume that you want something in your product.tpl like

 

{if $product->supplier == "John"}

  • Available in 3 - 7 days

{else}

  • Available in 3 - 70 days

(I haven't tested this code)

 

Hi

Thank you for the reply.

 

Actually I was thinking on something like the following screenshot.

 

Can you please help me?

Best Regards

 

drop-down.jpg

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