I'm trying to integrate our infusionsoft cart with commission junction. The UDO that commission junction has given me includes a couple static variable and several dynamically populated variables such as these: PRODUCTLIST : [
Infusionsoft and commission junction tracking code integration
0
I'm trying to integrate our infusionsoft cart with commission junction. The UDO that commission junction has given me includes a couple static variable and several dynamically populated variables such as these:
PRODUCTLIST : [
{ 'ITEM' : 'ABC',
'AMT' : '1.00',
'QTY' : '3',
'DCNT' : '0' },
{ 'ITEM' : 'ABC',
'AMT' : '5.00',
'QTY' : '1',
'DCNT' : '0.50' } ]
} };
I'm not sure how to generate the dynamic variables and no one over at InfusionSoft knows either. Any help would be greatly appreciated.
-Bishop
PRODUCTLIST : [
{ 'ITEM' : 'ABC',
'AMT' : '1.00',
'QTY' : '3',
'DCNT' : '0' },
{ 'ITEM' : 'ABC',
'AMT' : '5.00',
'QTY' : '1',
'DCNT' : '0.50' } ]
} };
I'm not sure how to generate the dynamic variables and no one over at InfusionSoft knows either. Any help would be greatly appreciated.
-Bishop
Next Topics on Trending Feed
-
0