Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Conveyor belt slideshow javascript for Featured Items

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #21  
Old 12-04-2007, 03:07 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Conveyor belt slideshow javascript for Featured Items

Demo
__________________
xcartmods.co.uk
Reply With Quote
  #22  
Old 12-04-2007, 09:05 AM
 
ProMuscles ProMuscles is offline
 

Advanced Member
  
Join Date: Apr 2007
Posts: 45
 

Default Re: Conveyor belt slideshow javascript for Featured Items

I think that if you do not have uniform images the slideshow would be a little tacky for a site. However, if you had manufacturers instead of products I think it would be great. Is there anyway that this can be moddes to have the manufactures scroll across the page.
__________________
4.7.5 Gold Glory be to God!
Reply With Quote
  #23  
Old 01-16-2008, 08:12 AM
  rubberneck's Avatar 
rubberneck rubberneck is offline
 

Senior Member
  
Join Date: Feb 2003
Posts: 161
 

Default Re: Conveyor belt slideshow javascript for Featured Items

I managed to get the scoller in my client's site and add a bunch of features. I added a mouseover info window and added a scroller to the category pages that randomly selects products to scroll through. The front page scroller uses the featured items. You can check it out here: http://oasisville.com .

My client is happy with it, and I think it works pretty well. It does hurt load time though.
__________________
--
Version 4.0.17 Gold
Version 4.1 Gold
Version 4.4 Gold
Reply With Quote
  #24  
Old 01-16-2008, 12:35 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Conveyor belt slideshow javascript for Featured Items

Here's a mod for featured products, based on this...
http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
Attached Files
File Type: zip X-Cart_Featured_Products_Content_Glider_v4.x.zip (23.6 KB, 298 views)
__________________
xcartmods.co.uk
Reply With Quote
  #25  
Old 01-17-2008, 11:25 PM
  Warwick's Avatar 
Warwick Warwick is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Somewhere on the web through European connection
Posts: 868
 

Default Re: Conveyor belt slideshow javascript for Featured Items

Quote:
Originally Posted by rubberneck
I managed to get the scoller in my client's site and add a bunch of features. I added a mouseover info window and added a scroller to the category pages that randomly selects products to scroll through. The front page scroller uses the featured items. You can check it out here: http://oasisville.com .

My client is happy with it, and I think it works pretty well. It does hurt load time though.


That looks brilliant, any chance of sharing the full modification?

Quote:
I added a mouseover info window and added a scroller to the category pages that randomly selects products to scroll through.
Especially a feature I like.
__________________
Installs: X-Cart 4.1.x - 4.4.x ∙∙ MySQL version: 5.0.45 ∙∙ Apache version: 2.2.8 (Unix) ∙∙ PHP version: 5.25
X-Cart add-ons: all ∙∙ Mods: A lot; too many ∙∙ Skin templates: Many
∙∙ Experience: Somewhere beyond newbie
-----------------------------------
------------------------------------------------------------------------------------------------------
Looking for the best dutch language pack? 4.1.x - 4.6.x compatibel, native speaker translation! More info
Reply With Quote
  #26  
Old 01-26-2008, 02:38 PM
  DezineJunkie's Avatar 
DezineJunkie DezineJunkie is offline
 

Senior Member
  
Join Date: Jan 2008
Posts: 174
 

Default Re: Conveyor belt slideshow javascript for Featured Items

Quote:
Originally Posted by PhilJ
Here's a mod for featured products, based on this...
http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm

Thanks a lot for the attachment!
__________________
X-CART Pro V.4.3.0
PHP version 5.2.11
MySQL version 5.0.81
Architecture x86_64
Apache version 2.2.14 (Unix)mod_ssl/2.2.14
Operating System: Linux
Dedicated Ip
cPanel Pro 1.0 (RC1)
cPanel Version 11.24.5-RELEASE
Modules: DL Expander, DL Products, One Page Checkout, Dynamic Images,
Multicolumn Recommends, Narrow by Search, Random Products Tabs.
X-AOM, SALES-N-STATS 1.3 , X-Offers-4.1.9, X-Magnifier41x, X-Fancy Categories,
X-RSS Feeds, Static Meta Tags , X-AJAX Rating System v4.1


Reply With Quote
  #27  
Old 02-16-2008, 06:18 PM
 
hebs hebs is offline
 

Advanced Member
  
Join Date: Mar 2007
Location: UK
Posts: 47
 

Default Re: Conveyor belt slideshow javascript for Featured Items

Hi guys,

I'v made it this far without having to ask any questions - this forum is great and has all the answers, however: I am struggling with this one.

I have applied gfiebich's mod on post #1 with rubbernecks alteration on post #18


Rubbernecks code:

Quote:
leftrightslide[{counter}]='<a href=product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}>{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}</a>'

This did not work but after a bit of playing I removed the quotes from the code above and added quotes to the href:

[quote]
Quote:
leftrightslide[{counter}]=<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}">{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}</a>

This is now working for me but not in IE, only Firefox - any ideas?
Also the alt text that shows on mouseover does not appear...


Any help would be much appreciated

Keith

www.sub-laser.com/shop
__________________
Hebs

xcart GOLD v4.1.9 [unix]
Loads of Mods!

www.sub-laser.co.uk


3D Photography
Reply With Quote
  #28  
Old 03-30-2008, 08:03 AM
 
hebs hebs is offline
 

Advanced Member
  
Join Date: Mar 2007
Location: UK
Posts: 47
 

Default Re: Conveyor belt slideshow javascript for Featured Items

If anyone else is interested - I managed to solve this with the help of kube.

Please see this thread for details: http://forum.x-cart.com/showthread.php?t=38698

Essentially I had too many carriage returns (new lines) in my product_thumbnail.tpl - due to another mod
__________________
Hebs

xcart GOLD v4.1.9 [unix]
Loads of Mods!

www.sub-laser.co.uk


3D Photography
Reply With Quote
  #29  
Old 03-30-2008, 09:12 AM
 
cooldude cooldude is offline
 

Member
  
Join Date: Mar 2008
Posts: 23
 

Default Re: Conveyor belt slideshow javascript for Featured Items

Thank you!
__________________
X-Cart 4.1.9 (current version)
X-FancyCategories,
X-Cart Tabs Menu
David A.
Owner
Mandalay Design Inc.
Wholesaler & Manufacturer of Fine Jewelry
www.mandalayla.com
Reply With Quote
  #30  
Old 05-13-2008, 04:32 AM
  Rajdeep's Avatar 
Rajdeep Rajdeep is offline
 

Senior Member
  
Join Date: May 2007
Posts: 115
 

Wink Re: Conveyor belt slideshow javascript for Featured Items

Have been following this thread as well as the link below. Could not collate all suggestins pu in various threads to make it work for me.

Can someone take the toruble of putting the final & correct codes together so that even a "Newbie" can use it to success???

http://forum.x-cart.com/showthread.php?t=38698



Will really appreciate the efforts, thanks in advance.....
__________________
X-Cart Pro 4.1.9
[Migrated from Gold 4.1.8 to Pro 4.1.9 - Feb 2008]
Add Ons: X-FancyCategories, X-Magnifier, X-FeatureComparison, X-SpecialOffers
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020