Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mabiem

Pioneers
  • Posts

    24
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mike M.
  • Gender
    Male
  • Location
    Seattle, WA

mabiem's Achievements

  1. Sorry this is it. It appears to be commented out. //$qid = trim(preg_replace('/ +/', ' ', $body = preg_replace('/[^A-Za-z0-9 ]/', ' ', urldecode(html_entity_decode(strip_tags($tmpname)))))); $title = str_replace(' regimark','',$tmpname); $title = str_replace(' tradmrk','',$title); $title = str_replace('<sup>®</sup>','',$title); $title = str_replace('<sup>™</sup>','',$title); $title = str_replace(array(' 1-Day',' 2-Day',' 3-Day',' Military',' DPM'),'',$title); $title = str_replace('sup/sup','',preg_replace('/&([^`]*?);/','',$title)); $qid = $title; */
  2. My code is very different. Having the server issue as well.
  3. I have 2.2. I have USPS methods 6.0 installed. When I add the updated USPS fileand then re-install USPS methods and click edit I get nothing. Can you be more specific about the general.php file? Thanks, Mike
  4. I'm in the same spot. Dead in the water here. No Standard post and no international options being displayed.
  5. I'm just really confused by the whole thing. My domestic shipping is working fine. My international shipping is NOT working. I've changed the name in the "array" but that did nothing. I'm running USPS methods 5.1 I believe. Here is my original array: ---- $this->intl_types = array( 'Global Express Guaranteed (GXG)**' => 'Global Express Guaranteed<sup>®</sup> (GXG)**', 'Express Mail International' => 'Express Mail<sup>®</sup> International', 'Priority Mail International' => 'Priority Mail<sup>®</sup> International', 'USPS GXG Envelopes**' => 'USPS GXG<sup>™</sup> Envelopes**', 'Express Mail International Flat Rate Boxes' => 'Express Mail<sup>®</sup> International Flat Rate Boxes', 'Express Mail International Flat Rate Envelope' => 'Express Mail<sup>®</sup> International Flat Rate Envelope', 'Express Mail International Legal Flat Rate Envelope' => 'Express Mail<sup>®</sup> International Legal Flat Rate Envelope', 'Express Mail International Padded Flat Rate Envelope' => 'Express Mail<sup>®</sup> International Padded Flat Rate Envelope', 'Priority Mail International Large Flat Rate Box' => 'Priority Mail<sup>®</sup> International Large Flat Rate Box', 'Priority Mail International Medium Flat Rate Box' => 'Priority Mail<sup>®</sup> International Medium Flat Rate Box', 'Priority Mail International Small Flat Rate Box**' => 'Priority Mail<sup>®</sup> International Small Flat Rate Box**', 'Priority Mail International DVD Flat Rate priced box**' => 'Priority Mail<sup>®</sup> International DVD Flat Rate priced box**', 'Priority Mail International Large Video Flat Rate priced box**' => 'Priority Mail<sup>®</sup> International Large Video Flat Rate priced box**', 'Priority Mail International Flat Rate Envelope**' => 'Priority Mail<sup>®</sup> International Flat Rate Envelope**', 'Priority Mail International Legal Flat Rate Envelope**' => 'Priority Mail<sup>®</sup> International Legal Flat Rate Envelope**', 'Priority Mail International Padded Flat Rate Envelope**' => 'Priority Mail<sup>®</sup> International Padded Flat Rate Envelope**', 'Priority Mail International Gift Card Flat Rate Envelope**' => 'Priority Mail<sup>®</sup> International Gift Card Flat Rate Envelope**', 'Priority Mail International Small Flat Rate Envelope**' => 'Priority Mail<sup>®</sup> International Small Flat Rate Envelope**', 'Priority Mail International Window Flat Rate Envelope**' => 'Priority Mail<sup>®</sup> International Window Flat Rate Envelope**', 'First-Class Package International Service**' => 'First-Class Package International Service<sup>™</sup>**', 'First-Class Mail International Large Envelope**' => 'First-Class Mail<sup>®</sup> International Large Envelope**', 'First-Class Mail International Letter**' => 'First-Class Mail<sup>®</sup> International Letter**' ); -----
  6. I changed the server from "production.shippingapis.com" to "56.0.34.43" in two places in my UPSP.php and it works now! Mike
  7. Friends of mine running OSC are having no issues. Is it a contribution version issue?
  8. I was using the 5.0.1 files. The problem was that I had done a few insurance mods I'd forgot about. So replacing the files was causing errors (blank screens) with my other mods. I basically took fullucscents mods from the files and pasted them into my files. Mike
  9. I've fixed my problem with the help of a friend. Turns out I had more custom stuff in the module file then I had thought. I needed to manually insert the code. Thanks for all the help. Everyone is being great in getting this solved. Mike
  10. Ya, Int'l is fine. If I enable any shipping option in Domestic (priority, EXP, parcel, Media) I get a white screen on the shipping page. Any ideas? I have a newer backup at home. I'll try that. Mike
  11. If I disable all domestic options the blank screen goes away but obviously there are no options for shipping. I'll look at my admin/...general.php file a little more.
  12. Yes everything was working until yesterday. I can backup to that point. My issue was common. -Weird characters on the domestic page -No int'l shipping options I haven't installed a ton of mods. Thank you for the help. Mike
  13. I'm still getting a blank domestic page. Completely blank (white). I think I may have had a really old version usps shipping methods?
  14. Yes, the code above is from the original. I'll try one last time by replacing the 2 files and expanding the one database field and report back. Thanks!
×
×
  • Create New...