franklinfs Posted February 20, 2014 Share Posted February 20, 2014 (edited) Hello, How do i get the attributes and the combinations for a particular product. I am using ps version 1.5.6.1. Edited February 20, 2014 by franklinfs (see edit history) Link to comment Share on other sites More sharing options...
Kerm Posted February 20, 2014 Share Posted February 20, 2014 http://doc.prestashop.com/display/PS15/Adding+Products+and+Product+Categories#AddingProductsandProductCategories-AddingProductCombinations Link to comment Share on other sites More sharing options...
franklinfs Posted February 20, 2014 Author Share Posted February 20, 2014 Hai i need the details in my module Link to comment Share on other sites More sharing options...
Kerm Posted February 20, 2014 Share Posted February 20, 2014 You need to know for what:1) PHP 5.x 2) Jquery, Ajax, Json 3) Smarty Link to comment Share on other sites More sharing options...
Kerm Posted February 20, 2014 Share Posted February 20, 2014 select * from ps_product where id_product = 123 / current product id after do left join from ps_product_attribute, ps_product_attribute_combination, ps_product_attribute_image, ps_attribute, ps_attribute_group, ps_attribute_group_lang, ps_attribute_lang... Link to comment Share on other sites More sharing options...
vekia Posted February 20, 2014 Share Posted February 20, 2014 you can use getAttributeCombinations function from Product class. Link to comment Share on other sites More sharing options...
Recommended Posts