-- HikaShop version -- : 5.04
-- Joomla version -- : 5.1.0
-- PHP version -- : 8.2.18
-- Browser(s) name and version -- : Firefox 125.0.2
we need to charge an additional fee of 50 € on checkout for certain products that need to be shipped on dry ice.
I thought the Cart Fee plugin would be nice to accomplish this fee.
So, I added a custom field for Products called "dyriceshipment" and entered a "1" in this field for products to be shipped on dry ice.
I entered the following information in the Cart Fee plugin:
Label: "Dry Ice Surcharge"
Condition: "{product.dryiceshipment}==1"
Formula: "50"
Apparently, this condition is always evaluated as "false", no matter if the cart contains dry ice products or not, because the surcharge is never shown on Checkout.
When I leave the condition empty the Dry Ice Surcharge is always added to the cart, no matter which products it contains.
Does anyone know what I am doing wrong??
Thanks in advance,