From 535f05b524daa28a369c429cb65bcfb443e63db8 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Tue, 6 Dec 2011 14:37:00 +0000 Subject: [PATCH] // BugFix : Prevent undefined index multi_shipping in template orders-step.tpl --- themes/default/order-steps.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/default/order-steps.tpl b/themes/default/order-steps.tpl index fdc6e906a..9e65c770a 100644 --- a/themes/default/order-steps.tpl +++ b/themes/default/order-steps.tpl @@ -28,6 +28,11 @@ {capture name="url_back"} {if isset($back) && $back}back={$back}{/if} {/capture} + +{if !isset($multi_shipping)} + {assign var='multi_shipping' value='0'} +{/if} + {if !$opc}