Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Socialize design help

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 07-02-2016, 01:08 PM
 
traceygl traceygl is offline
 

Member
  
Join Date: Jul 2016
Posts: 11
 

Default Socialize design help

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
Attached Thumbnails
Click image for larger version

Name:	Untitled-2.jpg
Views:	172
Size:	168.6 KB
ID:	4600  
__________________
X- cart 4.7
X-Menus
X-banners
X-Mobile
Reply With Quote
  #2  
Old 07-03-2016, 10:32 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: Socialize design help

You have to check the product details template - most likely the call to the Socialized module is inserted twice
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
aim (07-04-2016)
  #3  
Old 07-04-2016, 12:44 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: Socialize design help

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.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote

The following user thanks aim for this useful post:
traceygl (07-04-2016)
  #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
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:35 AM.

   

 
X-Cart forums © 2001-2020