GioSan Posted February 4, 2015 Share Posted February 4, 2015 Hello, Something I would like to do with my webshop is to be able to keep product pages of discontinued items online. Example: When a certain item is no longer available it should be deactivaded on the website and must not be accessable through the categories or the internal search engine. I would however like to keep the item available through the direct URL so that whan a customer is searching for an older item through a search engine like Google my website still shows a hit. When the customer comes on the product page the "Order" button should not appear and there must be a contact form where the customer can ask advice regarding a replacement item. Anyone any ideas on how to realize this? Thanks! Gio Link to comment Share on other sites More sharing options...
parsifal Posted February 9, 2015 Share Posted February 9, 2015 (edited) Hello GioSan. http://doc.prestashop.com/display/PS16/Managing+Products#ManagingProducts-FillingouttheProductInformation You need to: 1. Keep the product Enabled 2. Uncheck the "Available for order" checkbox (maybe also the "Show price" checkbox, if you want) 3. Set Visibility to "Nowhere" 4. For your last requirement (show a form in the product page), this cannot be done with PrestaShop's out-of-the-box features. You would need either to code this yourself or install an appropriate module that offers such feature. Here's an example of a paid module that looks like it could do this, there may also exist free alternatives available. Edited February 9, 2015 by parsifal (see edit history) Link to comment Share on other sites More sharing options...
GioSan Posted February 9, 2015 Author Share Posted February 9, 2015 Hi Parsival, Thanks, Indeed i see the functions in Presta 1.6. Currently we are in transition from 1.4 so this seems like a great way to get it to work! Best regards, GioSan 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