Quote:
Originally Posted by aim
This skin includes two calls to
the
{include file="modules/Socialize/buttons_row.tpl" detailed=true href="`$current_location`/`$canonical_url`"}
template
The first is from skin/busy-kitchen/customer/main/product.tpl
Code:
{if $active_modules.Socialize ne ''}
<div style="padding-bottom: 15px;">
{include file="modules/Socialize/buttons_row.tpl" detailed=true href="`$current_location`/`$canonical_url`"}
<div class="clear"></div>
</div>
The second is from
skin/busy-kitchen/customer/main/product_details.tpl
Code:
{if $active_modules.Socialize}
<li>
{if $config.version eq '4.7.0' or $config.version eq '4.7.1' or $config.version eq '4.7.2'}
{include file="modules/Socialize/buttons_row.tpl" detailed=true href="`$current_location`/`$canonical_url`"}
{else}
{include file="modules/Socialize/buttons_row.tpl" detailed=true}
{/if}
</li>
{/if}
Please contact to
support@thexcartstore.com
Thank you.
|
Thank you so much that has been driving me insane for days
