app-addons-lite_checkout-controllers-frontend-checkout.pre.php.diff
diff --git a/app/addons/lite_checkout/controllers/frontend/checkout.pre.php b/app/addons/lite_checkout/controllers/frontend/checkout.pre.php
index 708acb2799..322dcb46c6 100644
--- a/app/addons/lite_checkout/controllers/frontend/checkout.pre.php
+++ b/app/addons/lite_checkout/controllers/frontend/checkout.pre.php
@@ -40,6 +40,8 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
fn_lite_checkout_backup_chosen_shipping($cart);
}
+ $cart['calculate_shipping'] = fn_lite_checkout_is_shipping_recalculation_required($_REQUEST, Tygh::$app['session'], $_SERVER);
+
This file has been truncated. show original
app-addons-lite_checkout-schemas-lite_checkout-shipping_recalculation.php.diff
diff --git a/app/addons/lite_checkout/schemas/lite_checkout/shipping_recalculation.php b/app/addons/lite_checkout/schemas/lite_checkout/shipping_recalculation.php
index 61d8d704e5..60f07938bd 100644
--- a/app/addons/lite_checkout/schemas/lite_checkout/shipping_recalculation.php
+++ b/app/addons/lite_checkout/schemas/lite_checkout/shipping_recalculation.php
@@ -24,9 +24,11 @@ $schema = [
],
'request' => [
// rus_pickup
- 'select_store' => true,
- 'drop_select_store' => true,
This file has been truncated. show original
design-themes-responsive-templates-addons-lite_checkout-components-shipping_rates.tpl.diff
diff --git a/design/themes/responsive/templates/addons/lite_checkout/components/shipping_rates.tpl b/design/themes/responsive/templates/addons/lite_checkout/components/shipping_rates.tpl
index c12b44c093..76fa420e5c 100644
--- a/design/themes/responsive/templates/addons/lite_checkout/components/shipping_rates.tpl
+++ b/design/themes/responsive/templates/addons/lite_checkout/components/shipping_rates.tpl
@@ -3,7 +3,7 @@
<input type="hidden"
name="additional_result_ids[]"
- value="litecheckout_place_order,litecheckout_step_payment_methods,checkout*"
+ value="litecheckout_place_order,litecheckout_step_payment_methods,litecheckout_step_shipping_methods,checkout*"
This file has been truncated. show original
There are more than three files. show original