I want from product page using the "addBasket" function to pass a hidden value of a variable (something like <input type="hidden" name="iStore" value="TheStore" /> to the Basket page in order to use this value latter. Is this possible ? Any idea where to start? Thank You.
thank you for your answer i have the basic knowledge and i can do it on other platforms (plain web sites) but i'm unable to do it on QC... I can't figure out how QC works. I try to use the basic php way to pass variables but i can't use the variables on the QC environment. Any idea where to start? Is there a post or article to read in order to understand the structure and how the functions of QC works?