// 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
This commit is contained in:
@@ -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}
|
||||
<!-- Steps -->
|
||||
<ul class="step" id="order_step">
|
||||
|
||||
Reference in New Issue
Block a user