// removing categories assocation with shop
This commit is contained in:
@@ -261,8 +261,6 @@
|
||||
{include file='helper/assoshop.tpl' input=$input fields_value=$fields_value}
|
||||
{elseif $input.type == 'categories'}
|
||||
{include file='helper/form/form_category.tpl' categories=$input.values}
|
||||
{elseif $input.type == 'categories_select'}
|
||||
{$input.category_tree}
|
||||
{elseif $input.type == 'asso_shop' && isset($asso_shop) && $asso_shop}
|
||||
{$asso_shop}
|
||||
{elseif $input.type == 'color'}
|
||||
|
||||
@@ -236,15 +236,6 @@
|
||||
</p>
|
||||
</div>
|
||||
{/if}
|
||||
{if isset($warning_unavailable_product)}
|
||||
<div class="warn" >
|
||||
<p>
|
||||
<span style="float: left">
|
||||
{l s='This product is active in this shop but it doesn\'t belong to any active category for this shop.'}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
{/if}
|
||||
{* all input are here *}
|
||||
<div id="product-tab-content-wait" style="display:none" >{l s='loading ...'}</div>
|
||||
{foreach $product_tabs key=numStep item=tab}
|
||||
|
||||
Reference in New Issue
Block a user