- Posts: 39
- Thank you received: 2
Shipping address not showing up in Paypal
- holdsworthdesign
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
You need to change the line:
$vars["address_override"]='1';
to:
$vars["address_override"]='0';
in the file plugins/hikashoppayment/paypal.php
We're going to add a new option for that for next release as it seems that both options are possible and in most cases the value 1 is better.
Please Log in or Create an account to join the conversation.
- holdsworthdesign
-
Topic Author
- Offline
- Posts: 39
- Thank you received: 2
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- holdsworthdesign
-
Topic Author
- Offline
- Posts: 39
- Thank you received: 2
Please Log in or Create an account to join the conversation.
You must be talking about the emails sent by paypal. Paypal only sends the shipping address in the email when the customer creates a new account. There is nothing we can do on hikashop's end for that.
Please Log in or Create an account to join the conversation.
- holdsworthdesign
-
Topic Author
- Offline
- Posts: 39
- Thank you received: 2
Please Log in or Create an account to join the conversation.
In any case, HikaShop sends the address information to PayPal for ALL customers.If you don't see it in some PayPal emails, you should contact PayPal as we cannot help you.
Please Log in or Create an account to join the conversation.
- holdsworthdesign
-
Topic Author
- Offline
- Posts: 39
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- holdsworthdesign
-
Topic Author
- Offline
- Posts: 39
- Thank you received: 2
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
i am only accepting paypal as a payment.
i am by passing registration and hoping to get the shipping address from paypal to steamline the process.
i have myself set up 2 accounts each with different credit cards to test.
1 Store account (recieving payment)
2 Customer account (making payment)
When a payment is sent through hikashop, i enter no registration or shipping details. The shipping details which are already stored in the customer account in paypal are not available in paypal in the store account.
I use another palpal plugin without registration and the shipping details are available.
I have a weight specified for the item
Am i going wrong somewhere.
Thnaks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
In a previous post you wrote,
That's a common problem with paypal.
You need to change the line:
$vars["address_override"]='1';
to:
$vars["address_override"]='0';
in the file plugins/hikashoppayment/paypal.php
We're going to add a new option for that for next release as it seems that both options are possible and in most cases the value 1 is better.
Does this line still exist or has it been over written with new code as the post is quite old?
It is crucial that i have this address appear as my client wants a simplified checkout experiance with payments directly to paypoal with no registration.
Thnaks
Please Log in or Create an account to join the conversation.
The question is: once you arrive on paypal, there is a link "I don't have a paypal account, pay by credit card". If you click on it, you should see a form with the address sent by HikaShop.
If you don't see the address, it means that the plugin address options are not correct. If you see the address there, it means that HikaShop properly sends the address. If you still don't have the address in the email receipt sent by paypal,it means that the problem lies in the settings of your paypal account and you should contact paypal for help.
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
www.549.com.au/shop/index.php?option=com...ut=listing&Itemid=11
The address is in the customers existing paypal information and should be available to me. But it is not.
I use a $2 paypal extension for the following payment on site
www.549.com.au/index.php?option=com_cont...=blog&id=2&Itemid=22
Please do a dummy purchase. As you can see, no registration is required, but when i recieve a paypal payment the shipping information is available in paypal using this cheap extension.
I have used the same dummy customer using the same credit card. The shipping address is visable to me in the cheap extension but not in the Hikashop extension.
My client is not wanting any registration on his site.
Thx
Please Log in or Create an account to join the conversation.
"no_shipping" => "1",
in the file plugins/hikashoppayment/paypal.php and try again ?
HikaShop having its own address system, it always uses it over the paypal one. It's not a matter of being cheap or not but a matter of the way the extension is used.
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
Removing the "no_shipping" => "1", has worked perfectly for me.
I am sorry if you thought in any way that i was comparing Hikashop to a cheap extension. That is certainly not the case and i appolgise for my bad choice of words.
I now have the cart set up exactly how my customer wanted it to be. I have purchased a business licence and will be getting another 2 for the same customer in the near future as he wants the site cloned but with different sale items.
Thanks for all your help.
Alastair
Please Log in or Create an account to join the conversation.
- Posts: 14
- Thank you received: 0
Please Log in or Create an account to join the conversation.
@warriorfullights : Please try the modification I talked about in my previous post:
remove the line:
"no_shipping" => "1",
in the file plugins/hikashoppayment/paypal.php and try again ?
Please Log in or Create an account to join the conversation.