From 476923cf36b3dccd3ebd3b9bd35710186e1ad5bd 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10989 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}