tomliuwhite Posted February 15, 2006 Posted February 15, 2006 I have installed this contribution ?price-break-1.11.2?. Then I want to install another contribution ?Gift Add (dangling carrot) v2.a?. But I could not. The problem is in catalog/includes/classes/shopping_cart.php.Find these source code: $products_query = tep_db_query("select p.products_id, pd.products_name, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_tax_class_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = '" . (int)$products_id . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); Both of contributions want to change the above source code in their own way. I could not figure out. What shall I do? Many thanks in advance. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.