I have been trying to insert a Paypal button into V5. The HTML code places the button in the place I want it but on clicking on the button I get the following message:
"Error: The specified product (reference submit) has just been removed from the catalog. Please return to the catalog and continue shopping. If you press the Refresh or Reload button on your browser, the removed products will no longer be visible in the catalog. We apologize for the inconvenience."
I have tested the code in an HTML test page elsewhere and it works fine and goes through to a Paypal payment page with all my details. Can anyone explain to me what I am doing wrong?
The code I am using is as follows:
!!<<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JQ8UM5CWU4DR6">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>!!
Any pointers gratefully accepted.
"Error: The specified product (reference submit) has just been removed from the catalog. Please return to the catalog and continue shopping. If you press the Refresh or Reload button on your browser, the removed products will no longer be visible in the catalog. We apologize for the inconvenience."
I have tested the code in an HTML test page elsewhere and it works fine and goes through to a Paypal payment page with all my details. Can anyone explain to me what I am doing wrong?
The code I am using is as follows:
!!<<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JQ8UM5CWU4DR6">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>!!
Any pointers gratefully accepted.
Comment