Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

GetSirius

Members
  • Posts

    89
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    GetSirius got a reaction from kellycoolkrafts in OSC V4 and USPS   
    Thank you for posting how you fixed the issue.
    Too bad you had to wait months for a reply, only to be told to hire someone else to fix what should be working out of the box. This makes me nervous about using osC v4.
  2. Like
    GetSirius reacted to Smoky Barnable in Addon access   
    We need access to the old addons now, not "shortly". If you refuse to provide access to this open source content authored by developers who offered this content for free, would you at least consider paid access? It's impossible for forum members to provide support to those in need if we can't reference the files.
  3. Like
    GetSirius got a reaction from TomB01 in USPS Rate V4, Intl Rate V2 (official support thread)   
    Very much appreciated Tom. 
    phpMyAdmin is easy for me
    The most important thing people should remember if they edit the database (or any file) is to download a backup first!
  4. Thanks
    GetSirius reacted to TomB01 in USPS Rate V4, Intl Rate V2 (official support thread)   
    Here's the latest version I have - USPS Rate V4 Intl Rate V2_r3.6.
    USPS Rate V4 Intl Rate V2_r3.6.zip
  5. Like
    GetSirius reacted to TomB01 in USPS Rate V4, Intl Rate V2 (official support thread)   
    See my post above.
    Go into phpMyAdmin on your Internet Host's Control Panel (or whatever they use) and access your oscommerce MySQL database.  click on the "configuration" table and scroll through all of the lines to find the USPS keys.  There's a bunch of them and my configuration is 30+ lines now, so it may take you a while.  Don't get mixed up with UPS keys, if you have them.  Anyway, find the MODULE_SHIPPING_USPS_TYPES key, click on the "configuration_value" column for that key, and edit out the TM values to "RM."
    You need to be very careful doing this, because you can blow up the database if you mess something else up.  Unless you are fairly confident with phpMyAdmin, the safer way is to uninstall and re-install the USPS shipping module, as suggested earlier.  You do that in the oscommerce Admin Control Panel.  Login as Admin to your store and the Admin Control Panel (or whatever you may be calling it).  Look for Modules->Shipping.  Click on "- Remove Module."  After you've done that, go right back and click on "Install Module," select "USPS," and install it.
    WARNING: Print out all of your USPS settings on the right hand side of the page before you uninstall the module.  I believe you're going to have re-edit all of those settings when you uninstall and re-install the module.  That's why I went for manually editing the database, but as mentioned - that can be dangerous if you're not confident about what you're doing.
    P.S. I'm running Phoenix, so your mileage may vary from that description above.
     
  6. Like
    GetSirius got a reaction from Smoky Barnable in USPS Rate V4, Intl Rate V2 (official support thread)   
    Thank you Smoky Barnable for bringing this up and making it so easy to fix!
  7. Like
    GetSirius reacted to Smoky Barnable in USPS Rate V4, Intl Rate V2 (official support thread)   
    I manually changed the configuration_key MODULE_SHIPPING_USPS_TYPES in the configuration table in the database as well. If you already made the changes in usps.php, then removing and installing the module would update the table. Seems to work ok now. Yeah, really tired of the usps api changes over the years.😠
  8. Like
    GetSirius got a reaction from Hotclutch in Installation osCommerce v4 Beta 2 - No Admin Page   
    Thank you Hotclutch. I did not enter the same folder name (test in your example) but did enter a name (/shop) thinking the store would be located at /test/shop. 
    Just re-installed leaving the install location as is and it appears to be working now. Also, it does not load painfully slow as the failed install did. I did get the 404 error message while installing.
    PHP-Version    7.4.27 
  9. Like
    GetSirius got a reaction from cigarsforless in USPS Rate V4, Intl Rate V2 (official support thread)   
    I hope some kind person will guide us on how to cure OldPete's issue. I also use what I assume is an older version of this addon. Has worked fine for me so I never gave it a thought. Do we need to upgrade or is there a way to change the code of this version so it will continue to work after USPS changes?
    THANK YOU to anyone who is willing to help!
     
  10. Like
    GetSirius reacted to ecartz in Categories Navbar Module - Phoenix v1.0.6.0   
    You might want to change lines 67-71 to
    $tpl_data = ['group' => $this->group, 'file' => __FILE__]; include 'includes/modules/block_template.php'; Which happens to be robust in the face of name changes as well as forwardly compatible with switchable templates.  See https://github.com/gburton/CE-Phoenix/commit/e8280d9fdf6364c01484fb5f292adf2511bcefbb#diff-da2a69f7f229fdc1ad483c93b286d7f2 for examples. 
  11. Like
    GetSirius reacted to ecartz in Categories Navbar Module - Phoenix v1.0.6.0   
    Also, this usually means that there is an error.  This error might be logged somewhere.  And knowing what the error was would be helpful. 
    You'd have to put the files in navbar not navbar_modules. 
  12. Like
    GetSirius reacted to Harald Ponce de Leon in Braintree Credentials   
    Thanks for pointing the error out. I can confirm the problem is using empty() on a constant (this produces an error on PHP < 5.5 Servers).
     
    An update will be pushed out within a few hours.
  13. Like
    GetSirius reacted to kymation in [Addon} Theme Switcher   
    The jQuery websites have been redesigned, and the filenames have also been changed. The changes are:
     
    1. The jquery-###.min.js jQuery file is no longer supplied. You can use the jquery-###.js file instead and rename it.
     
    2. The jquery-ui-###.custom.min.css file is now named jquery-ui.css. Rename it to jquery-ui-###.css. The version number must match the version number of the jQuery UI Javascript file.
     
    3. There is no longer an option to select the version on the jQuery UI download page, and the controls have been moved to the bottom of the page.
     
    Regards
    Jim
×
×
  • Create New...