Quote:
Originally Posted by traceygl
Hi I have used the sociaize module to add facebook like ect to my product page but for some reason the buttons are showing up twice on the same page( screen shot attached) Can anyone please tell me how to get rid of the bottom set of buttons?  P.s I am using the busy kitchen templte by the xcart store
|
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.