X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Front Page Slideshow - X-Cart Integration (https://forum.x-cart.com/showthread.php?t=46660)

hiphoptools 03-31-2009 11:20 AM

Front Page Slideshow - X-Cart Integration
 
Hello,

I am attempting to install Front Page Slideshow v1.7.2 into our x-cart store. I have followed the instructions but cannot get the slideshow to appear on the home page.

I have pasted the code below at /customer/main/welcome.tpl

Am I editing the incorrect page?

The instructions say find the page where you want to add the slideshow. Let's say this page is the index.php located at the root of your site as well. The code that you will use to call your slideshow is this:

<?php
// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.hiphoptools.com"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/hiphopto/public_html"; // Enter the root path of your site on the server.

// do not edit below this line
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
?>

Thank you.

balinor 03-31-2009 11:39 AM

Re: Front Page Slideshow - X-Cart Integration
 
{php}
// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.hiphoptools.com/"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/hiphopto/public_html"; // Enter the root path of your site on the server.

include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
{/php}

hiphoptools 03-31-2009 01:03 PM

Re: Front Page Slideshow - X-Cart Integration
 
Thanks so much Balinor.

dolaghan 04-03-2009 03:10 AM

Re: Front Page Slideshow - X-Cart Integration
 
hi, ive installed with your text above and all works great on my regular home.php when in webmaster mode, if i close it it doesnt show.
how do i get it to show when buiding normally also when i build an html catalogue?

regards

Komodogear 06-16-2009 05:19 AM

Re: Front Page Slideshow - X-Cart Integration
 
I have followed what you said to do on the thread and obviously I am doing something wrong.

When someone comes to the site I would like them to see the slide show in the white part of the template above the welcome and the links.

Code..


{php}
// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.komodogear.com/"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/www/komodogear"; // Enter the root path of your site on the server.
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
{/php}

Do I have to place tags at the beginning and end of the code other then {php}

Thank you for your help

Dan.roh 12-26-2009 09:09 AM

Re: Front Page Slideshow - X-Cart Integration
 
Hi balinor,

Please help me with the following. I have just purchased the latest version of frontpage slideshow. I would like it to display in a language variable - lbl_welcome_to


Please advise how to do this. I think my problem is with the specified paths on server. Please give me an example of the code including the paths to use.

Would be greatful if you can help

Thanks

Quote:

Originally Posted by balinor
{php}
// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.hiphoptools.com/"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/hiphopto/public_html"; // Enter the root path of your site on the server.

include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
{/php}



All times are GMT -8. The time now is 04:58 AM.

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