trueicesk8ter Posted February 4, 2014 Share Posted February 4, 2014 Hello all! So I have it where it says add to cart when you are just looking at the general list, but when you click" view" item there is no price, or add to cart option? How do I either make it only add to cart once item is view, or better yet have both? thanks! Link to comment Share on other sites More sharing options...
vekia Posted February 4, 2014 Share Posted February 4, 2014 it's not default theme, so it's hard to say whats going on there. i bet on wrong product.tpl coding, any chance to see it live? Link to comment Share on other sites More sharing options...
trueicesk8ter Posted February 4, 2014 Author Share Posted February 4, 2014 it is live now! http://swagchic.com/ thanks! Link to comment Share on other sites More sharing options...
vekia Posted February 5, 2014 Share Posted February 5, 2014 its because of overflow:hidden; in: .row_1 { overflow: hidden; text-align: left; padding: 20px 0; border-top: 1px dotted #dadad9; border-bottom: 1px dotted #dadad9; } Link to comment Share on other sites More sharing options...
trueicesk8ter Posted February 5, 2014 Author Share Posted February 5, 2014 So how would I fix that? Link to comment Share on other sites More sharing options...
vekia Posted February 5, 2014 Share Posted February 5, 2014 just remove overflow:hidden Link to comment Share on other sites More sharing options...
trueicesk8ter Posted February 6, 2014 Author Share Posted February 6, 2014 I am so sorry, but I am new to prestashop, where do i go to change this? I have looked everywhere and can't find that code. Link to comment Share on other sites More sharing options...
vekia Posted February 6, 2014 Share Posted February 6, 2014 you ahve to modify prestashop filesystem, i mean your theme css stylesheet file unfortunately, i don't know which one, because you use CCC for css files option, it minified all css files to one. please disable this feature (adv. paramters > performance) and i will be able to inspect it then. Link to comment Share on other sites More sharing options...
trueicesk8ter Posted February 6, 2014 Author Share Posted February 6, 2014 okay i disabled it Link to comment Share on other sites More sharing options...
vekia Posted February 7, 2014 Share Posted February 7, 2014 thank you for information, so, i checked it once again and this is the file: http://swagchic.com/themes/theme739/css/product.css near line 178 you've got this code: .row_1 { overflow: hidden; text-align: left; padding: 20px 0; border-top: 1px dotted #dadad9; border-bottom: 1px dotted #dadad9; } Link to comment Share on other sites More sharing options...
Recommended Posts