Profeta Posted August 27, 2011 Share Posted August 27, 2011 HI i want to remove the check out button in the cart space, but i dont know where i have to do my modifies. I have the last version of prestashop and actually the default theme Thanks in advance Link to comment Share on other sites More sharing options...
Prescol Posted August 27, 2011 Share Posted August 27, 2011 HI i want to remove the check out button in the cart space, but i dont know where i have to do my modifies. I have the last version of prestashop and actually the default theme Thanks in advance Hide it using CSS Add the property display:none Link to comment Share on other sites More sharing options...
Profeta Posted August 28, 2011 Author Share Posted August 28, 2011 i tried to erase it from blockcart.tpl but it is still there... where i have to use the display:none? In which file? blockcart.css? Link to comment Share on other sites More sharing options...
Carl Favre Posted August 29, 2011 Share Posted August 29, 2011 Hi Profeta, Did you force the compilation and set the cache to no in your performance/preferences tab in the BO? Otherwise you may not the see the changes you made. Link to comment Share on other sites More sharing options...
Profeta Posted August 31, 2011 Author Share Posted August 31, 2011 i obtained the result with visibility:hidden Link to comment Share on other sites More sharing options...
Prescol Posted August 31, 2011 Share Posted August 31, 2011 There are differences between display and visibility: Display: none - Make the object disappear absolutely from the page. Visibility:hidden - Makes the element 'not visible' but it´s still there and his css properties will still working, like height, margin, padding... 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