SALES CONFIGURATION AT SPARTOO
It is very easy to set a product in sales.
It depends on the type of integration you use.
If you intergrate via a csv file:
/Keep in mind that any change in the structure of your feed, can deconstruct the mapping of the excisting colums, and make it impossible to update your catalog. If you need to add new columns, in order to set the sales, you should do it at the end of the file.
In order to set the sales, you need to have in your feed the columns with the following information :
- startdate
- stopdate
- price_discount or
- rate
- sales
In the column « price_discount » you should register the final price, which will already include the discount. This way, the discount percentage will be calculated automatically and be displayed on the website. The value should be integer, numeric and without currency indication (for example: 69).
Those who use csv feeds, can register the discounts by using the column « prix discount » or the column « rate ». You can see what is registered for your catalog here (in the tab « information » in the BO) The "startdate" and "stopdate" columns, define the sales start date and the sales stop date. These dates must be registered in two separate fields. To complete the columns with the sales start date and the sales stop date, you should use the format Timestamp (http://timestamp.online/) For example:
- startdate : 1530079200
- stopdate : 1533650400
For those who sell in France: The column "sales" is for the sales indicator. You should indicate « Oui » in the column « Sales or Soldes » in the feed, so that your products appear within the "Sales" selection at Spartoo. (The « Sales selection » allows to access the products in sales, from the Spartoo homepage). For those who sell in other countries: the discounted products will be automatically included in the section Sales of our site.
NB : We do not need a separate file with the list of the IDs which will be in sales, the configuration should be made in the excisting feed.
If you integrate via the manual tooll:
You must access the "Catalogue -> Change product prices" menu, to indicate the discounted price. You will also be able to program the dates during which you wish to display this discount. Finally, in order for the product to appear in the special Sale tab, you must mark the dedicated case.
Those who use xml feed:
- If you sell in only one country:
<discount> <startdate>timestamp</startdate> <stopdate>timestamp</stopdate> <price_discount>float</price_discount> <rate>int</rate> <sales>0/1</sales> </discount>
By registering the tag <sales>1</sales>, the product will appear within the "Sales" selection at Spartoo.
For the products which are not in sales, you should register the tag <sales>0</sales>
In order to register the «startdate» ( sales start date ) and the « stopdate » (sales stop date) : you should use the format Timestamp (http://timestamp.online/)
<discount> <startdate>timestamp</startdate> <stopdate>timestamp</stopdate> <price_discount>float</price_discount> <rate>int</rate> <sales>0/1</sales> </discount>
By registering the tag <sales>1</sales>, the product will appear within the "Sales" selection at Spartoo.
For the products which are not in sales, you should register the tag <sales>0</sales>
In order to register the «startdate» ( sales start date) and the « stopdate » (sales stop date) : you should use the format Timestamp (http://timestamp.online/)
Options of configuration of « discount » values
The tag/column « rate » in the field « discount » corresponds to the discount percentage, which will aply to the original price of the product « product_price ».The tag/column « price_discount » in the field « discount » corresponds to the final price, which will already include the discount. This way, the discount percentage will be calculated automatically and be displayed on the website.
If both fields are present, the tag/column « price_discount » has priority over the tag / column « rate ».
If you do not want to program the sales, there is no need to specify the tag / column « startdate », the discount will be applied directly when added to the feed.
If the tag/column « sales » is registered, the product will appear within the « Sales selection » at the Homepage of Spartoo, throughout the sales period. Otherwise, it will be a classic promotion and the product will not appear on the Homepage.
IMPORTANT:
The sales start at Spartoo at 8H00.In order for the products to be in sales at 8:00 AM, we ask the start time of the sales in the feed: « startdate », to be programmed before 7:00 AM.
If you need us to check your feed for the sales, please inform us at least 15 days before the beginning of the sales. If this deadline is not respected, we can not guarantee you that your feed will be controlled before the beginning of the sales.
Contact : marketplace@spartoo.com