Clickbank Sample Recurring Billing Code? CONFUSED?

6 replies
Hey Everyone!

im Trying to get my first upsell page approved by clickbank...

however because the upsell itself has a recurring billing the need me to put a code on my upsell page...

i have tried using the code they provide...but it doesn't show anything?

am i missing something here?

this is the sample code on the clickbank page...

<script type="text/javascript">
function toggleAccept() {
var acceptLink = document.getElementById("accept");
var agreeCheckbox = document.getElementById("agreeCheckbox");
if (agreeCheckbox.checked) {
acceptLink.onclick=function() {
window.location=this.href + "&cbrblaccpt=true";
return false;
}
} else {
acceptLink.onclick=function() {
mustAccept();
return false;
}
}
}
function mustAccept() {
window.alert("By clicking accept, you agree to the payment terms of this recurring product.");
}
cbrblaccpt

</script>


any one else had this same problem?


regards


Lance
#billing #clickbank #code #confused #recurring #sample
  • Profile picture of the author sjy156
    COOL, I CAN HELP YOU!

    And no kidding...
    They do a horrible job explaining that on their pitchplus page....

    the code you have there goes in the head tag.

    then you need some more code in the body tag.

    The code i'm using shows up and lets you click in the little box to accept. the problem i'm having now is that even if the box isn't checked, the customer is still taken to the payment page. they're supposed to get a messge that says to check the box. I'm try to fix that now, but at least this will get you one step closer and if you have the same problem as me, we can work together to solve it!

    here's the basics of the code that you have to insert in the BODY of your page:
    Note that i have shortcode deluxe and optimize press so the stuff in the [ brackets ] is the shortcode. and i also changed the files/images for shortcode deluxe so yours will be different even i you have SCD (which out of the box sucks!)

    but if you know about code, you can easily change this:

    [contentbox width="500" borderwidth="4" borderstyle="dashed" bordercolor="CC0000" dropshadow="0" backgroundcolor="FFFF99" radius="0"]<form action="#"><input id="agreeCheckbox" type="checkbox" onchange="toggleAccept()" /><label for="agreeCheckbox"><strong> I agree to an initial payment of $37.97 with recurring payments of $37.97/month. I understand that I can cancel at any time.</strong></label></form>
    [buybutton style="8.png" linkingurl="http://item.vendor.pay.clickbank.net/cbur=a" windowtype="_self"]
    [/contentbox]
    <a href="http://item.vendor.pay.clickbank.net/?cbur=d" target="_self">Click here</a> if you'd like to pass on this generous offer.

    THAT WILL HELP A LOT!!!!!
    {{ DiscussionBoard.errors[8419270].message }}
    • Profile picture of the author lancelotw
      Hey SJY156!!!

      Thanks for the input man!!!

      i hired someone in the end for $100 to just sort it for me on E-Lance!!!

      Whats SCD stand for?

      regards

      Lance


      i wanted to get it approved fast!
      {{ DiscussionBoard.errors[8419442].message }}
      • Profile picture of the author sjy156
        Oh man... i have it figured out and just came here to give it to you:

        It took me all day to figure out:

        <!DOCTYPE html>
        <html>
        <head>
        <script type="text/javascript">
        function toggleAccept() {
        var acceptLink = document.getElementById("accept");
        var agreeCheckbox = document.getElementById("agreeCheckbox");
        if (agreeCheckbox.checked) {
        acceptLink.onclick=function() {
        window.location=this.href + "&cbrblaccpt=true";
        return false;
        }
        } else {
        acceptLink.onclick=function() {
        mustAccept();
        return false;
        }
        }
        }
        function mustAccept() {
        window.alert("Please check the box and agree to the payment terms of this recurring product.");
        }

        cbrblaccpt


        </script>
        </head>
        <body>

        <br />
        <form action="#"><input id="agreeCheckbox" type="checkbox" onchange="toggleAccept()" /><strong><label for="agreeCheckbox"> I agree to an initial payment of $37.97 with recurring payments of $37.97/month. I understand that I can cancel at any time.</label></strong>
        <a id="accept" title="JTP Letter" onclick="mustAccept(); return false;" href="http://item.vendor.pay.clickbank.net/?sku=13734587144&amp;cbur=a"><img class="aligncenter" alt="JTP Letter" src="http://yoursitewithimage.net/wp-content/plugins/shortcodedeluxe/admin/codes/buybuttons/8FFFF99.png" width="550" border="0" /></a>
        </form>



        </body>
        </html>
        {{ DiscussionBoard.errors[8419744].message }}
        • Profile picture of the author sjy156
          Hi Lance...

          That code here works like it is, but ONLY on the first button on the page. the other buttons keep giving the message to check the box.

          SCD stands for Shortcode Deluxe. it's $77 and if you buy it, you can install it, license it and then contact me for a better version of it and replace the stuff on the server with my files. they are A LOT better.

          --sjy
          {{ DiscussionBoard.errors[8419766].message }}
    • Profile picture of the author LuvAbundance
      Originally Posted by johnnieyost View Post

      COOL, I CAN HELP YOU!

      And no kidding...
      They do a horrible job explaining that on their pitchplus page....

      the code you have there goes in the head tag.

      then you need some more code in the body tag.

      The code i'm using shows up and lets you click in the little box to accept. the problem i'm having now is that even if the box isn't checked, the customer is still taken to the payment page. they're supposed to get a messge that says to check the box. I'm try to fix that now, but at least this will get you one step closer and if you have the same problem as me, we can work together to solve it!

      here's the basics of the code that you have to insert in the BODY of your page:
      Note that i have shortcode deluxe and optimize press so the stuff in the [ brackets ] is the shortcode. and i also changed the files/images for shortcode deluxe so yours will be different even i you have SCD (which out of the box sucks!)

      but if you know about code, you can easily change this:

      [contentbox width="500" borderwidth="4" borderstyle="dashed" bordercolor="CC0000" dropshadow="0" backgroundcolor="FFFF99" radius="0"]<form action="#"><input id="agreeCheckbox" type="checkbox" onchange="toggleAccept()" /><label for="agreeCheckbox"><strong> I agree to an initial payment of $37.97 with recurring payments of $37.97/month. I understand that I can cancel at any time.</strong></label></form>
      [buybutton style="8.png" linkingurl="http://item.vendor.pay.clickbank.net/cbur=a" windowtype="_self"]
      [/contentbox]
      <a href="http://item.vendor.pay.clickbank.net/?cbur=d" target="_self">Click here</a> if you'd like to pass on this generous offer.

      THAT WILL HELP A LOT!!!!!
      JUST....THANK YOU. SERIOUSLY. TIMES A MILLION.
      {{ DiscussionBoard.errors[9617606].message }}
  • Profile picture of the author Mike Hersh
    WOW that was helpful :-) Thanks so much!!!!
    {{ DiscussionBoard.errors[10074667].message }}

Trending Topics