GymPal Posted June 18, 2014 Share Posted June 18, 2014 Hi guys I need some help with a few things... Im trying to find out what went rong with my shopping cart which is deformed...and my payments logos are not in place.(look at the screen shots) I also wanted to know how can i get rounded edges on the top horizontal menu! And I'm also trying to move the Google translate module in this bar right here (see the screen shot) Thanks a lot Link to comment Share on other sites More sharing options...
dioniz Posted June 18, 2014 Share Posted June 18, 2014 It would be easier if we could see your site Link to comment Share on other sites More sharing options...
vekia Posted June 18, 2014 Share Posted June 18, 2014 at the moment i don't see there shopping cart (screenshots you attached) to round edges in your top menu use code like: .sf-menu{ -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; } Link to comment Share on other sites More sharing options...
GymPal Posted June 18, 2014 Author Share Posted June 18, 2014 Sorry i was reffering about the "Add to cart" button,my bad! And what about the google translate module ? Thanks Link to comment Share on other sites More sharing options...
vekia Posted June 18, 2014 Share Posted June 18, 2014 how you added this google translate feature? if it's a separate module, unhook it from displayTop hook and add it to displayNav hook. Link to comment Share on other sites More sharing options...
GymPal Posted June 20, 2014 Author Share Posted June 20, 2014 Hi Vekia I downloaded the module i found on google i think is made by Top1! It doesn't work to hook it "this module cannot be transplanted" I will have to do it from the code i guess...but i'm not great at programming! Here's a link to my website www.viteshop.com if you want to take a look! Thanks Link to comment Share on other sites More sharing options...
vekia Posted June 20, 2014 Share Posted June 20, 2014 you have to alter module .php file it's necessary to add function to support new hook. it's necessary to add something like public function hookdisplayNav($params){ $this->hookTop($params); } (hookTop or hookdisplayTop) Link to comment Share on other sites More sharing options...
GymPal Posted June 20, 2014 Author Share Posted June 20, 2014 Re I update to presta shop 1.6.07 version today adn i cannot access my backoffice anymore,do you have any ideea what might had happend ??? Link to comment Share on other sites More sharing options...
Recommended Posts