HOw to make buy now button linked??

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
ojoc88
Forum Newbie
Posts: 12
Joined: Tue Oct 22, 2013 6:50 pm

HOw to make buy now button linked??

Post 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>
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: HOw to make buy now button linked??

Post by Christopher »

If you have a PayPal account, there is a section on their site where you can generate Buy Now buttons.
(#10850)
ojoc88
Forum Newbie
Posts: 12
Joined: Tue Oct 22, 2013 6:50 pm

Re: HOw to make buy now button linked??

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: HOw to make buy now button linked??

Post 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.
(#10850)
Post Reply