add HOOK_SHOPPING_CART in shopping-cart.tpl
This commit is contained in:
parent
561b023b6e
commit
1286c72a02
@ -217,6 +217,10 @@
|
||||
</div>
|
||||
{if !isset($recap)}</div>{/if}
|
||||
|
||||
{if isset($HOOK_SHOPPING_CART)}
|
||||
<div id="HOOK_SHOPPING_CART">{$HOOK_SHOPPING_CART}</div>
|
||||
{/if}
|
||||
|
||||
{if $show_option_allow_separate_package}
|
||||
<p>
|
||||
<input type="checkbox" class="custom-input" name="allow_seperated_package" id="allow_seperated_package" {if $cart->allow_seperated_package}checked="checked"{/if} autocomplete="off"/>
|
||||
|
Loading…
Reference in New Issue
Block a user