The Bulk Product Upload module is accessible from your Sales360 administration panel and is designed for two main actions: Downloading the Template and Uploading the Data. This process allows you to import or update many products efficiently using a single CSV file.
Log in to your Sales360 Administration panel.
Navigate to Extensions $\rightarrow$ Extensions.
Filter the extensions by Modules.
Find Bulk Product Upload and click the Edit ($\text{\color{blue}pencil}$) button.
The module relies on a specific Comma Separated Value (.csv) file structure. You must use the provided template to ensure your product data is correctly formatted for the import process.
On the module's configuration page, find the Step 1: Download Template section.
Click the Download Template ($\text{\color{blue}download}$) button.
The file product_upload_template.csv will be saved to your computer.
Open the downloaded CSV file using any spreadsheet program (like Excel, Google Sheets, or a text editor). The template provides the necessary header row and a sample product row to guide your data entry.
| Field | Requirement | Format/Notes |
product_name* |
Required | The primary name of the product. |
meta_title* |
Required | The SEO title tag for the product page. |
model* |
Required | The unique product model number. This is the identifier used by the module to find and update existing products. |
categories |
Optional | List the full category hierarchy, separating levels with a greater-than sign (>). Example: Appliances > Refrigerators > Smart Models. |
tags |
Optional | Separate multiple tags with a comma. Example: new, sale, high-margin. |
status |
Optional | Use 1 (Enabled) or 0 (Disabled). |
image |
Optional | The filename and path of the main product image, relative to the main image/ directory. (Images must be uploaded to the server manually before the CSV import). |
additional_images |
Optional | Separate multiple image paths with a comma. Example: catalog/img1.jpg, catalog/img2.jpg. |
Crucial: Do not modify the column headers or their sequence in the template.
After verifying that your CSV file contains accurate product data, upload it using the module.
Return to the Bulk Product Upload page in your Sales360 admin.
In the Step 2: Upload Products section, click Choose File ($\text{\color{gray}Choose File}$) and select your saved CSV file.
Configure Import Options:
Overwrite existing products:
Checked ($\checkmark$): If the Model of a product in the CSV matches an existing product, that existing product's data will be updated.
Unchecked ($\square$): If a matching Model is found, the module will create a new product with a unique model appended (e.g., MODEL001-1).
Enable products on upload:
Checked ($\checkmark$): Products successfully imported or updated will be set to Enabled (visible) in your store.
Unchecked ($\square$): The status of the product will be determined by the value in the status column of the CSV.
Click the Upload ($\text{\color{green}upload}$) button to begin the import process.
A message will appear following the upload, summarizing the results:
Success Message: This confirms the total number of products imported (new or updated) and how many rows were skipped.
Warning/Error: If data was missing for a required field (like Product Name or Model) or if a fatal error occurred, a warning will be displayed. You may see a list of rows that were skipped due to these errors.
You can now navigate to Catalog $\rightarrow$ Products in Sales360 to verify your newly added or updated items.