Hello dear helper,
Well, the logo insertion is done. The better link to show how to do it is here:
https://silkstartsupport.zendesk.com/hc ... ckout-page
The other URL is outdated and doen't represent the PayPal pages as they are now.
On the payment notification issue I didn't explain myself. I know that PayPal will not direct payment directly into a bank account, for obvious reasons. What I am asking is the following:
When somebody makes a payment to the company:
1) AN acknowledgment email is sent to the person who made the payment, AND
2) Another email goes to the company.
BUT - that 2nd email goes to the main email address - this is used as accessing the account, instead of this email being sent to that email - I am asking if there is a way to "Tell" PayPal somehow to email it to the company's Treasurer email address, through this :
input type="hidden" name="receiver_email" value="
alex4orly@gmail.com"
I tried to add this hidden elemnt in the form, but it doubles up on what is already created by WWB - and looks like this:
<input type="hidden" name="receiver_email" value="
webmaster@communitylifestyleaccommodation.org.au">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="receiver_email" value="
alex4orly@gmail.com">
I tried even changing it manually after publishing the page, but PayPal seems to ignore my directive
Any idea?