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. OK I have been running my site successfully for just over a year now. Business has been picking up but I am losing sales once in a while from people who refuse to use paypal. Right now I am using paypal ipn so they are shot over to paypal with the choice to login or continue to enter their cc info which is really hard to catch on that paypal page. I want to add the direct payments where the customer really cant tell and it just asks them for the cc info securely. I have looked at installing this but it looks like it needs express installed and whatnot. Is there anyone using this right now in the US that can help me get it going on my site. I need to know everything to get it started and running. I just want to make sure i can get it up and going and that it will return customers in the site so that the inventory is removed from the site and whatnot like IPN does. Anyone guide me here on this? Jason
  2. For some reason I have noticed that customers are having problems removing themselves from the newsletter via the emailed link at the bottom of the newsletter. It seems to be losing the @ symbol when it unsubscribes them so it really doesnt take them off. I have the simple visitor newsletter contrib installed and am wondering if anyone knows what code to look for to fix this?
  3. i noticed my paypal says iso-8859-1 What file is all that charset info you posted in? Jason
  4. ok cool. I'm gonna stick with 2.3.3 for right now since everything else is working. Now I just have to figure out the whole charset deal that needs to be in there.
  5. Thanks! Yes I'm using 2.3.3. I didnt have any issues with it so didnt want to change it. What is newest version working fine? Jason
  6. OK I have had IPN working flawlessly for 8+ months and then all of a sudden 2 months ago it has been giving me trouble with addresses containing international characters. For example if a customer has a "ö" in their name or address anywhere everything is fine until they are transfered to paypal. Paypal says it is an unknown character and to please contact the merchant. So i end up losing that order. PLEASE someone tell me what is wrong here! This has been driving me nuts. I'm assuming this is on the paypal end maybe?
  7. All of a sudden lately I have been getting a lot of customers with special characters in their addresses. A lot of them are the darn "o" with two dots above it. OSC takes it fine but when the customer tries to pay via paypal it gives them an error and tells them to contact the site admin. I end up going into their address and changing the letter in there and they resend it and all is well but it's a PIA. Any idea how to resolve this?
  8. I figured out what to do with getting rid of the priority flat rate box. I just changed the string to: //PRIORITY MAIL OPTIONS if ($key == 'PRIORITY'){ $this->container = ''; } And now it comes up as just Priority and it is calculating according to the weight instead of flat box. Basically just make the container = null :)
  9. I'm having the same issue. If I have a 1lb+ package that it is only coming back with Priority Mail Flat-Rate Envelope. The priority pricing is not adjusting at all. Stays at the one pound rate no matter what. I take it this is only returning the flat rate instead of package. Need to fix this and I should be fine.
  10. Hmmm is this why I suddenly only have the choice of Express International and Priority International. I no longer see First Class International showing up in the international shipping. Any quick remedy to get the first class international rates back up?
  11. Here we go again. USPS is making changes to the API. How will this affect us? Here is a snippet of the email they sent to me: ----------------------------------------------------------------------------------------------------------------------------------------------------- Dear customer, On May 12, 2008 several APIs will be altered in response to the USPS Price Change (http://www.usps.com/prices/welcome.htm). While the APIs listed below will remain structurally and syntactically backward compatible, data changes are possibly substantial enough to affect some integrators. Please contact [email protected] (1-800-344-7779) with any specific schema or enumeration questions. Effective 5/12/2008, the APIs will consist of the following changes: • Integration of domestic and international price changes across all Web Tools APIs that use rates • Merchandise Return API Insurance/Fee calculation updated for 2008 Price Change • PriorityMail/StandardB API Service Standard data updated • First Class Mail International API supports three shapes, machinability • Deprecated GlobalLabelAirmail, GlobalLabelExpress APIs are no longer available • IntlRate API supports three First Class Mail International product shapes now (new enumerations), addition of optional machinable attribute • Signature Confirmation API reflects changed SC fee Most impacted will be the integrators using RateV2 and IntlRate as shown below.
  12. This looks to be a great contribution for me! However, I have ajax order editor installed and am assuming that is why I am getting this error when i try to batch print. What do I need to add on there? This is what shows up on my invoices along with a broken link to the oscommerce image on the top corner: SOLD TO: Warning: Missing argument 6 for tep_address_format() in /home/shopfou3/public_html/catalog/admin/includes/functions/general.php on line 345 Warning: Missing argument 7 for tep_address_format() in /home/shopfou3/public_html/catalog/admin/includes/functions/general.php on line 345 SHIP TO: Warning: Missing argument 6 for tep_address_format() in /home/shopfou3/public_html/catalog/admin/includes/functions/general.php on line 345 Warning: Missing argument 7 for tep_address_format() in /home/shopfou3/public_html/catalog/admin/includes/functions/general.php on line 345 Here is my line 345 in general: function tep_address_format($address_format_id, $address, $html, $boln, $eoln, $ajax, $order_id) { Jason
  13. Ok, love this mod, however.... I cannot for the life of me figure out how to shorten the description that shows up. I want to cut it in half. Couldnt find anything in the module itself and can't figure out what to look for in myphpadmin in the star product table to change. Anyone? Jayman
  14. I havent had any problems until today, I noticed I am receiving payments but no order confirmations from my store. Wondering if it has something to do with my host upgrading their servers. Gonna see if it continues tomorrow. Jayman11
  15. Now that is weird....I was able to use " and it works fine! If i used "e i got an "e" in there for some reason. But none the less that worked but I dont understand why it gave me that problem to begin with on those two. I have other ones on there with quotations the same way and no problemos. Wonder why. Thanks so much for the help! Jayman
  16. Nothing different than anything else. 1 that is doing it the title is : 3.5” x 6” Medium Cache Sticker 2nd one is: 3/4” x 3/4” Mini Sticker 2 pack The one thing i thought might do it was the first one with the 3.5" but that didnt make any diference when i changed it to 3 1/2. plus I have other items with decimals in them, so i've ruled that out. English language. Jayman
  17. Ok guys, help me here! I added 5 new products the other day and 2 of them are giving me issues. Using paypal IPN 2.3.3...when customer gets transfered over to paypal they get this error in the paypal screen instead of getting their login: Data does not match input character set or default encoding. For more information, please contact the merchant. Return to the homepage I narrowed it down to 2 products but for the life of me I cannot figure out why they are doing this. I even tried deleting them and making new ones and same issue. Any ideas? Jayman
  18. Awesome Thanks! That worked perfect....the only problem i see is people not scrolling down to the bottom. I would love to figure out a way to pop that right below the categories box. hmmmmm Jason
  19. Got it figured out....easy fix is to just change your First Class, Priority, etc to all upper case letters so FIRST CLASS, PRIORITY, etc. and all is good. Change that on the USPS.php file. Jason
  20. OK I have a bunch of HTML code for offering gift certificates for my site through paypal. Only problem is i cant find anyplace nice to place the HTML code. I was thinking an info box which would just have the "Buy Gift Certificate" button in it right below the categories css menu. Only problem is, I can't figure out how to make one! Anyone? Jason
  21. Worked like a charm.....just need to change your catalog/includes/modules/shipping/usps.php from $this->types = array('First Class'=> 'First-Class Mail (2-5 Days)', 'Priority' => 'Priority Mail (2 Days)', 'Express' => 'Express Mail'); if (MODULE_SHIPPING_USPS_PEONLY == 'True'){ $this->types = array('Express' => 'Express Mail', 'Priority' => 'Priority Mail') to $this->types = array('FIRST CLASS' => 'First-Class Mail (2-5 Days)', 'PRIORITY' => 'Priority Mail (2 Days)', 'EXPRESS' => 'Express Mail'); if (MODULE_SHIPPING_USPS_PEONLY == 'True'){ $this->types = array('EXPRESS' => 'Express Mail', 'PRIORITY' => 'Priority Mail') Jayman
  22. NM...that got it! Thanks...all is good again! Jayman
  23. Hmmm....explain what you did on that one...I wanna make sure I get it fixed asap! Jayman
  24. I hope someone figures this one out quick. It's kind of annoying! Jayman
  25. yup that's it! whatever is on the top of your list for shipping methods is all it will go to. USPS must have changed something last night. I checked a couple other OS sites and looked like they had the same thing going on. Jason
×
×
  • Create New...