Hi,
we have another question / use case regarding the NopFeedManager (for NopCommerce v4.2).
For our products we have a quite simple structure of shipping costs.
By default we have a shipping fee of 5.90 € per order. If a product sales price is >= 150.00 €, it is shipped free to the customer. For doing so we check the shopping carts subtotal and apply a discount of 5.90 € (on shipping fee), so the customer does not have to pay for shipment.
Currently for every product exported to the Google feed shipping cost is 0.00 €. This is obviously wrong and implies on Google Shopping Ads always 'shipped free'.
Is there an option to apply e.g. a rule on the feed items like:
If price < 150.00 € then shipping fee = 5.90 €
else shipping fee = 0.00 €
Setting shipping costs on each product is not an option for us, because we have more than 1.500 items, the 150,00 € limit occasionally changes. The shipping fee also changes occasionally.
Any ideas for a simple solution or the required feed settings?