
This add-on was built by Just Uno.
Visit Add-On Website
For support with this add-on contact Just Uno.
Set up Just Uno
-
In your Maropost Commerce control panel click the Addons menu.
-
Find the Just Uno add-on and click the Install button. You’ll see two fields that need data from your Just Uno account.
-
Go to Just Uno and sign in or create an account.
-
Go to Settings > Embed Code.
-
Copy and paste the provided Embed Code into the Footer section in the Maropost Commerce pop-up window.
-
Copy and paste the below code into the Purchase Confirmation section in the Maropost Commerce popup window:
<script data-cfasync="false">
window.juapp=window.juapp||function(){(window.juapp.q=window.juapp.q||[]).push(arguments)}
[%show_order id:'[@order_id@]'%]
[%param *header%]
juapp(
'order',
'[@order_id@]',
{total:[@grand_total@],subtotal:[@subtotal@],tax:[@tax_total@],shipping:[@shipping_total@],currency:'[@config:defaultcurrency@]'}
);
[%/param%]
[%param *body%]
juapp(
'orderItem',
'[@sku@]',
{name:'[@model@]',quantity:[@qty@],price:[@price@][%item_specifics id:'[@sku@]'%][%param *body%],[@itmspec_name@]:'[@itmspecval_value@]'[%/param%][%/item_specifics%]}
);
[%/param%]
[%/show_order%]
</script>
- Click on Install to save the changes.