-
Notifications
You must be signed in to change notification settings - Fork 9
OffersAdministration
It can be accessed under the Sellers menu, via the Retailer Offers entry.
You can create, update and delete your offers here.
An offer is a tuple which does represent the ability and/or the price of a product for a given store.
Eg :
- The product X costs 100$ and is available in the store A.
- The product X still costs 100$ but is not available in the store B.
- The product X costs 80$ and is available in the store C.
- and so on...
In this page you have a grid displaying all your offers. You can add a new one by clicking on the Add Offer button.
First thing you will be prompted on when creating an offer is choosing a retailer and a product. Beware, the Retailer and the Product of the offer cannot be changed once the offer is created.
Once you have chosen the couple between a Product and a Retailer, you can click on Save and Continue Edit and are able to define Offer data :
Field | Required | Description |
---|---|---|
Offer is Available | Yes | If the product is available for the selected Retailer. |
Price | No | The product price for this Retailer (leave empty to let the product price unchanged) |
Special Price | No | The product special price for this Retailer (leave empty to let the product special price unchanged) |
You can edit a previously created offer and change the availability or the price.
You can remove a previously created offer from the grid or by clicking the Delete button on the Offer edit page.