Skip to main content

SOLVED - Paypal Error

More
15 years 5 months ago - 15 years 5 months ago #12226 by dniezby
I got this error at check out.

Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.


Do you think this is a problem with my HikaShop Configuration or something at PayPal
Last edit: 15 years 5 months ago by dniezby.

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #12228 by ariff_13
Replied by ariff_13 on topic Re: Paypal Error
maybe you need to configure your paypal plugin with your own merchant account. can you tell us more specific what the problem is?

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #12240 by nicolas

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #12245 by dniezby
Replied by dniezby on topic Re: Paypal Error
Ok, now this has confused me even more.

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #12250 by nicolas
Replied by nicolas on topic Re: Paypal Error
What do you mean? Did you try the solution proposed ( to switch the override flag in the paypal plugin file ) ?

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #12258 by dniezby
Replied by dniezby on topic Re: Paypal Error
What flag? I don't seem to have any flag in my module?

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #12264 by nicolas
Replied by nicolas on topic Re: Paypal Error
I mean to add the line: $vars["address_override"]='0'; in the file paypal_end.php like explained in the link I gave in my previous post:
www.hikashop.com/en/support/forum/4-how-...pal-error.html#10146

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #12313 by dniezby
Replied by dniezby on topic Re: Paypal Error
I'm sorry. I was adding the variable to the wrong paypal_end.php

It's working now. Thanks.

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago - 15 years 3 weeks ago #24824 by cubefree
Replied by cubefree on topic Re: Paypal Error
Hmmm... having the same problem, but the solution did nothing -- see "IS THIS THE RIGHT PLACE?" in my code below:
Code:
//<*php foreach( $vars as $name => $value ) { echo '<input type="hidden" name="'.$name.'" value="'.htmlspecialchars((string)$value).'" />'; } $doc =& JFactory::getDocument(); $doc->addScriptDeclaration("window.addEvent('domready', function() {document.getElementById('hikashop_paypal_form').submit();});"); JRequest::setVar('noform',1); $vars["address_override"]='0'; // IS THIS THE RIGHT PLACE? //*> </form> </div>

I also tried making sure PayPal address and my HikaShop Customer addresses (both billing and shipping) all matched...
But still get the error.

I do notice that PayPal using only "United States" not "United States of America" -- so I updated that... no change. I still see this error:

Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.

Last edit: 15 years 3 weeks ago by cubefree.

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago #24825 by nicolas
Replied by nicolas on topic Re: Paypal Error
That's not the right place. You need to put it BEFORE the line:
foreach( $vars as $name => $value ) {

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago #24827 by cubefree
Replied by cubefree on topic Re: Paypal Error
That worked!

Please Log in or Create an account to join the conversation.

Time to create page: 0.217 seconds
Powered by Kunena Forum