Well I have read this thread and lots of others and still see no solution.
I recently integrated PayPalPro as our payment system (updated from PayPal standard) within the checkout pages in Actinic. I have Business MultiSite v8.5.3 and still orders processed are passing no details over to PayPal so none of our orders are covered by the PayPal protection scheme, nor can our dispatch department print dispatch docs from 1 area (e.g. print directly off PayPal) as half the addresses are missing.
Orders we receive via our eBay outlets do enter the full information. Our tax is set to 'simple' as we don't go VAT regsitered until next month. I am not sure what other settings we require.
If it makes any sense our url is www.lifetools.com and we use Actinic as a back-end ecommerce solution to processing orders as our site is 'information heavy'.
Thanks from
P.S. If it makes any difference we will be upgrading to v9 early next week.
Last edited by NigelRS; 05-Feb-2009, 07:29 PM.
Reason: Update...
and still orders processed are passing no details over to PayPal
Is this happening on all orders? One potential problem that I can see is that if someone ships the order to a different address to the invoice address then the country field become a free text field on the inovice address page. This isn't allowed with Paypal Pro as they require the ISO country code to be passed to them. In this case you will have to set your tax to 'advanced' and the 'Tax by Location' to 'Tax by Invoice Address' to ensure that ISO codes are used on both the invoice and delivery address pages. You can set the VAT rate to 0.00.
Thanks...but it still isn't working. I have Business Plus v9.0.3 and all orders processed via PayPal Pro are not sending the addresses over. I had it set on simple mode, I had it set on Tax by Delivery and have just changed it to Tax by Invoice address (with VAT set to 0) - in no circumstance was any address passed over. That is regardless of if the delivery address is the same as the invoice address, or different, neither circumstance works.
I will take it up with support as we have a full support contract, so I hope they can shed some more light on this matter.
Hie Guys Forgive for coming late. Here is the solution to your problem.
Go to paypal site highlight the fileds and access the DOM panel.View the source. what you need to do is to match your fileds of paypal and your fields just before you post.
For example in your module paypal.php
<input type="hidden" name="H_PhoneNumber" value="<?php echo $_SESSION['phone']?>">
and name="H_PhoneNumber" is the filed in paypal and am transfering my data from $_SESSION['phone'] to the paypal field. you can chat with me on skpe if the need still arises . however am now strugling with adding more fileds to paypal and use the:
os1
on1 etc . may someone explain in details how can i use this effectively and under what conditions.
thanks
Comment