This is a discussion on UltraPics - MS2 Image Addon Pack! within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; After receiving many requests I must clarify on the update posted on Dec18, 2007 by me. This update is good ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| After receiving many requests I must clarify on the update posted on Dec18, 2007 by me. This update is good for all your review pages so here it is again: To add lightbox effect to your review pages including: 1. product_reviews.php 2. product_reviews_info.php 3. product_reviews_write.php do the followings in each file: FIND: $product_info_query = tep_db_query("select p.products_id, p.products_model, p.products_image, p.products_price, p.products_tax_class_id, pd.products_name from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "'"); REPLACE WITH: // BOF MaxiDVD: Modified For Ultimate Images Pack! $product_info_query = tep_db_query("select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, p.products_image_med, p.products_image_lrg, p.products_image_sm_1, p.products_image_xl_1, p.products_image_sm_2, p.products_image_xl_2, p.products_image_sm_3, p.products_image_xl_3, p.products_image_sm_4, p.products_image_xl_4, p.products_image_sm_5, p.products_image_xl_5, p.products_image_sm_6, p.products_image_xl_6, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); // EOF MaxiDVD: Modified For Ultimate Images Pack! FIND: ADD BELOW: FIND: REPLACE WITH: That's it. Enjoy. This is not a full package. You need UltraPics 2.04 LightBox version first then perform UltraPics 2.04.1 LightBox version update then this update to take full advantage of this great add-on. nimz ps: file attached contains this info. More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UltraPics - MS2 Image Addon Pack! | michael_s | New osCommerce Contributions | 0 | 09-28-2007 03:33 AM |
| UltraPics - MS2 Image Addon Pack! | michael_s | New osCommerce Contributions | 0 | 09-24-2007 06:20 PM |
| UltraPics - MS2 Image Addon Pack! | michael_s | New osCommerce Contributions | 0 | 09-12-2007 07:46 PM |
| UltraPics - MS2 Image Addon Pack! | michael_s | New osCommerce Contributions | 0 | 07-19-2007 05:23 PM |
| UltraPics - MS2 Image Addon Pack! | michael_s | New osCommerce Contributions | 0 | 06-22-2007 05:32 AM |