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)
-   -   Frontpage Slideshow (https://forum.x-cart.com/showthread.php?t=56907)

crzy4prple 12-06-2010 07:27 AM

Frontpage Slideshow
 
I'm trying to install this... I followed what it said in this thread, but it's not working... http://forum.x-cart.com/showthread.php?t=46660

here's what I have.. .

Code:

{*
$Id: welcome.tpl,v 1.1.2.2 2010/08/09 06:39:52 aim Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{if $display_greet_visitor_name}

  <h1>{$lng.lbl_welcome_back|substitute:"name":$display_greet_visitor_name} </h1>

{elseif $lng.lbl_site_title}

  <h1>{$lng.lbl_welcome_to|substitute:"company":$lng.lbl_site_title|amp}</h1>

{else}

  <h1>{$lng.lbl_welcome_to|substitute:"company":$config.Company.company_name|amp}</h1>


{/if}

{$lng.txt_welcome}<br />


                        {php}               
                        // 1. Enter the name of your slideshow
                        $slideshow = "black_friday";
                       
                        // 2. Enter your site's URL (without trailing slash)
                        $siteURL = "http://7thheavendesigns.com/shop"; // e.g. http://www.site.com or http://www.site.com/folder if your site is in a subfolder
                       
                        // 3. Enter the absolute path of your site on the server (without trailing slash)
                        $sitePath = "/home2/sevthhea/public_html/shop"; // e.g. /home/user/public_html or /home/user/public_html/folder if your site is located in a subfolder
                       
                        // Include the slideshow
                        include_once($sitePath."/fpss/fpss.php"); // DO NO EDIT THIS LINE
                       
                        {/php}


{if $active_modules.Bestsellers and $config.Bestsellers.bestsellers_menu ne "Y"}
  {include file="modules/Bestsellers/bestsellers.tpl"}<br />
{/if}

{include file="customer/main/featured.tpl"}


ARW VISIONS 12-06-2010 08:02 AM

Re: Frontpage Slideshow
 
well this doesn't exist

http://7thheavendesigns.com/fpss/fpss.php

have you uploaded the fpss folder to the root or the shop directory??

ARW VISIONS 12-06-2010 08:03 AM

Re: Frontpage Slideshow
 
its in the shop directory.

get this error.


Warning: require_once(/home2/sevthhea/public_html/shop/fpss/slideshows//parameters.php) [function.require-once]: failed to open stream: No such file or directory in /home2/sevthhea/public_html/shop/fpss/fpss.php on line 16

Fatal error: require_once() [function.require]: Failed opening required '/home2/sevthhea/public_html/shop/fpss/slideshows//parameters.php' (include_path='.:/usr/lib64/php:/usr/lib/php') in /home2/sevthhea/public_html/shop/fpss/fpss.php on line 16

crzy4prple 12-06-2010 08:09 AM

Re: Frontpage Slideshow
 
yes it's in the shop directory...


All times are GMT -8. The time now is 01:34 PM.

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