HELP Payment button option

by 4 replies
5
Hi,

If you look at this click bank product

Instant Attraction - Use All the Openers from Brad's $3500 Workshop

Especially the order button:




If you leave the check mark opt in the add to cart button will direct you to the recurring payment link. (recurring payment)

But if you opt-out then the add to cart will direct you to the normal payment link.

I was wondering what html code should I use to do this type of link change on my sales page. I want to leave my custumers the choice to opt-out from the recurring offer before he check out.

Thank you

Ryan
#programming #button #option #payment
  • You would just use a simple html check box for the sales page code.

    But you would need to have a php script get the $_POST data to be able to choose which checkout option to give them.

    But a simple redirect page before the checkout would work well:

    - Have a php file check $_POST data to see if box is checked. If so, then it redirects to recurring page. If not, then redirects to normal once off page.
    • [1] reply
    • Thank you very much but I've no clue what all that mean.

      Does anyone can do it for me. I'll give ou a frantic testimonial and a 30 minutes skype coaching (I make over $2000 per month online)

      Ryan
  • Check the attached zip file that has an HTML file with an example on how to do this (toggle payment links).

    The HTML source file has comments - read them and change what is necessary.

    HTH
    Carlos
    • [ 1 ] Thanks
    • [1] reply
    • Thanks for that Carlos!

      I just downloaded it and going to check it!

      Ryan

Next Topics on Trending Feed