Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

josh1r

Members
  • Posts

    147
  • Joined

  • Last visited

Everything posted by josh1r

  1. Has anyone gotten this (http://addons.oscommerce.com/info/9078) to work with a one page checkout (dynamo checkout)? I have not been able to. It starts processing but doesn't work, and the Stripe debug email has no specific error. Thanks.
  2. Hi. I've been using this module for several years w/o too many problems. Every now and then I get a PayPal Error Dump email which contains all of the relevant information (the error is usually relating to the customer not entering their information correctly). Recently however, I've gotten Error Dumps that simply show what I've pasted down below. On my checkout page (I use the onepage dynamo checkout) customers can either choose PayPal (which I assume is 'Express Checkout') or Credit Card (which I assume is 'Direct Payment'). Any thoughts would be greatly appreciated as to why I'm getting the shorter error emails when people try Express Checkout. Also, I've had several people checkout successfully in recent days using express checkout and it worked fine. So it's not a universal error. Also, the shorter emails only appear to be for Express Checkout, whereas the normal dump emails are all for 'Direct Payment' and start with this: In function: before_process() - Direct Payment Did first contact attempt return error? Yes This is how the shorter emails look (I've xxxx'ed out many items for security reasons): In function: before_process() - Express Checkout Did first contact attempt return error? Nope --------------------------------------------------------------------- -------------------------------EC_DUMP------------------------------- ------------This is the information that was sent to PayPal---------- --------------------------------------------------------------------- xxxxxxxxxxxxxxxxx [my paypal api login is shown in the email] xxxxxxxxxxx [my paypal api password is shown in the email] 2.0 Sale EC-xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxx 279.00 Order placed on July 26, 2010, 1:19 am by xxxxxxxx (ID: xxxxxx) 279 0 Phone: -- Email: xxxxxxxxxxxxxx xxxxxxxxxx [name] xxxxxxxxxxxxxxxx [street address] xxxxxxxxxxx [city] NJ 07626 US Peruvian 18kt Gold Filled Disc Earrings90.001Encased Light Topaz Swarovski Crystal Earrings62.001Blue Druzy Quartz Pendant127.001
  3. Does anybody know what exactly this error means? https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_errorcodes 15005 Processor Decline -- This transaction cannot be processed. The transaction was declined by the issuing bank, not PayPal. The merchant should attempt another card. I've had 2 customers in the past 2 days get this error. I receive a PayPal Error Dump which indicates the error. I see that both customers are international (I'm a U.S. based merchant). One of them has purchased from me before so I know they are legit and didn't have problems last time. Could it be an address format issue and PayPal is denying it, or is it really being declined by the issuing bank, and not PayPal? Thanks for any thoughts!
  4. Glen, If you are able to, please PM or email me as I'd like to ask you a question off-line. I tried to PM you but it didn't go through. Thank you very much!
  5. According to here: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_errorcodes the problem is: 10501 Invalid Configuration This transaction cannot be processed due to an invalid merchant configuration. Occurs when the billing agreement is disabled or inactive. I would guess there's something in PayPal that you need to activate.
  6. No problem. Just tried the new one and it works great! Can I also get your thoughts on the latest versions vs. 1.05 which I currently have installed?. I've had no problems with 1.05 and am always hesitant to make upgrades unless absolutely necessary. In your opinion, are 1.06 or 1.07 'important' upgrades, or just minor fixes? There don't seem to be any security fixes or anything along those lines, so I'm trying to decide if I should hold off on the upgrade for now. In addition, I use the onepage checkout from DynamoEffects. Any idea if these updates will affect anything with this? Thanks again! -- Josh
  7. Is anyone else having problems unzipping the new file? I keep getting this error: . I downloaded some of the older .zip files and they work just fine, so I don't think it's anything on my end. I've tried renaming the destination directory, etc...but nothing works. Thanks!
  8. Thank you very much for the input. Only problem is that while adding free shipping to a coupon code does indeed work, it makes all shipping options free (including UPS overnight!). Obviously I don't want that to happen... I only want one option from my Table ship method to be free over $x.xx. I want the UPS module and any others to remain 'normal'. Thanks again for any further thoughts!
  9. I use the Table ship module to offer free shipping on orders over $150. But I have a problem when someone adds $155 to their card, and uses a 10% coupon code which brings the order total below $150 (subtotal remains at $155). The customer is still getting the free shipping because the subtotal is over $150. Is there a way to adjust how the Table rate calculates to take into effect coupons? I was hoping to change it to use the Total, instead of subtotal, but then it would include tax (not a huge problem since i only charge tax to 1 state). Any suggestions would be greatly appreciated. Thanks!!
  10. Is there a way to adjust the subtotal to account for any coupon codes? My problem is this: Using the Table shipping module I offer free shipping on orders over $150. But if someone buys something for $155 for example, and then uses a 10% coupon code, makingthe total $139.50, they still get the free shipping. I think, though I could be wrong, that the Table ship module uses subtotal to base it's calculations on. If that's true, then is there a way to have the coupon code deducted from the sub-total? I tried changing the sort of the items but even if i put the coupons above the sub-total it doesn't deduct it. Thanks for any suggestions!!
  11. Hi. I have version 5.16 of the CCGV contribution installed and working great, except for one minor issue: On checkout_payment.php, after someone enters a coupon code and hits 'apply', the page refreshes (if they didn't also put in their CC info) and in the URL I see messages like: /checkout_payment.php?payment_error=ot_coupon&error=Invalid+Coupon+Code (if a bad code was entered), and at the same time a section appears just above "Products Ordered" and it says: Coupon Redemption and then there is a blank red-shaded area below it, where I assume the Invalid Coupon Code error text is supposed to appear, but it doesn't. I've checked my code over and over in the ot_coupon.php file and I can't see any errors. Does anyone have any suggestions on what else I can look for that may be causing this problem? Thanks! -- Josh
  12. Hi. I've had problems recently with 2 UK orders in a row (99% of my orders are US so it's not a huge problem, but still would like to fix), where I get an error that the country code is invalid. It looks correct as UK but is saying it's invalid (I see this in the error email I get via the contribution). This is a recent problem, normally UK orders go through fine, but the last 2 have not. Any thoughts? Thanks!
  13. Hello again! After looking at it over and over I finally found the error with the coupon box. I had moved it's location on the page and when I put it back I must have missed some of the code and it interfered with the module for paypal users. So it's now back on the payment screen even for customers using express c/o. Any thoughts on how to investigate the cart issue? Thanks again! -- Josh
  14. Hi. I have several active coupons, all of which work perfectly (for non paypal express people). But as soon as I try ppl xpress the field is gone from the payments page. For the cart, it's not actually emptying because if you then go to the next page (checkout_confirmation) everything in the cart looks just fine. The payments page looks like it's showing the words "Products Ordered (Edit)", but just not the actual cart contents field. Thanks again for your help! -- Josh
  15. Hi. Sorry if this is an old question (I searched for it but didn't find an answer): is it possible to put the redeem coupon button in the shopping cart so that non-logged-in customers can apply a coupon code and see the updated total in their cart? Thanks!
  16. Hello again. I was hoping someone had some thoughts about the problem above. I'm assuming something is off with and if statement so it's not showing the gift voucher section on checkout_payment, but I can't find where that would be. And I can't figure out at all why nothing shows in the cart. The page works just fine for non-paypal express people. Thank you again. Regards, -- Josh
  17. Thanks! I'll give it a try this weekend (or maybe after the new year so as not to disrupt holiday sales). Aside from deleting pear and adding wpp_xml, i still need to upload the latest paypal_wpp.php files, correct? And no other changes to any other files are required? Thanks again! -- Josh
  18. I was also looking at the regular install inx (vs. upgrading) and I noticed a whole bunch of files that go here: /catalog/includes/wpp_xml/ I don't even have the wpp_xml directory so now I"m really confused as to how to upgrade from .7 to a current version. I feel like there's a lot i've missed.
  19. Hi. 2 questions regarding this module: 1.) I currently have version 0.7 and figured I should perhaps ugrade to 0.8.2. A. Is there any 'important' reason to do so? (ie. more secure, etc...)? my current version works great and i've always been told that if it ain't broke don't fix it... Looking at the changelog it looks like the biggest reason might be to get more information populated into the paypal transaction screen, but I don't really need that anyway. B. If I do go ahead with the upgrade, can i go directly from .7 to .8.2? And do I simply uninstall the module, then upload the new files from the .8.2 zip file, then reinstall the module? (writing down my settings of course) These would be the files I upload: /catalog/includes/modules/payment/paypal_wpp.php /catalog/includes/languages/english/modules/payment/paypal_wpp.php /catalog/includes/wpp_xml/doDirectPayment.xml /catalog/includes/wpp_xml/doExpressCheckout.xml if I don't want the links to change payment method on checkout_payment and checkout_shipping can I just ignore those changes? 2.) I recently noticed a problem on the checkout_payment.php page (I think it's always been like this I just never noticed). After choosing paypal express button, logging into paypal and then hitting 'Review Payment' it brings me back to my site and the shipping page. When i then go to the payment page it only shows the words 'Products Ordered (Edit)' and 'Add Comments About Your Order' and then the comment field and continue button. It does not show the cart contents or the coupon field (I have ccgv installed so i'd like to use this page rather than skipping it via the setting in admin). Any thoughts on what I can look for on the checkout_payment.php page that is not populating the cart and not showing the coupon field? Thanks!
  20. This is a great contribution but i'm also having a little trouble. When I run /admin/froogle.php I get this: File completed: myfilename.txt [the correct name appears] It successfully creates the appropriately named file in /feeds/, but it doesn't appear to even be attempting to ftp to google. I setup everything in admin (login, password) but i just can't get it to work. Thanks for any help.
  21. Hi. I was hoping to get some help on the shipincart contribution (which is a wonderful contribution) I have 2 questions/problems: 1. For non-logged in customers I cannot see UPS options in the cart. USPS options show just fine, and UPS shows just fine when logged in, but not w/o logging in. 2. For International customers I can't see any shipping options in the cart once they are logged in. It is fine before logging in (they can choose their country from the shipincart and see their option), but once they login it disappears from the cart). Is there anything inparticular I should be looking for to correct this? My site is http://www.blueluxe.com Thank you very much for any assistance. Regards, -- Josh
  22. Hi. Not sure what i'm doing wrong but the rss.php file isn't properly formatting the html code in my item description. It works fine on my test site: http://www.google.com/reader/view/feed/htt...talog%2Frss.php -- http://www.italycharms.com/catalog/rss.php But it doesn't work on my real site: http://www.google.com/reader/view/feed/htt...e.com%2Frss.php -- http://www.blueluxe.com.com/rss.php Any help would be greatly appreciated. Thanks!
×
×
  • Create New...