I am Oleg Posted January 27, 2012 Share Posted January 27, 2012 Hello dear experts! Can you please explain to me if it is possible to disable all selling on the PrestaShop store? We want to hide all "Add to cart" buttons and have only prices shown. If that is possible, please let me know. I was thinking to set quantity of all products to 0 and then set "Allow ordering out-of-stock product" to "No", but the radio buttons for that option are not clickable there. Maybe you can also help me to resolve this issue. Thank you for any attention! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 27, 2012 Share Posted January 27, 2012 Hi Olegvip, You can disable selling by going to Preferences > Products in your Back Office and enabling Catalog Mode, but that will not show the prices. In order to do that, I would recommend you check out the suggestions posted here. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
I am Oleg Posted January 27, 2012 Author Share Posted January 27, 2012 Hi Mike! Thanks for the quickest respond I've ever got! But there is no option Catalog Mode in my Back Office >> Preferences >> Products I use PrestaShop Version 1.3.5.0 Thank you! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 27, 2012 Share Posted January 27, 2012 I apologize, that is a feature available in newer versions of PrestaShop. Have you considered upgrading? We have an experimental AutoUpgrade module that you may want to consider checking out. Just be sure to back everything up first! -Mike Link to comment Share on other sites More sharing options...
I am Oleg Posted January 27, 2012 Author Share Posted January 27, 2012 Great! I'll try that! Thank you Mike! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 27, 2012 Share Posted January 27, 2012 I'm glad I could help! -Mike Link to comment Share on other sites More sharing options...
I am Oleg Posted January 27, 2012 Author Share Posted January 27, 2012 Hi Mike. Look what happened to my store after updating?!!! http://molandbakeri.com/ Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 27, 2012 Share Posted January 27, 2012 Hi Mike. Look what happened to my store after updating?!!! http://molandbakeri.com/ Having not seen your site before now, I can only say that it looks pretty fantastic right now, although it may need some CSS changes if your theme isn't compatible with this version. Was it very different before the upgrade? And if you're not comfortable with it, you can always roll back to the Backup you performed before updating. -Mike Link to comment Share on other sites More sharing options...
I am Oleg Posted January 27, 2012 Author Share Posted January 27, 2012 If you see there is no menu line. That image slider is right on the menu! PrestaShop Compatibility: 1.4.3.x But my current PS is now 1.4.6.2. Is there a way to upgrade to only 1.4.3.x ? Thank you a lot! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 27, 2012 Share Posted January 27, 2012 Hi Oleg, If you're not happy with how it turned out, you should have no issues rolling back using your backup files. -Mike Link to comment Share on other sites More sharing options...
I am Oleg Posted January 27, 2012 Author Share Posted January 27, 2012 Yes, I think I have to. but if there is a way to upgrade to only 1.4.3.x ? And can it be possible to install "Catalog Mode" separately? Thank youuuu! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 27, 2012 Share Posted January 27, 2012 Yes, I think I have to. but if there is a way to upgrade to only 1.4.3.x ? And can it be possible to install "Catalog Mode" separately? Thank youuuu! You can't download older versions of PrestaShop on our site, but you can find them all right here. I believe Catalog Mode was introduced for version 1.4 as a whole, so you should have it available by default when you upgrade to 1.4.3. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
I am Oleg Posted January 27, 2012 Author Share Posted January 27, 2012 Great! I will try it manually. But! Is there a module which can update to the version I choose? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 27, 2012 Share Posted January 27, 2012 Great! I will try it manually. But! Is there a module which can update to the version I choose? Unfortunately, no. The AutoUpgrade module is only for the latest version at this point. Any other updates must be done manually. -Mike Link to comment Share on other sites More sharing options...
I am Oleg Posted January 27, 2012 Author Share Posted January 27, 2012 OK. It is sad. Let me ask you the last question. Can I make a back up of categories and products and transfer them to a new version? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 27, 2012 Share Posted January 27, 2012 You can do this by backing up your database through your Back Office under Tools > DB Backup. -Mike Link to comment Share on other sites More sharing options...
I am Oleg Posted January 27, 2012 Author Share Posted January 27, 2012 yes, but if the table in my version will not match the tables in the version I will install? In the new version there are 179 tables, but in the my last one it was 149. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 27, 2012 Share Posted January 27, 2012 You may need to run some tests, having not seen any of your data I can't make any guarantees. This is why it is so important to have backups of everything whenever you're making changes to your site. -Mike Link to comment Share on other sites More sharing options...
I am Oleg Posted January 27, 2012 Author Share Posted January 27, 2012 OK! Thank you Mike! I will try to find the solution! Have a good on! Link to comment Share on other sites More sharing options...
I am Oleg Posted March 22, 2012 Author Share Posted March 22, 2012 Hi everyone! It's regarding my question above "How to disable selling". Because of using a theme which is not compatible with PrestaShop 1.4.*.* I do not have a Catalog Mode in Preferences > Products. So to disable selling in 1.3.5.0 I turned off cart, coded a little bit to hide "Add To Cart" buttons. Everything works fine! There is another thing our store needs. In Norway where my website performs its job there are 2 types of prices in restaurants and cafes: "eat here" and "to go". That's what I need to have on my webstore. I added an extra text field in admin panel in "info tab" where you change prices and also I added an extra column in the database in table ps_product. Now I need to edit the script which picks up all value and writes them to the database where you click Save. Dear profs, can you please tell me what file(s) does do that? And what file does get the prices from database and put them to the user's part in catalog at the store? I am familiar with PHP/MySQL (hope there will no be problems to edit codes). Thank you! Link to comment Share on other sites More sharing options...
I am Oleg Posted March 22, 2012 Author Share Posted March 22, 2012 OK! By help from this page (http://www.prestashop.com/forums/topic/82586-add-custom-field-in-admincatalogadd/) I created a text fields, make the script pick the value up and write it to the database. But how do I pick it up from the database and write on the product page under the regular price? Thank you! Link to comment Share on other sites More sharing options...
I am Oleg Posted March 23, 2012 Author Share Posted March 23, 2012 OK! Don't worry! I've got it! If someone wants to know HOW TO, let me know here. Link to comment Share on other sites More sharing options...
Recommended Posts