[Image: User-added image]
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 Neto 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 Neto pop-up window.
- Copy and paste the below code into the Purchase Confirmation section in the Neto 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 onInstallto save the changes.