ehermouet Posted January 17, 2011 Share Posted January 17, 2011 Hi all,i want to get the reference of declination on product page. next i will use this to make form... so it's not the product ref but product of declination..tks advance all Link to comment Share on other sites More sharing options...
StoCo Posted January 17, 2011 Share Posted January 17, 2011 Hi, Sorry but could you please be a bit more precise in your question as I am confused as to what exactly you are trying to achieve. Thanks. Link to comment Share on other sites More sharing options...
ehermouet Posted January 18, 2011 Author Share Posted January 18, 2011 Hi, Sorry but could you please be a bit more precise in your question as I am confused as to what exactly you are trying to achieve. Thanks. Hi tks for your reply,i will try to be clear. i want to export product ref for a spécific combination. i success to export product ref but i don't arrive to export product ref for specific combination. for ex user see combination of product with different color, and reference change, and this is this ref that i want to export by a $_GET.tks advance Link to comment Share on other sites More sharing options...
ehermouet Posted January 18, 2011 Author Share Posted January 18, 2011 I know that is this code to permit to show combination reference if (selectedCombination['reference']) { $('#product_reference span').text(selectedCombination['reference']); $('#product_reference:hidden').show(); } i want to export it with GET into url with a href why not. any body can help me ??tks.it can be found in js\product.js Link to comment Share on other sites More sharing options...
Recommended Posts