crobley
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal for WooCommerce] I have no idea what I am doing.Ok awesome. Soooo it worked! However, there is one problem. It only works when no coupon code is applied.
When I apply a 20% off coupon and test again I receive “Error processing checkout. Please try again.”Here is the log:
05-22-2016 @ 13:00:14 - {"name":"VALIDATION_ERROR","details":[{"field":"transactions","issue":"Item amount must add up to specified amount subtotal (or total if amount details not specified)"}],"message":"Invalid request - see details","information_link":"https://developer.paypal.com/webapps/developer/docs/api/#VALIDATION_ERROR","debug_id":"239cbd6916c2d"}Forum: Plugins
In reply to: [WooCommerce] Woocommerce Paypal Advanced "user authentication failed"Oh so this then?
Huh, the total price doesn’t seem to add up correctly?Forum: Plugins
In reply to: [PayPal for WooCommerce] I have no idea what I am doing.Ok great, so I just created the REST app and it is assigned to my email for a sandbox account. So I entered in the API key and secret into the Sandbox mode of the REST checkout options.
This part I am a little unclear on. I decided to do a test and I think with a sandbox account I should use fake credit card numbers? I dont think it will work at all with real numbers right? So I used:
Visa 4111111111111111
01/19
555But it says “Error Processing Checkout. Please try again”
Forum: Plugins
In reply to: [PayPal for WooCommerce] I have no idea what I am doing.Thanks so much for the help Angelleye,
Ok so my client is not on PayPal Pro as it turns out.
So how should I go about trying the REST option?I SO appreciate the help! This paypal stuff is INSANELY confusing.
Forum: Plugins
In reply to: [PayPal for WooCommerce] I have no idea what I am doing.Ok great, so I updated the files. Now I get:
52-Insufficient permissions to perform transactionForum: Plugins
In reply to: [WooCommerce] Woocommerce Paypal Advanced "user authentication failed"Is this what you need?
Car TotalForum: Plugins
In reply to: [WooCommerce] Woocommerce Paypal Advanced "user authentication failed"OK so I found the log file.
05-21-2016 @ 15:31:02 – Requesting for the Secured Token for the order 6554
05-21-2016 @ 15:31:02 – Requesting for the Secured Token for the order 6554 with following URL and Paramaters: https://payflowpro.paypal.com?VERBOSITY=HIGH&USER=LilBumsClothDiapers&VENDOR=LilBumsClothDiapers&PARTNER=PayPal&PWD=XXXX&SECURETOKENID=www.lilbu57407f36e39f49.55002224&CREATESECURETOKEN=Y&TRXTYPE=S&CUSTREF=6554&USER1=6554&INVNUM=WC-PPADV6554&AMT=17.39&FREIGHTAMT=7.00&COMPANYNAME%5B0%5D=&CURRENCY=USD&EMAIL=johnsmith@aaa.com&BILLTOFIRSTNAME%5B4%5D=John&BILLTOLASTNAME%5B5%5D=Smith&BILLTOSTREET%5B4%5D=555 &BILLTOCITY[8]=New York&BILLTOSTATE[2]=NY&BILLTOZIP=12563&BILLTOCOUNTRY[2]=US&BILLTOEMAIL=johnsmith@aaa.com&BILLTOPHONENUM=555555555&SHIPTOFIRSTNAME[4]=John&SHIPTOLASTNAME[5]=Smith&SHIPTOSTREET[4]=555 &SHIPTOCITY[8]=New York&SHIPTOZIP=12563&SHIPTOCOUNTRY[2]=US&BUTTONSOURCE=WooThemes_Cart&RETURNURL[62]=https://www.lilbumsclothdiapers.com/?wc-api=WC_Paypal_Advanced&URLMETHOD=POST&TEMPLATE=MINLAYOUT&PAGECOLLAPSEBGCOLOR=&PAGECOLLAPSETEXTCOLOR=&PAGEBUTTONBGCOLOR=&PAGEBUTTONTEXTCOLOR=&LABELTEXTCOLOR=&SHIPTOSTATE[2]=NY&CANCELURL[83]=https://www.lilbumsclothdiapers.com/?cancel_ec_trans=true&wc-api=WC_Paypal_Advanced&ERRORURL[73]=https://www.lilbumsclothdiapers.com/?error=true&wc-api=WC_Paypal_Advanced&SILENTPOSTURL[74]=https://www.lilbumsclothdiapers.com/?silent=true&wc-api=WC_Paypal_Advanced&L_NAME0[36]=Order 6554 – Lil Bums One Size Cl…&L_DESC0[58]=Order 6554 – Lil Bums One Size Cloth Diaper – Arrows x 1&L_QTY0=1&L_COST0=10.39&ITEMAMT=10.39
05-21-2016 @ 15:31:04 – Secured Token generated successfully for the order 6554
05-21-2016 @ 15:31:07 – Browser Info: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
05-21-2016 @ 15:31:07 – Show payment form(IFRAME) for the order 6554 as it is configured to use Layout C
05-21-2016 @ 15:31:46 – Relay Response INVOICE = WC-PPADV6554
05-21-2016 @ 15:31:46 – Relay Response SECURETOKEN = …
05-21-2016 @ 15:31:46 – Relay Response Order Number = 6554
05-21-2016 @ 15:31:46 – Relay Response Triggered: Array
(
[error] => true
[wc-api] => WC_Paypal_Advanced
[STATE] => NY
[RESPMSG] => User authentication failed
[SHIPTOSTREET] => 555
[SHIPTOSTATE] => NY
[STREET] => 555
[SHIPTOCITY] => New York
[LASTNAME] => Smith
[FIRSTNAME] => John
[SHIPTOZIP] => 12563
[SECURETOKEN] => …
[AMT] => 17.39
[SECURETOKENID] => http://www.lilbu…
[SHIPTOLASTNAME] => Smith
[CITY] => New York
[INVOICE] => WC-PPADV6554
[SHIPTOFIRSTNAME] => John
[ZIP] => 12563
[USER1] => 6554
[RESULT] => 1
[TRXTYPE] => S
)05-21-2016 @ 15:31:46 – Error Occurred while processing 6554 : User authentication failed, status: 1
05-21-2016 @ 15:31:48 – Browser Info: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
05-21-2016 @ 15:31:48 – Show payment form(IFRAME) for the order 6554 as it is configured to use Layout CForum: Plugins
In reply to: [WooCommerce] Woocommerce Paypal Advanced "user authentication failed"Cool thanks. Also let me know if there is anything that stands out as to be the cause of the errors on PayPal.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Paypal Advanced "user authentication failed"Thank you so much for the help!
Here is an album with some screenshots I tookAlso, regarding that paypal plugin you recommended. Will that allow you to enter a credit card number directly within the site? Thats why im using this dumb paypal advanced feature.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Paypal Advanced "user authentication failed"Correct.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Paypal Advanced "user authentication failed"Sorry for the late reply. Been trying to figure this out.
According to Paypal they are receiving an error: API error code 10413The totals of the cart item amounts do not match order amounts.
If you receive this error, be sure the total of the payment detail item parameters, such as ItemTotal, HandlingTotal, TaxTotal, and so forth add up to the order total.I’ve been looking through my tax settings and everything and it all seems fine.
The ONLY time I get this error is after applying a coupon code to a product.Forum: Plugins
In reply to: [WooCommerce] Export/Import Woocommerce OrdersYou rock Mike,
Thanks so much for the help!Forum: Plugins
In reply to: [WooCommerce] Export/Import Woocommerce OrdersOK good thinking.
So then last question, what exactly would this plugin offer that is $200.
Product CSV Import SuiteWould it basically just take care of all this without me having to worry about duplicating things on the database?
Forum: Plugins
In reply to: [WooCommerce] Export/Import Woocommerce OrdersOK so just to make sure I understand.
Export the old site database (which includes everyting including product orders)
Import that into the new site (This will all all product orders back as well as pages/posts/ which will be a lot of duplicates I will then manually delete).Is that about right?
Dude, seriously thank you so much for the help!Forum: Plugins
In reply to: [WooCommerce] Export/Import Woocommerce OrdersNew host. Moving from Dreamhost to GoDaddy.