Page 1 of 1

HOw to make buy now button linked??

Posted: Sat Mar 22, 2014 8:33 pm
by ojoc88
i want to make the buy now button linked to paypal buy now button..is it possible and how?

website : backlinkr [dot] org

look at the buy now code

Code: Select all

<div id="pricing-table" class="pricing-table">
                            <ul>
                                <li class="heading">800 Social Bookmark SEO Backlinks</li>
                                <li class="price">$20</li>
                                <li>Delivery Duration : 1 Day</li>
                                <li>Detailed Submission Report : No</li><li> Verified & Live Backlinks : Yes</li><li>Safe Link Building Methods : Penguin Safe</li>
                                <li class="action">Buy Now</li>
                            </ul>

                            <ul class="feature">
                                <li class="heading">40,000 Blog Comment Backlinks</li>
                                <li class="price">$60</li>
                                <li>Delivery Duration : 7 Day</li>
                                <li>Detailed Submission Report : Yes</li><li>  Verified & Live Backlinks : Yes</li><li> Safe Link Building Methods : Penguin & Panda Safe</li>
                                <li class="action">Buy Now</li>
                            </ul>

                            <ul>
                                <li class="heading">40,000 High Authority Wiki Backlinkscklinks</li>
                                <li class="price">$50</li>
                                <li>Delivery Duration : 15 Day</li>
                                <li>Detailed Submission Report : Yes</li><li> Verified & Live Backlinks : Yes</li><li>  Safe Link Building Methods : Panda Safe</li>
                                <li class="action">Buy Now</li>
                            </ul>
                        <link href="http://fonts.googleapis.com/css?family=Abel" id="google-font-selector" rel="stylesheet" type="text/css"></div>

Re: HOw to make buy now button linked??

Posted: Sat Mar 22, 2014 11:13 pm
by Christopher
If you have a PayPal account, there is a section on their site where you can generate Buy Now buttons.

Re: HOw to make buy now button linked??

Posted: Sun Mar 23, 2014 6:53 pm
by ojoc88
Christopher wrote:If you have a PayPal account, there is a section on their site where you can generate Buy Now buttons.
Hi Chris,

I know how to generate the paypal buy now button. i only dont know how to code it into the html code i post above.
can you help me sir?

tq

Re: HOw to make buy now button linked??

Posted: Mon Mar 24, 2014 3:17 pm
by Christopher
Just replace the words "Buy Now" in each of the lines "<li class="action">Buy Now</li>" with the code for each button you generate at the PayPal site. You will need to create a unique name or ID for each product as I recall.