Open MathieuSF opened 7 years ago
@MathieuSF Currently in the configuration, there is only one drop down. We could add a list of carriers with check boxes and the customer would select the carriers he wants to send to the feed. Would it be ok for you?
@Vincent-Coll We need to keep one default shipping data (shipping fees & shipping time) in the feed. For other shipping method, we can imagine a list of carriers available on Seller's Prestashop BackOffice, as you suggest. The merchant has to choose what method he wants add, and in the feed, we will receive a new node by product, with name of the method, shipping time and price.
It won't use too many ressources to add in the field for the seller's server ?
@MathieuSF Ok for keeping the default shipping calculation. For the extra shippings, if they are selected, it will imply extra calculation and so little slow down. Maybe we could limit extra shipping at a maximum of 2 extra shipping ?
@Vincent-Coll With 2 extra shipping, it will allow for seller to send 3 shipping method, which will probably help most of them. Feed generation is a real problem, so it's important not to add too much slow down. We can use these 2 extras methods by default, and if necesseary, for very specific merchant, we will create a support ticket to adapt their module.
Actual behaviour
In the feed, we only get one shipping cost and delay per products.
Expected behaviour
In order to manage different shipping configuration on marketplace, it will be a good thing to collect more than 1 data for shipping options in the feed. We can keep the default shipping as it it now, and add a new node for the other shipping method.