Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

radhavallabh

Members
  • Posts

    711
  • Joined

  • Last visited

Everything posted by radhavallabh

  1. Hi; The New Products module works perfectly; I did not make any change to the Recently Viewed module it is same core install as on the latest version.😟 Attaching screenshot of the New Products.
  2. I am currently installing on Xampp Server.. Attaching a screenshot of it.. Hope to fix it... Thank you in advance for your valuable help and reply; Regds./ radhavallabh
  3. Hi , Thank you for this wonderful addon; I use Oscommerce 1.0.5.0 Phoenix with multiple languages- English, German, Spanish I face a issue the products shown in the recently viewed are in all 3 languages together.. When I view the catalog in English----The recently viewed addon shows a product in english, german and spanish in 3 separate boxes of the row. Please help on how to fix it; Regds./ radhavallabh
  4. Is it compatible with Phoenix- 1.0.5.0?
  5. @Tsimi Hi dear; Does this work with Phoenix latest version too.. It is the great addon that I have been using so far and really want to continue to do so.. Update will be deeply appreciated; Thank you in advance for all the valuable help; Regds./ radhavallabh
  6. Hi; I just installed this beautiful addon on Phoenix Can you please help me edit this small piece of code for the option addon More Product weight.. The product Info.php has changed a lot in Phoenix so I am not able to change the code below- Code in Phoenix latest version 1.0.5.0 is- $product_info_query = tep_db_query("select p.*, pd.* from products p, products_description pd where p.products_status = '1' and p.products_id = '" . (int)$_GET['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); Code that needs to be adding the weight part is- $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, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.products_weight, p.manufacturers_id, p.products_gtin, p.ship_status from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$_GET['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); Please can you help me do it... Thank you in advance.. It will be deeply appreciated.. Regds./ radhavallabh
  7. Gives a 413 page error too much data.. Need to do it by 5% Please Help!!!
  8. I am trying to update the prices site wide by x%.. I used Modify Prices in previous Oscommerce versions to achieve it. Your help will be deeply appreciated.
  9. I want to update all products at once but it has a page limit, Can you please suggest a fix..
  10. Thank you so much dear!! Works perfectly. Warm Regds./ radhavallabh
  11. Hi, I get this error on Top category level- 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 select manufacturers_name from manufacturers where manufacturers_id= [TEP STOP] Please help.. Using Frozen BS 3 version; Thank you for helping me in advance; Regds/ radhavallabh
  12. Hi, Could you please point to the exact changes you made, As mine are modified files I incorporated the beta_1 already, hence I could add the fixes of beta_2.. Warm Regds./ radhavallabh
  13. Hi, This works great with frozen..even with Attribute weight addon...But when I am trying to use the weight of ATTRIBUTES on edit_order.php, The shipping does not calculate accordingly. It does not calculate the attribut weight only shows the base weight for every attribute. Any help would be deeply appreciated Warm Regds Radhavallabh
  14. Hi I have installed this addon on my Frozen CE version.. Order Editor BS https://apps.oscommerce.com/wwEZ9&order-editor-for2-3-v1-0 Works good but when I create the Order the shipping is not calculating correctly.. I am using MPW which works with every addon but does not seem to work with the shipping of this addon.. Please Help The attribute weights are not been taken into account by it, It only calculates the base weight of the item.. Help on it will be deeply appreciated.. Warm Regds./ radhavallabh
  15. Hi, I am facing a Unexpected token issue.. please help me solve it sessionStorage[setItem]('list_grid', 'grid'); }); }); });<\/script>")[0])}if(''&&''){});</script></body></html> The underlined area is where the error but I am not able to resolve it. Thanks in advance Warm Regds, radhavallabh
  16. Is it compatible with php 7- frozen CE version? Warm regds./ radhavallabh
×
×
  • Create New...