Yourim Posted June 26, 2014 Share Posted June 26, 2014 On all my blocks on the left side, my text is not aligned to left. And have tried a few things, but seems not to work. Any sugesstion? Also how can i add "add to cart" button on the homepage under featured products Can i also change the language from that button? Thanks in advance Link to comment Share on other sites More sharing options...
PascalVG Posted June 26, 2014 Share Posted June 26, 2014 Yourim, Can you add your URL to the website, so we can see the shop-pages ourselves? This way, helping with the alignment can be much more to the point. Vekia has an article how to add the add to cart button to the featured products here: http://mypresta.eu/en/art/developer/homefeatured-module-add-to-cart.html Reading the code he adds, you can then translate the 'add to cart' in the customization->translations, installed module translations (+ choose your theme here)-> ('homefeatured' module block translation strings) hope this helps, pascal Link to comment Share on other sites More sharing options...
Yourim Posted June 27, 2014 Author Share Posted June 27, 2014 Thanks for the fast answer... http://webshop.worc.be I have already read the article from Vekia. And i have tried to change the css file as he told. But nothing seems to happen... And do you also know, why when i add the hook new products on my homepage, i can only see a list of products (as you can see on the left side) so no photo's, just plain text. I made this theme with thememaker, and after that some problems Link to comment Share on other sites More sharing options...
Yourim Posted June 27, 2014 Author Share Posted June 27, 2014 ok the algin is ok, except the featured products Link to comment Share on other sites More sharing options...
Yourim Posted June 27, 2014 Author Share Posted June 27, 2014 Ok everything is fixed... because i used a theme from OT, they used OThomefeatured.css, and thats why nothing was happened Link to comment Share on other sites More sharing options...
dioniz Posted June 27, 2014 Share Posted June 27, 2014 For button open yourdomain/modules/othomefeatured/othomefeatured.css and find: #featured-products_block_center li .ajax_add_to_cart_button { display: none; } Remove display:none; 1 Link to comment Share on other sites More sharing options...
vekia Posted June 27, 2014 Share Posted June 27, 2014 hello i checked your website and texts are aligned to the left hand side problem solved? and regarding to my article, yeap, dioniz got it, it's a different module (with different name, but with the same functions i suppose) 1 Link to comment Share on other sites More sharing options...
Yourim Posted June 27, 2014 Author Share Posted June 27, 2014 Yeah thank you guy's!! my previous them was from ot, and the new one, from prestashop theme creator. Just one thing You can see on the left, some block with "nieuwe producten" (new products) as you can see it give a list with text, not like featured products with image. Normaly i set this on my homepage itself, above the featured products, and not in the left collum. So how can i change the look of the newproducts? i want to have it like the featured products.. and thank you verry much for your hulp, this one of the reason i stay with prestashop! Link to comment Share on other sites More sharing options...
Yourim Posted June 27, 2014 Author Share Posted June 27, 2014 Thanks Vekia for your tutorial. Now i see the add to card on the featured produtcs... But it seems i still don't have add to cart button on product pages... or new products Link to comment Share on other sites More sharing options...
vekia Posted June 27, 2014 Share Posted June 27, 2014 Thanks Vekia for your tutorial. Now i see the add to card on the featured produtcs... But it seems i still don't have add to cart button on product pages... or new products you mean here: http://i.imgur.com/lzXtZfv.png ? in product page i see button: Link to comment Share on other sites More sharing options...
Yourim Posted June 27, 2014 Author Share Posted June 27, 2014 No, if you click on some categorie, you will see all products in grid, but no button just "view" And when i put "new products" on the main page, i get a text list but no grid view Link to comment Share on other sites More sharing options...
dioniz Posted June 27, 2014 Share Posted June 27, 2014 In yourdomain/themes/WORC/css/global.css find: .products_block.grid li .ajax_add_to_cart_button { display: none; } Remove display:none; 1 Link to comment Share on other sites More sharing options...
Yourim Posted June 27, 2014 Author Share Posted June 27, 2014 THANK YOU, i would never have found it without the help of you guys. Just one question!: How can i display the new products on the main page (not in left collum) in grid view, because when i tried to put it somewhere it's always showing in list view... 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