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.

Order export recent-sales.csv
Product export all_active_product_names.csv
Widget install Neto Custom Scripts, Page Footer

1. Create the Neto Order Export Template

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 TypeOrder Export
Export StatusActive
Export Template NameRecent Sales Ticker Orders
Export GroupOther, if Neto asks for one
Visible On Export MenuNo
File Namerecent-sales.csv
File TypeCSV Data
Output EncodingUnicode UTF-8
Send File ToLocal Server
Location or Email Addresstmp
Export ScheduleEvery 6 Hours
Record Each Export in Batch Export History LogLeave unticked
Export Priority0

Order File Builder

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.

2. Create the Neto Product Export Template

Go back to the export templates page. Click Add New, then select Add New Export Template again.

Setting Value
Export TypeInventory Export
Export StatusActive
Export Template NameRecent Sales Ticker Products
Visible On Export MenuNo
File Nameall_active_product_names.csv
File TypeCSV Data
Output EncodingUnicode UTF-8
Send File ToLocal Server
Location or Email Addresstmp
Export ScheduleDaily 12am
Record Each Export in Batch Export History LogLeave unticked
Export Priority0

If your store has many old, hidden, or discontinued products, use the Filter tab to include active products only.

Product File Builder

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.

3. Check Both Export URLs

Before sending the URLs, open each generated File Location (HTTPS URL) in a private browser window.

  • The order export downloads a CSV with exactly these columns: OrderID, City, SKU, Time.
  • The product export downloads a CSV with exactly these columns: SKU, ProductURL, Name.
  • The first data row contains real order or product values.
  • The URLs are HTTPS URLs from your Neto storefront domain.
  • If you see tag text such as [@sku@], the File Builder values need to be corrected before sending the URL.
Send us: your storefront domain, the order export HTTPS URL, and the product export HTTPS URL. Please keep admin logins private.

4. Install the Storefront Widget

After we receive and verify both export URLs, we will send you a widget snippet. Install it through Neto Custom Scripts.

  1. In Neto, go to Settings & tools > All settings & tools.
  2. Open Custom Scripts.
  3. Select New.
  4. Name the script Recent Sales Ticker.
  5. Paste the widget snippet into the Page Footer section.
  6. Save the script.
  7. If Neto asks for verification, click Send Token Now, copy the emailed security token into Neto, and click Verify Token.

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.

Need help? Email support@madgusto.com with the two export URLs and a short description of where you got stuck.