This addon show special products with cool flash carousel. Install within 2 minutes. Only one file need to edit.
You can easily show bestsellers by changing two query in kampanya.php file.
This addon support multilingual and curriencies.
You easily understand by visiting
http://demo.oscommerce.com.tr
Don't miss this addon.
http://www.oscommerce.com.tr
Turkish
Bu Eklenti Ne ise Yariyor?
Bu eklenti indirimli urunleri flash destekli carousel seklinde gosteriyor.
Aslinda eklenti su asamada indirimli urunleri gosterecek sorgulari yapiyor.
Dilerseniz farkli sorgularla dilediginiz urunleri gosterebilirsiniz.
(en cok satilan urunler, vitrindekiler vb.)
Demo icin http://demo.oscommerce.com.tr
Bu eklenti coklu dil ve para birimini destekliyor ve her ziyaret edildiginde dinamik xml uretiyor.
http://www.oscommerce.com.tr
Legend: 
Download

Report
What's new:
- Products selectable in admin (based on Featured Products)
- Removed AC_RunActiveContent and added the W3C valid swfObject javascript
- Moved all the files to appropriate directories
- Added the prices with tax from marcusdesign
- Added transparent background from josepm1
- Fixed issue with links not working, stuffed up in version 2.0c, fixed again
- Special prices showing up thanks to koopmanh
- Added flash source
Wishlist:
- Turn mouse sensitivity on and off
- Make spinning speed adjustable
I'm no good at Flash but perhaps anyone else can give a hand here?
That's about it. Thanks to all the other authors of this contribution and the Featured Products contribution. It's possible to use Featured Products and Flash Carousel Menu v2.0 together.
Full Package ignore ver
Support forums: http://forums.oscommerce.com/index.php?showtopic=310795
Greetz:
Emmetje, The Netherlands.
What's new:
- Products selectable in admin (based on Featured Products)
- Removed AC_RunActiveContent and added the W3C valid swfObject javascript
- Moved all the files to appropriate directories
- Added the prices with tax from marcusdesign
- Added transparent background from josepm1
- Fixed issue with links not working
- Special prices showing up thanks to koopmanh
Wishlist:
- Turn mouse sensitivity on and off
- Make spinning speed adjustable
I'm no good at Flash but perhaps anyone else can give a hand here?
That's about it. Thanks to all the other authors of this contribution and the Featured Products contribution. It's possible to use Featured Products and Flash Carousel Menu v2.0 together.
Full Package
Support forums: http://forums.oscommerce.com/index.php?showtopic=310795
Greetz:
Emmetje, The Netherlands.
Just another step if you want the flash carousel to have transparent background and reduce flash menu on right click.
Just one step added to last v2.0b
Made some errors again please ignore previous posts and use v2.0b
What's new:
- Products selectable in admin (based on Featured Products)
- Removed AC_RunActiveContent and added the W3C valid swfObject javascript
- Moved all the files to appropriate directories
- Added the prices with tax from marcusdesign
- Sadly I couldn't get the special prices showing up some help would be great.
That's about it. Thanks to all the other authors of this contribution and the Featured Products contribution. It's possible to use Featured Products and Flash Carousel Menu v2.0 together.
Full Package
Support forums: http://forums.oscommerce.com/index.php?showtopic=310795
Greetz:
Emmetje, The Netherlands.
I was a little to quick posting version 2.0. I've adjusted some typo's and errors, please ignore previous post and use v2.0a
What's new:
- Products selectable in admin (based on Featured Products)
- Removed AC_RunActiveContent and added the W3C valid swfObject javascript
- Moved all the files to appropriat directories
- Added the prices with tax from marcusdesign
- Sadly I couldn't get the special prices showing up some help would be great.
That's about it. Thanks to all the other authors of this contribution and the Featured Products contribution. It's possible to use Featured Products and Flash Carousel Menu v2.0 together.
Full Package
Support forums: http://forums.oscommerce.com/index.php?showtopic=310795
Greetz:
Emmetje, The Netherlands.
What's new:
- Products selectable in admin (based on Featured Products)
- Removed AC_RunActiveContent and added the W3C valid swfObject javascript
- Moved all the files to appropriat directories
- Made special prices show up
That's about it. Thanks to all the other authors of this contribution and the Featured Products contribution. It's possible to use Featured Products and Flash Carousel Menu v2.0 together.
Support forums: Support: http://forums.oscommerce.com/index.php?showtopic=310795
Greetz:
Emmetje, The Netherlands.
Update Cool Flash Carousel Menu fo featured
1. Open kampanya.php file under catalog directory.
Find this:
$specials_query_raw = "select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_SPECIALS . " s where p.products_status = '1' and s.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and s.status = '1' order by s.specials_date_added DESC LIMIT $limit_product_number";
Replace with this:
$specials_query_raw = "select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_FEATURED . " f where p.products_status = '1' and f.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and f.status = '1' order by rand() DESC LIMIT $limit_product_number";
Find this:
$xmlfile .= "tt" . '<product filename="'.$new_image.'" productname="'.$specials['products_name'].'" productprice="'.$kampanya->display_price($specials['specials_new_products_price'],'').'" url="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $specials['products_id']). '" />'."n";
Replace with this:
$xmlfile .= "tt" . '<product filename="'.$new_image.'" productname="'.$specials['products_name'].'" productprice="'.($specials['products_price'] > 0 ? $kampanya->display_price($specials['products_price'],'') : 'P.O.A').'" url="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $specials['products_id']). '" />'."n";
That's it!
See an example: www.expodreams.com/gallery/index.php
Great contrib and special thanks to the creator
I didnt like the fact that the new thumbnail images had to be created knowing that oscommerce already had its own thumbs created, so I tampered with the code a bit. I have only uploaded a txt file describing how to install the code in order to achive this in the original (or any other version) of kampanya.php.
The installation code is:
find in kampanya.php line
$new_image = $specials['products_image'].thumb_kampanya('images/'.$specials['products_image'], $width, $height,false);
and replace it with
$src = DIR_WS_IMAGES .$specials['products_image'];
$width = SMALL_IMAGE_WIDTH;
$height = SMALL_IMAGE_HEIGHT;
$src=thumbimage(DIR_FS_CATALOG . '/' .$src, $width, $height, 1, 1, DIR_FS_CATALOG . '/' . DIR_WS_IMAGES . 'imgcache');
$new_image = str_replace('images/','',$src);
New features version 1.3a
just updated the kampanya.php file to show prices with tax
Install
1. Copy new kampanya.php file under catalog directory.
if you would like to manually change the file
find at line 123 in kampanya.php:
$kampanya->display_price($specials['specials_new_products_price'],'')
and replace this with:
$kampanya->display_price($specials['specials_new_products_price'], tep_get_tax_rate($specials['products_tax_class_id']))
that's all...
Hi guys, I had a issue with josuesanz's version of this script. It is a good I think, just not for me.
I think it is intended for those who have a image directory like this;
cataloge/images/smallproduct/
I personaly have all my pics in; cataloge/images/.
So I got 1000 errors of no such directory and all that good stuff.
So I hacked it !
I merged ComArge's version wich pulls images from directory cataloge/images/ and josuesanz's wonderfull addition of image resizing option.
This is a full package:
with New_install.txt
p.s. If someone can drop me a line and tell me what the fla_source with 2 files and the xml file is all about i'd apreciate, don'd want to miss out.
Enjoy
Ronnie
Just a update for resize larger images
Una contribucion para funcionar con imagenes grandes
Full package
Contribucion completa
Thanks to Harish Chauhan for his Class: Resize Images
http://www.phpclasses.org/browse/package/2179.html
New features version 1.2
Some configuration variables added to kampanya.php
You can resize images
You can define product number to show
If you want to resize images open kampanya.php and change these:
$image_need_resize = 1; // 1 on, 0 off
$width = 100; // image width
$height = 75; // image height
$limit_product_number = 12; // how many products want to show
At this version you can resize images by using thumb function. So that you need CHMOD images and under images direcories to 777. Because script produce thumb images of products.
By the way setup second step updated. You can see below.
There is no update copy all files to your existing store.
Full package.
Demo
http://demo.oscommerce.com.tr
Support
http://forums.oscommerce.com/index.php?showtopic=310795
Turkish support site
http://www.oscommerce.com.tr
This addon show special products with cool flash carousel. Install within 2 minutes. Only one file need to edit.
You can easily show bestsellers by changing two query in kampanya.php file.
This addon support multilingual and curriencies.
You easily understand by visiting
http://demo.oscommerce.com.tr
Don't miss this addon.
http://www.oscommerce.com.tr
Turkish
Bu Eklenti Ne ise Yariyor?
Bu eklenti indirimli urunleri flash destekli carousel seklinde gosteriyor.
Aslinda eklenti su asamada indirimli urunleri gosterecek sorgulari yapiyor.
Dilerseniz farkli sorgularla dilediginiz urunleri gosterebilirsiniz.
(en cok satilan urunler, vitrindekiler vb.)
Demo icin http://demo.oscommerce.com.tr
Bu eklenti coklu dil ve para birimini destekliyor ve her ziyaret edildiginde dinamik xml uretiyor.
http://www.oscommerce.com.tr