Search the Community
Showing results for tags 'justuno'.
-
Hi Hi. from where I get the variables or what are the variables to place in: [order id] [total order] [order subtotal] [item id] [item name] [item quantity] [item price] <script data-cfasync="false"> window.juapp=window.juapp||function(){(window.juapp.q=window.juapp.q||[]).push(arguments)} /* Replace the [order ...] portions below with the actual order information. You can omit any of the attributes that you don't have values other then the order id and order total. */ juapp( 'order', '[order id]', {total:[order total],subtotal:[order subtotal]} ); /* You will need to repeat this line of code for each item in the order. Replace the [item ...] portions below with the actual item information in order. You can omit any of the attributes that you don't have values other then the item id and quantity. */ juapp( 'orderItem', '[item id]', {name:'[item name]',quantity:[item quantity],price:[item price]} ); /* end of repeat section */ </script>
-
- conversion
- code
-
(and 3 more)
Tagged with:
-
Hola como configuro este script. me pide variables pero no se de donde sacarlas. <script data-cfasync="false"> window.juapp=window.juapp||function(){(window.juapp.q=window.juapp.q||[]).push(arguments)} /* Replace the [order ...] portions below with the actual order information. You can omit any of the attributes that you don't have values other then the order id and order total. */ juapp( 'order', '[order id]', {total:[order total],subtotal:[order subtotal],tax:[order tax],shipping:[order shipping],currency:'USD'} ); /* You will need to repeat this line of code for each item in the order. Replace the [item ...] portions below with the actual item information in order. You can omit any of the attributes that you don't have values other then the item id and quantity. */ juapp( 'orderItem', '[item id]', {name:'[item name]',quantity:[item quantity],price:[item price],color:'[item color]',size:'[item size]'} ); /* end of repeat section */ </script>
-
- conversion
- code
-
(and 2 more)
Tagged with: