comzemadrid Posted July 22, 2013 Share Posted July 22, 2013 (edited) hi every one. i got some problem in my shop . i lost add to cart buton from my product page. pleas if some one can help me. this is a link to product page. http://www.vipmujer....-y-ciruela.html thanks in advance Edited July 22, 2013 by comzemadrid (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 22, 2013 Share Posted July 22, 2013 Hi comezemadrid, in your Preferences>Products do you have Catalog mode enabled? If it is disable then can you please try and describe what changes you have made that may have aided in causing this issue. Thank you! Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 your add to cart form has got display:none; this is the form: <form action="http://www.vipmujer.com/en/carro-de-la-compra" class="bordercolor" id="buy_block" method="post"> css styles: #columns .bordercolor { border-color: #e5e5e5 !important; display: none; } you use for the form bordercolor class and in the css styles you've got there display:none; what to do? use display:block instead display:none Link to comment Share on other sites More sharing options...
comzemadrid Posted July 22, 2013 Author Share Posted July 22, 2013 Many many thanks vekia. yes its fine now Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 22, 2013 Share Posted July 22, 2013 your add to cart form has got display:none; this is the form: <form action="http://www.vipmujer.com/en/carro-de-la-compra" class="bordercolor" id="buy_block" method="post"> css styles: #columns .bordercolor { border-color: #e5e5e5 !important; display: none; } you use for the form bordercolor class and in the css styles you've got there display:none; what to do? use display:block instead display:none Thank you vekia, for people who want to lean how you figured that out (hint), could you explain what you did? Maybe we can all be superstars like you one day. Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 here is my recipe for success right mouse click somewhere > "show page source" then i searched for "add to cart" string, i've got the form, checked the elements in the form one by one i've noticed that in the css styles (global.css) .bordercolor has got display: none; changed the value to display:block; (I used default chrome dev extension (f12)) voilà Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 22, 2013 Share Posted July 22, 2013 Perfecto, thank you for the quick tutorial. I appreciate it! Link to comment Share on other sites More sharing options...
Recommended Posts