Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #397399

    I’m working on a page that will have some Buy Now buttons – I would like these to link to PayPal where I’ve setup some buttons for each of my products.

    The PayPal buttons are supplied as HTML as a form element, e.g.:

    <form action=”https://www.paypal.com/cgi-bin/webscr&#8221; method=”post” target=”_top”>
    <input type=”hidden” name=”cmd” value=”_s-xclick”>
    <input type=”hidden” name=”hosted_button_id” value=”123456789″>
    <input type=”image” src=”https://www.paypalobjects.com/en_AU/i/btn/btn_buynowCC_LG.gif&#8221; border=”0″ name=”submit” alt=”PayPal — The safer, easier way to pay online.”>

    </form>

    Is there a way I can link a Buy Now button so it goes to the PayPal site? I can’t see anywhere I can enter some HTML for the BuyNow button.

    #397564

    Hey databuzz!

    Thank you for using our theme.

    Out of the box – no.

    You have to alter the core file: config-templatebuilder\avia-shortcodes\table.php.

    Look for the functions pricing_table and data_table to modify.

    Best regards,
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.