X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart Smart Template v4.4.x (https://forum.x-cart.com/showthread.php?t=55088)

JacksmithxD 08-07-2011 09:12 AM

Re: X-Cart Smart Template v4.4.x
 
Okay, no worrys. It's just bugging the life out of me. So many bugs with xcart it's stupid. :(

toolman 08-08-2011 08:26 AM

Re: X-Cart Smart Template v4.4.x
 
Phil,

Thanks for clarifying! We shall see what they come up with. :?

PhilJ 08-11-2011 04:12 AM

Re: X-Cart Smart Template v4.4.x
 
1 Attachment(s)
Anyone wishing to display bestsellers in horizontal format... (not in side menu)

1) Adjust the bestseller module settings to disable the bestsellers in the menu.

2) Upload the attached bestsellers.tpl file to...

skin/smart_template/modules/Bestsellers

3) In modules/Bestsellers/bestsellers.php

Before...

Code:

$smarty->assign_by_ref('bestsellers', $bestsellers);

Insert...

Code:

# Get Bestseller Product Descriptions
foreach ($bestsellers as $k => $v) {
$bestsellers[$k]['descr'] = func_query_first_cell("select descr from $sql_tbl[products] where productid='$v[productid]'");
}


4) Clear template cache.

JacksmithxD 08-15-2011 05:38 AM

Re: X-Cart Smart Template v4.4.x
 
Phil when are you available for support as I will buy an hour of your time next week if possible, if not can you tell me a date? :)

costanza 08-17-2011 03:13 PM

Re: X-Cart Smart Template v4.4.x
 
Great Template! Does anyone know how to edit the Social Bookmarking links that show up on the product details page? I just want to remove the "email link" .

PhilJ 08-18-2011 04:00 AM

Re: X-Cart Smart Template v4.4.x
 
Jack, I PM'd you a few days ago.

constanza, in skin/smart_template/custom/js/social/social.tpl

Choose which icons to display by editing this line...

Code:

buttons: "Facebook,Twitter,Linkedin,Digg,Technorati,Delicious,Yahoo,Google,Live,Newsvine,Reddit,Stumbleupon,Misterwong,Mail",

ie. remove...

Code:

,Mail

dio2006 08-21-2011 10:20 AM

Re: X-Cart Smart Template v4.4.x
 
1 Attachment(s)
1. News module is published, but not showing on the front-end.. News just showng in Authentication - Register menu. I cleared my cleanup.php and web browser's cache. Screen file included.

2. Fetured product is published, but not showing on the front-end. Screen file included.

3. Needs change New products and random products layout.


http://imageshack.us/photo/my-images/703/skro.jpg/http://imageshack.us/photo/my-images/703/skro.jpg/

lostsoul 08-24-2011 06:08 PM

Re: X-Cart Smart Template v4.4.x
 
Can anyone help me or direct me to post on how to change the random image thing under the Welcome text on the front page. Where it starts with LOREM IPSUM DOLOR

Thanks.

dio2006 08-24-2011 07:08 PM

Re: X-Cart Smart Template v4.4.x
 
You need to edit file slider.tpl
skin/smart_template/custom/slider.tpl

flyclothing 09-06-2011 10:10 PM

Re: X-Cart Smart Template v4.4.x
 
Phil,

Just getting ready to create an affiliate program and noticed the affiliate page doesnt match the rest of the site or template. I tried adjusting it but doesn't match. How can I get the header and footer to match the website?


All times are GMT -8. The time now is 05:53 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.