<% ' Comersus BackOffice ' e-commerce ASP Open Source ' CopyRight Rodrigo S. Alhadeff, Comersus ' February 2006 ' http://www.comersus.com %>
Import products
<% ' on error resume next dim mySQL, conntemp, rstemp pIdStoreBackOffice = getSessionVariable("idStoreBackOffice", 1) mySQL="SELECT * FROM stores ORDER BY idStore" call getFromDatabase(mySQL, rstemp, "comersus_backoffice_importUtilityForm.asp") %>

File format details:
- Record format:
sku, description, details, price, btobprice, imageUrl, smallImageUrl, listHidden, cost, sales, weight, length, width, height, category, supplier, emailText, keywords, clearance, donation, personalization

- Fields separator must be a tab

Import file example:
abc4 description4 details4 26 22 img4.jpg smallimg.jpg 0 5 4 1 2 3 2 newcat newsup emailtxt c4 0 0 0
Please select the Store
Check to mark the imported products as actives
  

<%call closeDb()%>