Create the two Neto exports we need, check the generated HTTPS URLs, then install the storefront widget through Neto Custom Scripts.
You will create one order export, one product export, and one Custom Script. Please do not send Neto admin credentials; we only need the two generated HTTPS export URLs.
recent-sales.csv
all_active_product_names.csv
In Neto, go to Settings & tools > Export Data, then choose Perform Complex Export > Use Existing Custom Export Templates. Click Add New, then select Add New Export Template.
| Setting | Value |
|---|---|
| Export Type | Order Export |
| Export Status | Active |
| Export Template Name | Recent Sales Ticker Orders |
| Export Group | Other, if Neto asks for one |
| Visible On Export Menu | No |
| File Name | recent-sales.csv |
| File Type | CSV Data |
| Output Encoding | Unicode UTF-8 |
| Send File To | Local Server |
| Location or Email Address | tmp |
| Export Schedule | Every 6 Hours |
| Record Each Export in Batch Export History Log | Leave unticked |
| Export Priority | 0 |
Open the File Builder tab and enter the exact values below.
FILE HEADER
"OrderID","City","SKU","Time"
FILE BODY - header
Leave this blank.
FILE BODY - body
"[@order_id@]","[@bill_city@]","[@sku@]","[@date_placed@]"
Save the template, then copy the generated File Location (HTTPS URL). You will check this URL before sending it to us.
Go back to the export templates page. Click Add New, then select Add New Export Template again.
| Setting | Value |
|---|---|
| Export Type | Inventory Export |
| Export Status | Active |
| Export Template Name | Recent Sales Ticker Products |
| Visible On Export Menu | No |
| File Name | all_active_product_names.csv |
| File Type | CSV Data |
| Output Encoding | Unicode UTF-8 |
| Send File To | Local Server |
| Location or Email Address | tmp |
| Export Schedule | Daily 12am |
| Record Each Export in Batch Export History Log | Leave unticked |
| Export Priority | 0 |
If your store has many old, hidden, or discontinued products, use the Filter tab to include active products only.
Open the File Builder tab and enter the exact values below.
FILE HEADER
"SKU","ProductURL","Name"
FILE BODY - header
Leave this blank.
FILE BODY - body
"[@SKU@]","[@url@]","[@model@]"
Save the template, then copy the generated File Location (HTTPS URL). You will send this URL with the order export URL after checking both.
Before sending the URLs, open each generated File Location (HTTPS URL) in a private browser window.
OrderID, City, SKU, Time.SKU, ProductURL, Name.[@sku@], the File Builder values need to be corrected before sending the URL.After we receive and verify both export URLs, we will send you a widget snippet. Install it through Neto Custom Scripts.
After saving, open your storefront and confirm the ticker appears. Also run a quick checkout test. If anything looks wrong, go back to Custom Scripts and mark the Recent Sales Ticker script inactive while we troubleshoot.