PayPal custom payment page - how to have different one for each buy now button?

by DejanM
5 replies
OK, I've setup multiple custom payment pages for different products. The problem is I cannot change the page for any of the buttons. In the instructions it says:

Overriding Page Style Settings
Your Primary page style will automatically be applied to all of your payment pages unless you specify otherwise.

To change the page style for a button you have already created, you can modify the button's HTML code. Replace the value of the "page_style" variable with the Page Style Name of the style you wish to apply. The next time the button is clicked, its payment pages will appear in the new style. Specifying the "cs" and "image" variables in the button code will also override your Primary page style.
But there's no "page_style" value in my HTML code or email link.

I'd like to add to the email link a page_style but have no idea on how to do it.

Code:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=000000000000
Help will be greatly appreciated.
#button #buy #custom #page #payment #paypal
  • Profile picture of the author Regional Warrior
    In this case I would try You Tube it may have the answer your looking for

    Jason
    {{ DiscussionBoard.errors[5726826].message }}
  • Profile picture of the author DejanM
    Every tutorial I saw ends at "Make Primary". Nobody shows how to add a new one to an old button.
    {{ DiscussionBoard.errors[5727376].message }}
    • Profile picture of the author AnniePot
      First, set up the different payment pages you wish to use, then, when you are creating a new button, go to Advanced Variables and enter the following:

      ADVANCED VARIABLES

      page_style=payment_page_you_wish_to_use,
      image_url=http://mywebsute.com/image/mylogo.jpg

      {{ DiscussionBoard.errors[5727480].message }}
  • Profile picture of the author DejanM
    Great, that's it. Thanks Anne!
    {{ DiscussionBoard.errors[5727505].message }}
  • Profile picture of the author Istvan Horvath
    But there's no "page_style" value in my HTML code or email link.
    And it shouldn't...

    Go back to editing the button > Step 3. > (at the bottom) check the "Add advanced variables" box: in the field below... do what you need to do, e.g. "page_style=whatever" - if whatever is one of the payment pages set up in your profile.

    Save. Go and get the code. PP will know what your setting is for that button.
    Signature

    {{ DiscussionBoard.errors[5727518].message }}

Trending Topics