jowaju Posted September 10, 2013 Share Posted September 10, 2013 I have a need for the ability to allow adding a product to the cart, without showing it's price on the product page. I am using 1.5.2.0, and am in Catalog mode. Basically when I am at the product details page in the Backoffice, I see the following options : I have successfully removed the greyed out "show price" link and it is now able to be checked/unchecked, but as soon as you click save, it changes it back to checked. I need it bo available to order, but ALSO to uncheck the Show price. The informations.tpl file is where it seems to be, but I cannot figure out what to do to fix this. Thanks in advance for any help! Options: available for order show price online only (not sold in store) Link to comment Share on other sites More sharing options...
PascalVG Posted September 10, 2013 Share Posted September 10, 2013 Hi jowaju, Try this: edit file: /themes/<your theme folder>/css/product.css at the end of the file, add this: #buy_block .price, #buy_block #reduction_percent, #buy_block #reduction_amount { display: none} save file and reload detail page. Hope this helps, pascal Link to comment Share on other sites More sharing options...
jowaju Posted September 11, 2013 Author Share Posted September 11, 2013 Unfortunately, that only removes the price from EVERY product, which is not at all what I need. I need to be able to selectively show the price, preferably using the "Show Price" checkbox on the product information page. Link to comment Share on other sites More sharing options...
PascalVG Posted September 17, 2013 Share Posted September 17, 2013 EDIT (Ignore this post, posted in wrong topic...) Link to comment Share on other sites More sharing options...
PascalVG Posted September 17, 2013 Share Posted September 17, 2013 Oops sory jowaju, ignore my previous post. posted in wrong topic. Please ignore last post. (I'll delete it directly) Was for a totally unrelated person. Did you manage to do what you want already? pascal Link to comment Share on other sites More sharing options...
bradlybeukes Posted September 18, 2013 Share Posted September 18, 2013 I have a need for the ability to allow adding a product to the cart, without showing it's price on the product page. I am using 1.5.2.0, and am in Catalog mode. Basically when I am at the product details page in the Backoffice, I see the following options : I have successfully removed the greyed out "show price" link and it is now able to be checked/unchecked, but as soon as you click save, it changes it back to checked. I need it bo available to order, but ALSO to uncheck the Show price. The informations.tpl file is where it seems to be, but I cannot figure out what to do to fix this. Thanks in advance for any help!Options:available for order show price online only (not sold in store) Hi, I was wondering how you successfully removed the greyed out "show price" link so that it is able to be checked/unchecked? I have some products that I don't want the prices shown and not able to add to cart. Your help will be much appreciated. Thanks Link to comment Share on other sites More sharing options...
shimondvir Posted January 13, 2014 Share Posted January 13, 2014 Will this work on 1.5.6 ?? .....#buy_block .price, #buy_block #reduction_percent, #buy_block #reduction_amount { display: none}..... Though I can not find /themes/<your theme folder>/css/product.css to edit, any idea where am I wrong? Any solution to selectively show/hide price by using the check box? (and still being able to add to cart?) Thanks.. Link to comment Share on other sites More sharing options...
vekia Posted January 14, 2014 Share Posted January 14, 2014 Will this work on 1.5.6 ?? .....#buy_block .price, #buy_block #reduction_percent, #buy_block #reduction_amount { display: none}..... Though I can not find /themes/<your theme folder>/css/product.css to edit, any idea where am I wrong? Any solution to selectively show/hide price by using the check box? (and still being able to add to cart?) Thanks.. you use default theme? Link to comment Share on other sites More sharing options...
shimondvir Posted January 14, 2014 Share Posted January 14, 2014 you use default theme? No, I use "Shiny Gems" (purchased recently) Link to comment Share on other sites More sharing options...
vekia Posted January 15, 2014 Share Posted January 15, 2014 this is probably why you haven't got this file is there any chance to get url to your website? if so, please share it Link to comment Share on other sites More sharing options...
shimondvir Posted January 15, 2014 Share Posted January 15, 2014 this is probably why you haven't got this file is there any chance to get url to your website? if so, please share it www.cohenjewellers.com Link to comment Share on other sites More sharing options...
shimondvir Posted January 25, 2014 Share Posted January 25, 2014 www.cohenjewellers.com Please look into this for me.. Link to comment Share on other sites More sharing options...
J.Sahu Posted March 10, 2014 Share Posted March 10, 2014 I also want this but in some products. Can anybody give me some idea how can i achive this ? Link to comment Share on other sites More sharing options...
vekia Posted March 10, 2014 Share Posted March 10, 2014 have you tried to hide your prices with css code mentioned by Pascal above? it's worth to try, especially with default theme if you use other, it will be necessary to inspect code to identify classes for prices 1 Link to comment Share on other sites More sharing options...
J.Sahu Posted March 10, 2014 Share Posted March 10, 2014 Though I've not tried but my aim is to do this in some products so I think there may be some logic needed. If use the css modifications then it'll be applied to all products. 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