Use FedEx Economy for rest of EU (#323)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Replace DHL Economy in remaining EU countries (with own PW markets) with Fedex Standard
|
||||
-- FR already done. Also skip DK,SE,FI, they have Bring.
|
||||
UPDATE "delivery-methods_prices"
|
||||
SET method = (select id from "delivery-methods" where name = 'fedexStandardEU')
|
||||
WHERE method = (select id from "delivery-methods" where name = 'dhlEconomyEU')
|
||||
AND territory in ('AT','BE','DE','EE','ES','IE','IT','LU','NL','PL','RO');
|
||||
Reference in New Issue
Block a user