Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Don7Qf

Archived
  • Posts

    14
  • Joined

  • Last visited

Profile Information

Don7Qf's Achievements

  1. Hello all. My handling fee is not calculated at checkout for USPS shipping. It's enabled in Admin>Modules>Shipping>USPS but not added to the total. Any ideas?
  2. Hello all. I'm still beating my head on the desk >_< trying to figure out how to limit the usps international shipping options. Just wanted to know your course of action in alleviating this issue. Is it a matter of what version of osC I run? Please, lol throw me a bone, will ya?
  3. Okay I fixed the parse error. It seems it was the */ end original code comment that caused it. So by simply omitting end original code the page was able to load. However, all of the international options still appear at checkout. :'(
  4. **correction** - In the line //new code $this->intl_types = array('Express' => 'Global Express Mail EMS)', the opening parenthesis "(" for EMS is part of my code. Must've made a mistake when posting. The previous problem is still exists though.
  5. Here's my code: /* original code $this->intl_types = array('GXG Document' => 'Global Express Guaranteed Document Service', 'GXG Non-Document' => 'Global Express Guaranteed Non-Document Service', 'Express' => 'Global Express Mail (EMS)', 'Priority Lg' => 'Global Priority Mail - Flat-rate Envelope (Large)', 'Priority Sm' => 'Global Priority Mail - Flat-rate Envelope (Small)', 'Priority Var' => 'Global Priority Mail - Variable Weight Envelope (Single)', 'Airmail Letter' => 'Airmail Letter-Post', 'Airmail Parcel' => 'Airmail Parcel Post', 'Surface Letter' => 'Economy (Surface) Letter-Post', 'Surface Post' => 'Economy (Surface) Parcel Post'); */ end original code //new code $this->intl_types = array('Express' => 'Global Express Mail EMS)', 'Airmail Parcel' => 'Airmail Parcel Post', 'Surface Post' => 'Economy (Surface) Parcel Post'); // end new code But I get this message: Parse error: parse error, unexpected T_STRING in .../catalog/includes/modules/shipping/usps.php on line 61
  6. Before I read this thread I first tried to comment out the international options I didn't want, but they still appeared. Now after this step the whole array is gone. What am I doing wrong?
  7. Hello greykher. I need similar help with usps international shipping (I only want Economy Parcel Post, Global Priority Mail and Global Express Mail). How would I edit that array? And do I actually type "/* original code....*/end original code"? Sorry, newbie here.
  8. Hello all. I want to uninstall the PURCHASE WITHOUT ACCOUNT v0.80 contrib. and use it at a later time, but I'm not familiar with MySQL scripts. So how do I undo "step 3" from the install instructions?
  9. Hello all. I installed the PURCHASE WITHOUT ACCOUNT v0.80 Contrib. but my "login.php" page is blank everytime I click the "login" link when testing. :'( Fortunately, the "create account" link is working properly. The install instructions were followed carefully but I'm new to php. Any help will be appreciated.
  10. Hello all. I installed the PURCHASE WITHOUT ACCOUNT v0.80 Contrib. but my "login.php" page is blank everytime I click the "login" link when testing. Fortunately, the "create account" link is working properly. The install instructions were followed carefully but I'm new to php. Any help will be appreciated.
×
×
  • Create New...