TFPtMaster Posted July 7, 2017 Share Posted July 7, 2017 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 More sharing options...
musicmaster Posted July 8, 2017 Share Posted July 8, 2017 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) Link to comment Share on other sites More sharing options...
TFPtMaster Posted July 9, 2017 Author Share Posted July 9, 2017 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 Link to comment Share on other sites More sharing options...
musicmaster Posted July 9, 2017 Share Posted July 9, 2017 What you see is the file: www.myshop.com\admin\themes\default\template\controllers\products\quantities.tpl You can edit is and make the lower input field a select box. 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