Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

radhavallabh

Members
  • Posts

    711
  • Joined

  • Last visited

Posts posted by radhavallabh

  1. 55 minutes ago, raiwa said:

    Please check if you have the same problem in your new products module.

    The recently products module is correct coded for multilanguage store. It must be something with your store setup.

    Just to be sure, you didn't change anything in the recently products module?

    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.

    Screenshot_2020-02-20 Index Page Title Radha Krishna Spiritual Store.png

  2. On 1/20/2020 at 11:02 PM, raiwa said:

    Upddated to Version 5.0.2 Phoenix, tested with Phoenix 1.0.4.3

    Recently Viewed Products Phoenix

    Changes:        
             - removed deprecated "Product Image" configuration setting
             - updated database query in recently_viewed.php

     

    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

  3. On 1/24/2020 at 11:31 PM, Jack_mcs said:

    A new version has been uploaded with these changes:

    • Corrected the code to add individual missing pages when the automatic page option is off.
    • Corrected the add missing pages code since it mangled the includes/header_tags.php file.
    • Corrected the code that adds categories and manufacturers to the titles so it doesn't apply when the parents setting is set to standard.
    • Corrected the duplicate product code in admin/categories.php.
    • Corrected the database installer so it did not delete previous tables.
    • Removed a call to language files no longer needed.

    Is it compatible with Phoenix- 1.0.5.0?

  4. 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

     

  5. 3 hours ago, BrockleyJohn said:

    ok, you can do this in the addon by cheating a little. Start by changing the page to show the maximum number of lines in the drop-down (100). You'll see this adds a parameter to the end of the url: row_by_page=100

    Just edit this to a bigger number than the number of products you have, eg row_by_page=10000

    BUT the code is not written very efficiently and you may find that it times out trying to update too many products.

     

     

    Gives a 413 page error too much data..

    2 hours ago, JcMagpie said:

    A simple solution may be to simply use phpMyAdmin to run a simple SQL query somthng like,

    UPDATE products SET `products_price`=`products_price`+100 (100 can be replaced by any number you like)

    Test by first simulating on your db and backup first.

    image.thumb.png.443cab97cf9e683391e79d59f6d18e85.png

    Need to do it by 5%

     

     

    Please Help!!!

  6. 20 hours ago, BrockleyJohn said:

    Yeah, that's a bit of crap old code. As a workaround, enable manufacturer updates in the settings and the error will go away. I'm working on an update for Troy and will incorporate a fix.

    Thank you so much dear!! Works perfectly.

    Warm Regds./

    radhavallabh

  7. 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

  8. 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 

  9. 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

  10. On 7/21/2018 at 7:54 PM, piernas said:

    I've been working on this addon to fix some issues and improve some things like multilanguage support. Anyone here would like to test the code before submitting to the addons section?

    Here is a short list of changes:

    • Latest responsive oscommerce compatible.
    • Moved usu_base_filename function from application_top to its own file to simplify core edits.
    • Fix for sitemaps not showing manufacturer rewritten URLs
    • Fix for hreflang tags module - now categories shows correct language
    • Corrected location of character conversion packs
    • Allow to processs links outside root folder (ie. ext/directory). This is useful for addons like Twitter typeahead.
    • Fixed (some) cache problems.

    For now the only issue I still find is with mysql cache: Looks like the table is being truncated on every page load. Any help with locating the problem will be welcome.

     

    Ultimate_Seo_Urls_5_PRO_BS_209 beta1.zip

    Is it compatible with php 7- frozen CE version?

    Warm regds./

    radhavallabh

×
×
  • Create New...