Jump to content

Get reference of declination


Recommended Posts

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

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

×
×
  • Create New...