View Single Post
  #4  
Old 07-04-2016, 01:39 AM
 
traceygl traceygl is offline
 

Member
  
Join Date: Jul 2016
Posts: 11
 

Default Re: Socialize design help

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
__________________
X- cart 4.7
X-Menus
X-banners
X-Mobile
Reply With Quote