bhaskey Posted November 24, 2014 Share Posted November 24, 2014 Hi, I am new to PrestaShop. Could anyone please help that how to add quantity and weight feature in the product tile itself. I'm using PrestaShop 1.6. I've added weight feature, that is shown on product page but i want it to shown on product tile itself, similar to the attached picture. Link to comment Share on other sites More sharing options...
NemoPS Posted November 24, 2014 Share Posted November 24, 2014 You mean in the product list? If so, have a look at my tut here: http://blog.arvixe.com/quick-tip-adding-features-to-the-product-list-in-prestashop-1-6/ THen you can filter by Id and only display the ones you want Link to comment Share on other sites More sharing options...
bhaskey Posted November 25, 2014 Author Share Posted November 25, 2014 You mean in the product list? If so, have a look at my tut here: http://blog.arvixe.com/quick-tip-adding-features-to-the-product-list-in-prestashop-1-6/ THen you can filter by Id and only display the ones you want Hi thank you for replying...and sorry for late reply, i was stuck try implementing this solution.. http://www.prestashop.com/forums/topic/28136-solved-add-quantity-box-to-product-listing/ but no luck, i can see the quantity box in product list but, it always adds 1 quantity no matter what quantity i enter in the text box. PS: Yes i mean product list. 1 Link to comment Share on other sites More sharing options...
NemoPS Posted November 26, 2014 Share Posted November 26, 2014 Try my other tut as well for that, it works for 1.6 too (just need to change the add to cart Add method ajax to async:false) http://nemops.com/prestashop-cart-multiple-products-quantities/ Link to comment Share on other sites More sharing options...
sondiva Posted January 17, 2015 Share Posted January 17, 2015 I was able to use quantity in my product-list.tpl file and it works well, but how to add weight+rates with product combinations activated...so i can add the quantity+weight+rate directly to cart... Link to comment Share on other sites More sharing options...
NemoPS Posted January 19, 2015 Share Posted January 19, 2015 You mean the cart block or cart summary page? Link to comment Share on other sites More sharing options...
sondiva Posted January 19, 2015 Share Posted January 19, 2015 Hi Nemo1 I am referring to Featured Products (Home Page) and categories page list -->Product-list.tpl I was able to add quantity in my product-list.tpl file but I also want to add Product Attributes Combinations so that visitor can directly add to the cart. Although (product.tpl) single product page shows all the Attributes and Combinations + Qty and Amount but why can't we have same functionality in product-list.tpl...which makes life easier for most of us.. ... I have seen that there are some paid modules to do this... but want to try myself in creating that.. with prestashop community help... Can you please guide us... Thanks Link to comment Share on other sites More sharing options...
NemoPS Posted January 19, 2015 Share Posted January 19, 2015 The only way I would go for is to display all combinations together, instead of the single attributes, in the product list. Are you php savvy? In any case I'd create an override for the category controller, look through all products and use getAttributesResume() to retrieve a summary of all combos. Use a foreach in the tpl to print them out and add an add to cart button for each, making sure you set ipa= the current combination. I hope it makes sense Link to comment Share on other sites More sharing options...
sondiva Posted January 19, 2015 Share Posted January 19, 2015 Will try although , Seems achievable Link to comment Share on other sites More sharing options...
Recommended Posts