Zen Cart Logo
Forums / Addon Sideboxes / Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Views: 34,716

Results 1 to 20 of 95
18 Apr 2011, 10:51 PM
#1
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

This is the support thread for our newly presented Ajax module which will allow you to display all or any of your New, Featured & Specials products on a carousel in a sidebox. You can see an example of it in action at http://www.fastlec.co.uk

It is a very simple installation - all new files, no overrides, no database changes and just one simple manual edit.

The module is currently awaiting review/authorisation in the downloads section,

18 Apr 2011, 11:08 PM
#2
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Oops - sorry, that should be http://www.fastlec.co.uk for the demo

6 May 2011, 2:39 PM
#4
alexious avatar

alexious

New Zenner

Join Date:
Apr 2011
Posts:
4
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Hi, that's a good module. Took me a while to find our why there was no price for what's new. Seems to be a typo

tpl_whats_new_carousel.php

line #29

    $content .= '<div id="carouselPrice>' . $whats_new_price . '</div>';

    $content .= '<div id="carouselPrice">' . $whats_new_price . '</div>';
10 May 2011, 4:18 PM
#5
fjej1970 avatar

fjej1970

New Zenner

Join Date:
Aug 2010
Posts:
15
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Hi i was wondering if this module includes the option to enable and/or disable it.

Thanks

11 May 2011, 8:55 AM
#6
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

I'm experiencing longer loading times with this add-on. I think it's a great add-on and was wondering if I would be possible to tweak loading times a little..

thanks
soniccc

20 May 2011, 10:01 AM
#7
darkmarauder avatar

darkmarauder

New Zenner

Join Date:
Feb 2010
Location:
Northants, England
Posts:
83
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

I have got this module installed in my test shop and although it does show a product, it doesn't do any rotation of products and the buttons do not respond.

Any ideas?

20 May 2011, 10:12 AM
#8
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

fjej1970:

Hi i was wondering if this module includes the option to enable and/or disable it.

Thanks

Hi - you just turn it on/off in the normal fashion via the admin > tools >layout_boxes_controller

20 May 2011, 10:18 AM
#9
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Soniccc:

I'm experiencing longer loading times with this add-on. I think it's a great add-on and was wondering if I would be possible to tweak loading times a little..

thanks
soniccc

I'll pass that on to the developers, but as as I'm aware, it will load ALL the appropriate images so the number of items you have on special/featured so you could try reducing the numbers, and - perhaps more importantly - ensure all your images correctly optimised.

20 May 2011, 10:36 AM
#10
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

May I just apologise to everyone for the slow response...for some reason, the first notification of posts here only arrived today.

Hi, that's a good module. Took me a while to find our why there was no price for what's new. Seems to be a typo

Yes - nearly drove me nuts trying to find the problem with developers adamant that it should be working! Finally spotted it and uploaded a new version to the Free Software section the other day.

20 May 2011, 10:44 AM
#11
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

darkmarauder:

I have got this module installed in my test shop and although it does show a product, it doesn't do any rotation of products and the buttons do not respond.

Any ideas?

It's almost certain to be that the jquery library exists somewhere else on your test site as well.

25 May 2011, 7:48 AM
#12
kristian avatar

kristian

New Zenner

Join Date:
Nov 2007
Posts:
24
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

I can´t get this box to "play" - it works fine with the buy it now on the first product that shows up, but the products won´t change either by them selves or with the buttons. Installed as instructed, except there is no /includes/templates/YOUR_TEMPLATE/common/html_header.php, but a /includes/templates/YOUR_TEMPLATE/common/tpl_header.php
I put the patch in there, but there is no /head tag, so it may not be in the right place. My tpl_header.php now looks like this:

<?php
/**
* Template designed by 12leaves.com
* 12leaves.com - Free ecommerce templates and design services
*
* Common Template
* 
* @package templateSystem
* @copyright Copyright 2009-2010 12leaves.com
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_header.php 4813 2006-10-23 02:13:53Z drbyte $
*/
?>

<?php
  // Display all header alerts via messageStack:
  if ($messageStack->size('header') > 0) {
    echo $messageStack->output('header');
  }
  if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
  echo htmlspecialchars(urldecode($_GET['error_message']));
  }
  if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
   echo htmlspecialchars($_GET['info_message']);
} else {

}

?>


<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>

<div id="headerWrapper">

<!--bof-header ezpage links-->
<div class="topper-menu float-right">
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
<?php } ?>
</div>
<!--eof-header ezpage links-->


<!--bof-navigation display-->
<!--eof-navigation display-->

<!--bof-branding display-->
<div id="logoWrapper">
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
</div>
<div class="clearBoth"></div>
<!--eof-branding display-->

<!--eof-header logo and navigation display-->

<!--bof-optional categories tabs navigation display-->
<?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
<!--eof-optional categories tabs navigation display-->
<script src="js/jquery-1.4.4.min.js" type="text/javascript" charset="utf-8"></script>
      <script src="js/jquery.tools.min.js" type="text/javascript" charset="utf-8"></script>
</div>
<?php } ?>

Here is the link to my site: http://xn--godpbunn-d0a.no/

25 May 2011, 9:16 AM
#13
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

As I've absolutely no idea of your abilities (other than you are clearly happy to "give-it-a-go" :thumbsup: ) the rest of this has to be basic, but it is not intended to be patronising.

If there is no appropriate file in an override directory, then it means that that file has had no edits from the default (OR that any changes were made IN the default file itself).

In either case, you need to make a copy of includes/templates/template_default/common/html_header.php and make the edits to the copy.

Then upload this file to includes/templates/YOUR_TEMPLATE/common/html_header.php

25 May 2011, 10:11 AM
#14
kristian avatar

kristian

New Zenner

Join Date:
Nov 2007
Posts:
24
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

edited.

25 May 2011, 10:23 AM
#15
kristian avatar

kristian

New Zenner

Join Date:
Nov 2007
Posts:
24
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Thanks a bunch! I never understood where that html_header was - because it wasn´t there :lookaroun Works like a charm now - thanks again for your help.

Kristian

26 May 2011, 8:20 AM
#16
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Pleased to hear that you got it sorted - and even more pleased that it wasn't an issue with the module itself! :D

29 May 2011, 3:30 PM
#17
chaiavi avatar

chaiavi

New Zenner

Join Date:
Dec 2010
Posts:
51
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Very nice carousel.

31 May 2011, 12:14 PM
#18
jagall avatar

jagall

Zen Follower

Join Date:
Mar 2011
Location:
Ireland
Posts:
286
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Hi I have just installed this, something I have been hoping would be available and it is now but it is not working for me, I know something I am doing or not. I have s3slider running also and feel there is a conflict. The product appears in the feature box but will not scroll and buttons do not work. I have tried moving the two lines of code to different places in tpl_header but no real difference (actually not quite sure where it should go at all) nor am I sure about the advice to delete the jquery library as this may contribute also. cheers:D

2 Jun 2011, 10:12 AM
#19
lissa8723 avatar

lissa8723

New Zenner

Join Date:
Feb 2010
Posts:
24
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

Im confused, please help.
I dont have html_header. I have tpl_header.
If I make the new file html_header, what code do I out in it?

And also where does the 2 js files go?
which directory?

Dont quite understand and there is not enough support thread for me to read others questions to kind of get the grasp of how I can fix it.
Thanks, Lissa

2 Jun 2011, 10:29 AM
#20
lissa8723 avatar

lissa8723

New Zenner

Join Date:
Feb 2010
Posts:
24
Plugin Contributions:
0

Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

I wanted to append to the message but I went over the 7 mins alloted time. So just disregard the above.
Here is the appended message:

m confused, please help.

My carousel is up, but it doesnt move and the buttons dont work.

I know someone else said something similar to this but i didnt quite understand the answer or how it was resolved.

I dont have html_header. I have tpl_header.
If I make the new file html_header, what code do I put in it?

And also where does the 2 js files go?
which directory?
I just uploaded them to my main cart directory but I wasnt sure if they went in a specific directory.

Dont quite understand.
Thanks, Lissa