Hello,
I read through the setup guide described by Bruce:
I run Actinic Business + V. 9.03, do I still need to take the above steps?
The reason I'm asking is because I don't notice any difference, it looks like it's working with or without the above modifications.
What are the above steps meant to do?
Thanks in advance for all your help & Merry Christmas to everybody.
Matt
I read through the setup guide described by Bruce:
How to configure callbacks on PayPal : ( this is for both 'PayPal Website Payments' and for 'PayPal Website Payments Pro') - Version : 8.5.1 and above
On the Merchant interface (logged in to www.paypal.com)
- go to 'Edit profile | Website payment preferences | Auto Return' and set to 'off'.
- Open the {Site Dir}\CommonOCC\OCCPayPalTemplate.pl with a text editor like notepad
- After line:
AddPostValues ('&', 'bn', 'ActinicCat_Cart_ST', $ALWAYS, $NOENCODE); # hard code the provider
- insert the following line:
AddPostValues ('&', 'rm', '2', $ALWAYS, $NOENCODE); # Set form send method to POST
- save the file and exit editor
'Upload' for your site and PayPal should now be properly configured.
On the Merchant interface (logged in to www.paypal.com)
- go to 'Edit profile | Website payment preferences | Auto Return' and set to 'off'.
- Open the {Site Dir}\CommonOCC\OCCPayPalTemplate.pl with a text editor like notepad
- After line:
AddPostValues ('&', 'bn', 'ActinicCat_Cart_ST', $ALWAYS, $NOENCODE); # hard code the provider
- insert the following line:
AddPostValues ('&', 'rm', '2', $ALWAYS, $NOENCODE); # Set form send method to POST
- save the file and exit editor
'Upload' for your site and PayPal should now be properly configured.
The reason I'm asking is because I don't notice any difference, it looks like it's working with or without the above modifications.
What are the above steps meant to do?
Thanks in advance for all your help & Merry Christmas to everybody.
Matt
Comment