Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Jayman11

Pioneers
  • Posts

    187
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jayman11

  1. @@kymation Thanks again! Just grabbed the latest package from your last post. All looks good and running well. Doesn't look like we need to change the API back tomorrow or comment out the debugging. Here's a quick question regarding the layout of the the shipping. Take a look at my pic, is the extra space in there something in the layout of the entire site or is it something in the usps code? It looks good on a small browser but a lot of extra space when in a widescreen etc. Thanks @a.forever also!!
  2. Kymation, I'm using one of your previous USPS fixes. Looks like the only thing I lost this round was First Class International.
  3. Jim...you are the man! Thank you again, I am back and running with all my domestic and international services!
  4. Here's a question. I am still on 5.2.1 and have been working with minor fixes to the usps.php file over time. Mainly name changes for the services. Back in August/September it was a complete stop and I ended up using someone elses supplied usps.php on here that has worked flawlessly until this past weekend. I'm not sure where to go at this point. I'm running zone rates to keep my domestic going but need to get it back to Domestic with priority and first class and same for International. Any thoughts on how I should proceed or is it possible to patch the usps.php file? Looks like the usps.php file I had working the past few months is: USPS Rate V4 Intl Rate V2 - v.1.7
  5. Thanks! I switched to zone rates for now. Keeps my domestic going at least until i can get this patched.
  6. Looks like this usps.php file has stopped working over the past couple days. I am no longer receiving rates on either domestic or international. Anyone have anything working?
  7. Is there a way to add estimated shipping times in there? I normally have: First Class Mail (2-5 Days) Priority Mail (1-3 Days) Would love to get those estimates back on there.
  8. Answered my own question after some tinkering around.....Changed line 232 from 'module' => $this->title . ' ' . $this->pounds . ' lbs, ' . $this->ounces . ' oz', to 'module' => $this->title . ' ',
  9. Thanks Jim! This got rid of the <sup></sup> on my domestic and got me back my Intl rates. My only question, is there a way in this module to get rid of it displaying the weights to customers?
  10. This is annoying....my domestic is useable...it's just displaying funny like this: First-Class Mail<sup>®</sup> Parcel Can't figure out how to get rid of the <sup> & </sup> but the rates look fine on both first class and domestic. International however isn't showing up at all! I'm on OSC 2.2 and USPS Methods 5.xx...i think 5.2.1 but it has been modified so much over time with the name changes and all.
  11. Anyone else seeing this? Normally it says First-Class Mail Parcel: Estimated 1 - 5 Days but this morning I am seeing : First-Class Mail <sup>™</sup> Parcel
  12. Easy fix....change 'First-Class Mail International Parcel**' to 'First-Class Package International Service**' in the includes/modules/shipping/usps.php. Unfortunately the international rates through usps have gone way up, some of my locations that I ship to have almost doubled in price. :(
  13. Just as I figured, the First-Class Intl dropped off of the choices on my site this morning because of the name change. Easy fix....change 'First-Class Mail International Parcel**' to 'First-Class Package International Service**' in the includes/modules/shipping/usps.php. The only bad thing is, international rates skyrocketed. For Example, it was costing me $5.75 to ship 1lb into Canada and my cost is now $9.50. I thought it was calculating wrong when it started pulling those rates in the module but I checked my postal software and indeed they did go up that much. There goes my international business.
  14. Yes, hopefully like in the past it is just simple service name changes to tweak. I have had a store up for about 6 years now and every year it has been a small tweak to a service name to make everything flow again. Just like you said, Parcel being called Standard. Fingers crossed it isn't anything more than that. I have my flat rates set to go just in case, at least my domestic will be good if the services break.
  15. Can anyone help me with my post 2 up from this one? Still having issue going from 5.0.1 to 5.2.2.
  16. I'm on 5.0.1 and was fine by changing "package" to "parcel". I did notice my first class int. rates are a bit high no matter what I do. I decided to up to 5.2.2 but when I click edit to go in and adjust the settings in the module it just gets a blank page, well it expands the page with the list of modules and does nothing. Any idea. I skipped step 10 like it says if going from a previous version.
  17. Quick ?. I'm on 5.0.1 methods. Is going to 5.2.2 just a switch of usps.php or are there other code changes elsewhere? At work and can't d/l the file. I noticed my first-class rates for international are really high for some reason. Even at .01lb its like $6 shipping instead of like $3.50 or so.
  18. Not sure there. Mine looked fine from what I could see when it came to the handling fee.
  19. Includes\modules\shipping\usps.php Just go in there and search for the original string and change one thing....Package to Parcel. :)
  20. Yay! I fixed it on mine.....just change 'First Class Mail Int Package' => 'First-Class Mail International Package**', to 'First Class Mail Int Package' => 'First-Class Mail International Parcel**',
  21. Only issue on mine is the First Class Intl. Rates seem good...but the Interntl first class isn't showing up.
  22. OK I can't seem to find a mod that works like this. See my attached picture of what I am trying to do. Anyone have any ideas or can make this work? Would love to have the google+, facebook like and twitter buttons right in the middle there and when someone clicks them it posts to their account with a link to that page and maybe the pic of the product. Now there is an addthis code to make the buttons look like that but I'm just not sure how to get it into the product_info.php properly and have it centered just like in my image: <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_tweet"></a> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> <a class="addthis_counter addthis_pill_style"></a> </div> <script type="text/javascript" src="..."></script> <!-- AddThis Button END -->
  23. Not sure on that one. I didn't put them it in an info box. I simply put the code at the top of the column_right.php. I used www.addthis.com to get facebook like up on the site. Walk through their site to set it up how you want it then grab the code and copy it to where you want it on oscommerce.

  24. Awesome! Rates are pulling through like usual. The only thing that I can't get to work is the estimated shipping time on first class domestic. shows up fine on the priority but not on the first class for some reason.
×
×
  • Create New...