This is a discussion on Cool Flash Carousel Menu within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Update Cool Flash Carousel Menu fo featured 1. Open kampanya.php file under catalog directory. Find this: $specials_query_raw = "select p.products_id, ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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" . ''."n"; Replace with this: $xmlfile .= "tt" . ''."n"; That's it! See an example: www.expodreams.com/gallery/index.php More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-09-2008 02:01 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-07-2008 01:11 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-07-2008 12:02 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-06-2008 09:00 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-05-2008 02:10 PM |