Fixed postage amount reset.
This commit is contained in:
@@ -112,7 +112,7 @@ class Order extends BaseAction implements EventSubscriberInterface
|
||||
|
||||
// Reset postage cost if the delivery module had been removed
|
||||
if ($deliveryModuleId <= 0) {
|
||||
$this->setPostage(0);
|
||||
$order->setPostage(0);
|
||||
}
|
||||
|
||||
$event->setOrder($order);
|
||||
|
||||
BIN
templates/backOffice/default/assets/img/flags/TES.png
Normal file
BIN
templates/backOffice/default/assets/img/flags/TES.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 B |
BIN
templates/backOffice/default/assets/img/flags/TEST.png
Normal file
BIN
templates/backOffice/default/assets/img/flags/TEST.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 B |
@@ -7,7 +7,7 @@ AddDefaultCharset UTF-8
|
||||
|
||||
# If thelia is installed in a subdirectory (e.g., thelia2)
|
||||
# define the RewriteBase below to get a proper URL rewriting
|
||||
# RewriteBase /thelia2
|
||||
RewriteBase /thelia2
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
|
||||
Reference in New Issue
Block a user