put description more over description short
This commit is contained in:
parent
7945d0c0ad
commit
f5cb833c6e
@ -423,7 +423,6 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
<ul id="more_info_tabs" class="idTabs idTabsShort">
|
||||
{if $product->description_short}<li><a id="more_info_tab_more_info" href="#idTab1" style="cursor: default !important;">{l s='Description'}</a></li>{/if}
|
||||
{if $product->description}<li><a id="more_info_tab_more_info" href="#idTab2" style="">{l s='Good to know'}</a></li>{/if}
|
||||
{if $product->description_more}<li><a id="more_info_tab_more_info" href="#idTab3" style="">{l s='More'}</a></li>{/if}
|
||||
{*if $product->buy_guide}<li><a id="more_info_tab_data_sheet" href="#idTab3">{l s='Buy guide'}</a></li>{/if*}
|
||||
{if $product->videos}<li><a id="more_info_tab_more_info" href="#idTab4" style="">{l s='Videos'}</a></li>{/if}
|
||||
{if $product->description_delivery}<li><a id="more_info_tab_more_info" href="#idTab5" style="">{l s='Shipping'}</a></li>{/if}
|
||||
@ -435,16 +434,17 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
<div id="more_info_sheets" class="sheets align_justify">
|
||||
{if $product->description_short}
|
||||
<!-- full description_short -->
|
||||
<div id="idTab1" class="rte">{$product->description_short}</div>
|
||||
<div id="idTab1" class="rte">
|
||||
{if $product->description_more}
|
||||
<div>{$product->description_more}</div>
|
||||
{/if}
|
||||
<div>{$product->description_short}</div>
|
||||
</div>
|
||||
{/if}
|
||||
{if $product->description}
|
||||
<!-- full description -->
|
||||
<div id="idTab2" class="rte">{$product->description}</div>
|
||||
{/if}
|
||||
{if $product->description_more}
|
||||
<!-- full description_more -->
|
||||
<div id="idTab3" class="rte">{$product->description_more}</div>
|
||||
{/if}
|
||||
{if $product->videos}
|
||||
<!-- full videos -->
|
||||
<div id="idTab4" class="rte">{$product->videos}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user