nivas / sylius-switch-base-currency-bundle
为Sylius添加的新命令行工具插件,用于在系统中切换基本货币
v0.1
2023-04-13 09:44 UTC
Requires
- php: ^8.0
- sylius/sylius: ~1.11.0 || ~1.12.0
- symfony/console: *
Requires (Dev)
- behat/behat: ^3.6.1
- behat/mink-selenium2-driver: ^1.4
- dmore/behat-chrome-extension: ^1.3
- dmore/chrome-mink-driver: ^2.7
- friends-of-behat/mink: ^1.8
- friends-of-behat/mink-browserkit-driver: ^1.4
- friends-of-behat/mink-extension: ^2.4
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^2.1
- friends-of-behat/variadic-extension: ^1.3
- lakion/mink-debug-extension: ^2.0.0
- phpspec/phpspec: ^7.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.2
- phpstan/phpstan-doctrine: ^1.0
- phpstan/phpstan-strict-rules: ^1.1
- phpstan/phpstan-symfony: ^1.0
- phpstan/phpstan-webmozart-assert: ^1.0
- phpunit/phpunit: ^9.5
- polishsymfonycommunity/symfony-mocker-container: ^1.0
- sylius-labs/coding-standard: ^4.0
- symfony/browser-kit: ^5.4 || ^6.0
- symfony/debug-bundle: ^5.4 || ^6.0
- symfony/dotenv: ^5.4 || ^6.0
- symfony/intl: ^5.4 || ^6.0
- symfony/web-profiler-bundle: ^5.4 || ^6.0
- vimeo/psalm: 5.8.0
This package is auto-updated.
Last update: 2024-09-13 13:28:21 UTC
README
2023年1月1日,克罗地亚从本国货币克罗地亚库纳(HRK)切换到欧元(EUR),许多系统都需要更新。通过升级几个这样的系统并观察人们的困境,这个插件被创建。希望有人将来会发现这很有用。
需求
- Syilius v1.12+
- 在Sylius货币管理中,必须启用“当前基本货币”和“新基本货币”
- 在Sylius汇率管理中设置基本货币和目标货币之间的汇率
安装
composer require nivas/sylius-switch-base-currency-bundle
使用
进行试运行
bin/console nivas:switch-base-currency --dry-run
进行实际运行
bin/console nivas:switch-base-currency
关于
Sylius(开源无头电子商务平台)将所有产品价格存储在系统设置时定义的基本货币中,该货币以后不能切换。此插件添加了一个新的命令行命令,该命令可以切换基本货币并将产品价格转换为新的基本货币。
此命令将执行什么操作?
- 询问源渠道,或如果只有一个渠道则自动选择
- 获取渠道的基本货币,以及系统中启用的所有货币,然后询问目标货币或如果系统中只启用了两种不同的货币则自动选择
- 在系统中查找源货币和目标货币之间的汇率,并使用适当的汇率
- 将渠道的基本货币更改为目标货币
- 更改产品价格(价格、原始价格、最小价格从
sylius_channel_pricing
) - 更改配送方式的售价
- 清除系统中当前打开的用户购物车中的产品、总计和调整
此命令不会做什么?
此命令不会更改任何以前的订单价格或以前的货币。 所有在旧基本货币中完成的以前的订单/销售将保留在系统中。
在保存订单时,Sylius以基本货币保存价格,但同时也存储货币代码。基本货币切换后,您将在管理员中看到旧货币的以前的订单,以及新货币的新订单。
四舍五入
使用 PHP_ROUND_HALF_UP
在两位小数处对价格进行四舍五入,当数值正好在中间时,将其舍入到最近的偶数(将1.555舍入到1.56,将-1.555舍入到-1.56)。
$newPrice = round($price / $exchangeRate, 2, PHP_ROUND_HALF_UP);
重新运行
如果重新运行命令,它将进行反向汇率重新计算。如果您的汇率不是整数(很可能), 不要期望价格与以前相同,因为进行了舍入。
示例
- 第一次运行:HRK 500.00 -> €66.36
- 第二次运行:€66.36 -> HRK 499.99
安全性与安全性
此命令将所有实体更改包装在单个事务中,如果出现错误则回滚。然而,强烈建议备份您的数据库。
此捆绑包是提供和打算以良好信誉使用的,因此,由于使用本软件造成的数据丢失的责任完全由用户承担。为了在使用生产系统上运行此命令之前最大限度地减少潜在的数据丢失,您应该创建数据库备份。
示例输出
$ bin/console nivas:switch-base-currency
Source channel: sooosuper (default)
Source channel currency: HRK
Destination currency: EUR
Destination currency exchange ratio: 1 EUR = 7.5345 HRK
Warning! This action will make direct changes to your database.
Continue with this action (y/n)? y
Setting new base currency to the channel....
Found 131 product prices to modify.....
price: HRK 1,900.00 -> €252.17 | originalPrice: HRK 1,900.00 -> €252.17 | minimumPrice: HRK 0.00 -> €0.00 | TAM023302 (2)
price: HRK 550.00 -> €73.00 | originalPrice: HRK 550.00 -> €73.00 | minimumPrice: HRK 0.00 -> €0.00 | 6021003 (3)
price: HRK 2,300.00 -> €305.26 | originalPrice: HRK 2,300.00 -> €305.26 | minimumPrice: HRK 0.00 -> €0.00 | RMM000102 (4)
price: HRK 490.00 -> €65.03 | originalPrice: HRK 490.00 -> €65.03 | minimumPrice: HRK 0.00 -> €0.00 | GOIW1XL100 (5)
price: HRK 440.00 -> €58.40 | originalPrice: HRK 440.00 -> €58.40 | minimumPrice: HRK 0.00 -> €0.00 | GOIW3S100 (6)
price: HRK 590.00 -> €78.31 | originalPrice: HRK 590.00 -> €78.31 | minimumPrice: HRK 0.00 -> €0.00 | GOIW2S300 (7)
price: HRK 2,300.00 -> €305.26 | originalPrice: HRK 2,300.00 -> €305.26 | minimumPrice: HRK 0.00 -> €0.00 | BorbaTMM036401 (20)
price: HRK 490.00 -> €65.03 | originalPrice: HRK 490.00 -> €65.03 | minimumPrice: HRK 0.00 -> €0.00 | GOIW2M200 (22)
price: HRK 490.00 -> €65.03 | originalPrice: HRK 490.00 -> €65.03 | minimumPrice: HRK 0.00 -> €0.00 | GOIM2L200 (23)
price: HRK 90.00 -> €11.95 | originalPrice: HRK 90.00 -> €11.95 | minimumPrice: HRK 0.00 -> €0.00 | NNM1L500 (24)
price: HRK 90.00 -> €11.95 | originalPrice: HRK 90.00 -> €11.95 | minimumPrice: HRK 0.00 -> €0.00 | NNM1L600 (25)
price: HRK 490.00 -> €65.03 | originalPrice: HRK 490.00 -> €65.03 | minimumPrice: HRK 0.00 -> €0.00 | GOIM2L200S (26)
price: HRK 390.00 -> €51.76 | originalPrice: HRK 390.00 -> €51.76 | minimumPrice: HRK 0.00 -> €0.00 | GOIW2S200S (27)
price: HRK 390.00 -> €51.76 | originalPrice: HRK 390.00 -> €51.76 | minimumPrice: HRK 0.00 -> €0.00 | GOIW3S200S (28)
price: HRK 590.00 -> €78.31 | originalPrice: HRK 590.00 -> €78.31 | minimumPrice: HRK 0.00 -> €0.00 | BB4M700S (31)
price: HRK 1,900.00 -> €252.17 | originalPrice: HRK 1,900.00 -> €252.17 | minimumPrice: HRK 0.00 -> €0.00 | BorbaTAM023305 (32)
price: HRK 1,900.00 -> €252.17 | originalPrice: HRK 1,900.00 -> €252.17 | minimumPrice: HRK 0.00 -> €0.00 | BorbaRAM300 (33)
price: HRK 2,300.00 -> €305.26 | originalPrice: HRK 2,300.00 -> €305.26 | minimumPrice: HRK 0.00 -> €0.00 | BorbaSMM100 (35)
price: HRK 550.00 -> €73.00 | originalPrice: HRK 550.00 -> €73.00 | minimumPrice: HRK 0.00 -> €0.00 | BBAM1000 (36)
price: HRK 550.00 -> €73.00 | originalPrice: HRK 550.00 -> €73.00 | minimumPrice: HRK 0.00 -> €0.00 | BBAM400 (37)
price: HRK 540.00 -> €71.67 | originalPrice: HRK 540.00 -> €71.67 | minimumPrice: HRK 0.00 -> €0.00 | GOIW3ML300 (38)
price: HRK 550.00 -> €73.00 | originalPrice: HRK 550.00 -> €73.00 | minimumPrice: HRK 0.00 -> €0.00 | D01 (41)
price: HRK 500.00 -> €66.36 | originalPrice: HRK 500.00 -> €66.36 | minimumPrice: HRK 0.00 -> €0.00 | D011 (45)
price: HRK 550.00 -> €73.00 | originalPrice: HRK 550.00 -> €73.00 | minimumPrice: HRK 0.00 -> €0.00 | 6021004 (47)
price: HRK 590.00 -> €78.31 | originalPrice: HRK 590.00 -> €78.31 | minimumPrice: HRK 0.00 -> €0.00 | 6021005 (48)
price: HRK 590.00 -> €78.31 | originalPrice: HRK 590.00 -> €78.31 | minimumPrice: HRK 0.00 -> €0.00 | 6021006 (49)
price: HRK 550.00 -> €73.00 | originalPrice: HRK 550.00 -> €73.00 | minimumPrice: HRK 0.00 -> €0.00 | 6021007 (50)
price: HRK 590.00 -> €78.31 | originalPrice: HRK 590.00 -> €78.31 | minimumPrice: HRK 0.00 -> €0.00 | 6021014 (57)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | RDUCK_UNI_CITY (58)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | RDUCK_W_LONG (60)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | RDUCK_WTAIL (61)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_BACKPACK (62)
price: HRK 1,150.00 -> €152.63 | originalPrice: HRK 1,150.00 -> €152.63 | minimumPrice: HRK 0.00 -> €0.00 | D5_069BG_02 (63)
price: HRK 1,150.00 -> €152.63 | originalPrice: HRK 1,150.00 -> €152.63 | minimumPrice: HRK 0.00 -> €0.00 | D5_069BG (64)
price: HRK 1,150.00 -> €152.63 | originalPrice: HRK 1,150.00 -> €152.63 | minimumPrice: HRK 0.00 -> €0.00 | D5_069DY01 (65)
price: HRK 1,530.00 -> €203.07 | originalPrice: HRK 1,530.00 -> €203.07 | minimumPrice: HRK 0.00 -> €0.00 | D5_080AQ01 (66)
price: HRK 1,150.00 -> €152.63 | originalPrice: HRK 1,150.00 -> €152.63 | minimumPrice: HRK 0.00 -> €0.00 | D5_089AR01 (67)
price: HRK 1,530.00 -> €203.07 | originalPrice: HRK 1,530.00 -> €203.07 | minimumPrice: HRK 0.00 -> €0.00 | D5_087AX01 (68)
price: HRK 1,160.00 -> €153.96 | originalPrice: HRK 1,160.00 -> €153.96 | minimumPrice: HRK 0.00 -> €0.00 | D5_084NM01 (69)
price: HRK 1,770.00 -> €234.92 | originalPrice: HRK 1,770.00 -> €234.92 | minimumPrice: HRK 0.00 -> €0.00 | D5_081AJ01 (71)
price: HRK 1,230.00 -> €163.25 | originalPrice: HRK 1,230.00 -> €163.25 | minimumPrice: HRK 0.00 -> €0.00 | D5_087AT01 (73)
price: HRK 380.00 -> €50.43 | originalPrice: HRK 380.00 -> €50.43 | minimumPrice: HRK 0.00 -> €0.00 | T_00SH13 (74)
price: HRK 930.00 -> €123.43 | originalPrice: HRK 930.00 -> €123.43 | minimumPrice: HRK 0.00 -> €0.00 | T_00SH6T (75)
price: HRK 540.00 -> €71.67 | originalPrice: HRK 540.00 -> €71.67 | minimumPrice: HRK 0.00 -> €0.00 | T_00SI4A (76)
price: HRK 1,150.00 -> €152.63 | originalPrice: HRK 1,150.00 -> €152.63 | minimumPrice: HRK 0.00 -> €0.00 | T_00SILZ (77)
price: HRK 310.00 -> €41.14 | originalPrice: HRK 310.00 -> €41.14 | minimumPrice: HRK 0.00 -> €0.00 | T_00SJAF (78)
price: HRK 1,230.00 -> €163.25 | originalPrice: HRK 1,230.00 -> €163.25 | minimumPrice: HRK 0.00 -> €0.00 | T_00SKMQ (79)
price: HRK 770.00 -> €102.20 | originalPrice: HRK 770.00 -> €102.20 | minimumPrice: HRK 0.00 -> €0.00 | T_00SLPB (80)
price: HRK 930.00 -> €123.43 | originalPrice: HRK 930.00 -> €123.43 | minimumPrice: HRK 0.00 -> €0.00 | T_00SMB2 (81)
price: HRK 760.00 -> €100.87 | originalPrice: HRK 760.00 -> €100.87 | minimumPrice: HRK 0.00 -> €0.00 | T_00SQY2 (82)
price: HRK 540.00 -> €71.67 | originalPrice: HRK 540.00 -> €71.67 | minimumPrice: HRK 0.00 -> €0.00 | T_00SUEW (83)
price: HRK 540.00 -> €71.67 | originalPrice: HRK 540.00 -> €71.67 | minimumPrice: HRK 0.00 -> €0.00 | T_00SUEW8CR (84)
price: HRK 380.00 -> €50.43 | originalPrice: HRK 380.00 -> €50.43 | minimumPrice: HRK 0.00 -> €0.00 | T_0091A100 (85)
price: HRK 380.00 -> €50.43 | originalPrice: HRK 380.00 -> €50.43 | minimumPrice: HRK 0.00 -> €0.00 | T_0091A5HS (86)
price: HRK 380.00 -> €50.43 | originalPrice: HRK 380.00 -> €50.43 | minimumPrice: HRK 0.00 -> €0.00 | KAPA_74CIBRA (87)
price: HRK 540.00 -> €71.67 | originalPrice: HRK 540.00 -> €71.67 | minimumPrice: HRK 0.00 -> €0.00 | KAPA_74CEMBRI (88)
price: HRK 1,100.00 -> €146.00 | originalPrice: HRK 1,100.00 -> €146.00 | minimumPrice: HRK 0.00 -> €0.00 | TOP_90TRUG (89)
price: HRK 850.00 -> €112.81 | originalPrice: HRK 850.00 -> €112.81 | minimumPrice: HRK 0.00 -> €0.00 | 5001 (90)
price: HRK 780.00 -> €103.52 | originalPrice: HRK 780.00 -> €103.52 | minimumPrice: HRK 0.00 -> €0.00 | 5002 (91)
price: HRK 390.00 -> €51.76 | originalPrice: HRK 390.00 -> €51.76 | minimumPrice: HRK 0.00 -> €0.00 | 5003 (92)
price: HRK 890.00 -> €118.12 | originalPrice: HRK 890.00 -> €118.12 | minimumPrice: HRK 0.00 -> €0.00 | M5004 (93)
price: HRK 390.00 -> €51.76 | originalPrice: HRK 390.00 -> €51.76 | minimumPrice: HRK 0.00 -> €0.00 | M5005 (94)
price: HRK 890.00 -> €118.12 | originalPrice: HRK 890.00 -> €118.12 | minimumPrice: HRK 0.00 -> €0.00 | M5006 (95)
price: HRK 390.00 -> €51.76 | originalPrice: HRK 390.00 -> €51.76 | minimumPrice: HRK 0.00 -> €0.00 | M5007 (96)
price: HRK 390.00 -> €51.76 | originalPrice: HRK 390.00 -> €51.76 | minimumPrice: HRK 0.00 -> €0.00 | M5008 (97)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CHE_TUNIKA (99)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | BB_T_shirt_KODA2384 (100)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | BB_T_shirt_KODA2385 (101)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | BB_T_shirt_KODA2387 (102)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | BB_T_shirt_KODA2388 (103)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | BB_T_shirt_KOD2390 (104)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | BB_T_shirt_KODA2391 (105)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | BB_T_shirt_KODA2392 (106)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | BB_T_shirt_KODA2393 (107)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | BB_T_shirt_KODA2395 (108)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2389 (109)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2396 (110)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2397 (111)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2399 (112)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SIRT_CODE2401 (113)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2403 (114)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2405 (115)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2407 (116)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2409 (117)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2412 (119)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2413 (120)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2414 (121)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2415 (122)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2416 (123)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2417 (124)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2419 (125)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2421 (126)
price: HRK 190.00 -> €25.22 | originalPrice: HRK 0.00 -> €0.00 | minimumPrice: HRK 0.00 -> €0.00 | T-SHIRT_CODE2423 (127)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_BACKPACK_BLUE (130)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_BACKPACK_BEZ (131)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_BACKPACK_CRVENI (132)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_BACKPACK_black (133)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner (134)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_plavi (135)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_zeleni_light (136)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_narancast (137)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_smedi (138)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_smedi_plavi (139)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_zeleni (140)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_svijetloplavi (141)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_plav_zuti (142)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_svijetlo_zuti (143)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_roza (144)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DUCK_zenski_baloner_roza_zuti (145)
price: HRK 3,750.00 -> €497.71 | originalPrice: HRK 3,750.00 -> €497.71 | minimumPrice: HRK 0.00 -> €0.00 | V01W (146)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | KODA_9059 (147)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | KODA_5843 (148)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | KDA_5950 (149)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | KDA5972 (150)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | KDA_5972 (151)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | KODA_6028_TSHIRT (152)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | _KDA6028 (153)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DIESEL_JEANS_KDA6293 (154)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | DIESEL_RUKSAK (155)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | DIESEL_RUKSAK_KDA6253 (156)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | DIESEL_TORBA_KDA6115 (157)
price: HRK 900.00 -> €119.45 | originalPrice: HRK 900.00 -> €119.45 | minimumPrice: HRK 0.00 -> €0.00 | DIESEL_LITTLE_RED_BAG (158)
price: HRK 1,200.00 -> €159.27 | originalPrice: HRK 1,200.00 -> €159.27 | minimumPrice: HRK 0.00 -> €0.00 | DIESEL_JEANS_KDA6483 (159)
price: HRK 250.00 -> €33.18 | originalPrice: HRK 250.00 -> €33.18 | minimumPrice: HRK 0.00 -> €0.00 | VB01uni (160)
price: HRK 220.00 -> €29.20 | originalPrice: HRK 220.00 -> €29.20 | minimumPrice: HRK 0.00 -> €0.00 | VB02uni (161)
price: HRK 250.00 -> €33.18 | originalPrice: HRK 250.00 -> €33.18 | minimumPrice: HRK 0.00 -> €0.00 | VB03uni (162)
price: HRK 200.00 -> €26.54 | originalPrice: HRK 200.00 -> €26.54 | minimumPrice: HRK 0.00 -> €0.00 | V04uni (163)
price: HRK 500.00 -> €66.36 | originalPrice: HRK 500.00 -> €66.36 | minimumPrice: HRK 0.00 -> €0.00 | V005M (164)
price: HRK 500.00 -> €66.36 | originalPrice: HRK 500.00 -> €66.36 | minimumPrice: HRK 0.00 -> €0.00 | V006M (165)
price: HRK 500.00 -> €66.36 | originalPrice: HRK 500.00 -> €66.36 | minimumPrice: HRK 0.00 -> €0.00 | V007M (166)
price: HRK 1,800.00 -> €238.90 | originalPrice: HRK 1,800.00 -> €238.90 | minimumPrice: HRK 0.00 -> €0.00 | V008M (167)
Done modifying product prices.
Found 3 shipping methods to modify.....
Done modifying shipping methods.
Found 24 carts (orders in state 'cart') for cleanup.
Reseting cart 1 totals, adjustments, items (1)
Reseting cart 3 totals, adjustments, items (0)
Reseting cart 4 totals, adjustments, items (1)
Reseting cart 5 totals, adjustments, items (1)
Reseting cart 6 totals, adjustments, items (1)
Reseting cart 8 totals, adjustments, items (1)
Reseting cart 9 totals, adjustments, items (1)
Reseting cart 10 totals, adjustments, items (1)
Reseting cart 11 totals, adjustments, items (1)
Reseting cart 15 totals, adjustments, items (1)
Reseting cart 17 totals, adjustments, items (1)
Reseting cart 19 totals, adjustments, items (1)
Reseting cart 20 totals, adjustments, items (1)
Reseting cart 21 totals, adjustments, items (1)
Reseting cart 22 totals, adjustments, items (1)
Reseting cart 23 totals, adjustments, items (1)
Reseting cart 24 totals, adjustments, items (0)
Reseting cart 25 totals, adjustments, items (0)
Reseting cart 26 totals, adjustments, items (1)
Reseting cart 27 totals, adjustments, items (1)
Reseting cart 28 totals, adjustments, items (1)
Reseting cart 29 totals, adjustments, items (1)
Reseting cart 30 totals, adjustments, items (1)
Reseting cart 31 totals, adjustments, items (1)
Done cleaning carts.
Currency switch done.