dric83 Posted March 11, 2015 Share Posted March 11, 2015 Hi ! I have php script outside of my store where I already have id_product and id_product_attribute. I would like to use a link to the product page with id product attribute so it will pre-select the combination. My wish is something like : index.php?id_product=1&controller=product&id_product_attribute=2 But it doesn't work. Or, at least I would like the picture of this specific combination. Thank you for any help I use Prestashop 1.6 Link to comment Share on other sites More sharing options...
yaniv14 Posted March 11, 2015 Share Posted March 11, 2015 If I am not mistaking, the combination parameters comes after hash tag with a dash between attribute & value, like: index.php?id_product=1&controller=product#/color-black/size-x_small Link to comment Share on other sites More sharing options...
dric83 Posted March 11, 2015 Author Share Posted March 11, 2015 Yes you're right. But I don't have these information. I just have the id_product_attribute. 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