Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bikiniduck

Archived
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Real Name
    Martin

bikiniduck's Achievements

  1. Ok, just went through and followed all install directions as noted. Now I am getting the same error as Archeon above did. I went through a second time and looked at all files and went through all the directions again, but I still am getting the "array" issue. Exactly what file wasnt edited correctly? Any suggestions as to where I should look? Thanks, --Martin--
  2. If you are in the USA, DHL is closing down all operations in January.
  3. Yeah, I cant find the code I deleted in my older backups. It pretty much was an older version of this methods contrib. It was in the code commented by // Methods 3.0 Correct. Ok, so I narrowed it down, and it seems that any order placed that uses a shipping figure provided by the USPS module is not visible in the orders.php page. All my test orders placed using flat rate, table rate, or per item shipping modules show up just fine and normal. This leads me to believe that somewhere down the line some type of error/bug is introduced. Now, I may have missed a line of code somewhere, or it is interference with another contribution. I would like to reinstall the Methods contrib from the start, to unedited files. Looking at the installation.txt file in the 4.3.0 contrib package, would I follow the 6 step install directions, the 9 step ones, or both? Thanks again, --Martin--
  4. Actually I did. I followed the install directions in the file quite carefully. It seems I had some other code in there that was messing it up. I deleted it and now the edit feature works. The orders.php still isnt working though, so thats another thing for me to troubleshoot now. Thanks for the help! --Martin--
  5. I just upgraded to 4.2.1 and while its nice it also created a few problems for me. The module installs just fine from the admin/modules.php page, however when I go to hit "edit" I get this error: Fatal error: Call to undefined function: tep_cfg_select_multioption() in /htdocs/catalog/admin/modules.php(212) : eval()'d code on line 1 Searching around there appears to be no fix that I can find. I got around it by opening up the MySQL file and editing the individual options by hand, the long way. Very slow. Now, the biggest problem of them all is that admin/orders.php does not recognize that there are new orders there. The 3-4 test orders (and 2 live ones) that have gone through since I upgraded are in the SQL database but the admin/orders.php does not view them. Does anyone have any suggestions as to what may be the issue here? Thank you for your time, --Martin--
  6. My current issue is that there are too many shipping options given to international customers. I just want them to see the flat rate envelopes, and First class mail options. I went in and commented out the file like shown below, but when an international customer goes to check out, every single option is shown to them. This used to work in the past, I dont know why its not working now. Did USPS update something server side? If I need to update my shipping module to work again, what contribution should I use? I havent had to mess with shipping modules for 2-3 years now, I cant even remember what I installed in the first place <_< Any help is welcome, as I am at a loss as to why its not working. Thanks for the help, --Martin-- $this->types = array('EXPRESS' => 'Express Mail', 'FIRST CLASS' => 'First-Class Mail', 'PRIORITY' => 'Priority Mail', // 'PARCEL' => 'Parcel Post' ); $this->intl_types = array( //'Global Express Guaranteed', // 'Global Express Guaranteed Non-Document Rectangular', // 'Global Express Guaranteed Non-Document Non-Rectangular', // 'Express Mail International (EMS)', 'Express Mail International (EMS) Flat Rate Envelope', // 'Priority Mail International', 'Priority Mail International Flat Rate Envelope', // 'Priority Mail International Flat Rate Box', 'First-Class Mail International' );
×
×
  • Create New...