View Single Post
  #1  
Old 03-31-2009, 11:20 AM
 
hiphoptools hiphoptools is offline
 

Member
  
Join Date: Jun 2003
Posts: 15
 

Default 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.
__________________
X-Cart version 4.1.4
Reply With Quote