• Resolved ranakamransl

    (@ranakamransl)


    Hello
    i just love your plugin
    can you help how to hide the buy now button and show only the form on the page where shortcode is posted? i did a lot of edits on the plugin not able to show the form only on the page as the form is triggered to open when we click on button but is it possible to show only form for credit card and no button to trigger?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ranakamransl

    (@ranakamransl)

    here is the screenshot
    only this form : https://prntscr.com/fy41tc
    also how to chnage the text Submit query to “pay now” ?

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, as far as I know it it not currently possible to achieve what you ask in your first post.

    Hi, the following shortcode shows you how to edit the button text.

    [wp_braintree_button item_name="Test Product" item_amount="5.00" button_text="Buy This Item"]

    What shortcodes are you currently using?

    Let me know if you need more help.

    Thank you

    Plugin Author mra13

    (@mra13)

    The Braintree API requires the button to be there.

    Plugin Contributor Alexander C.

    (@alexanderfoxc)

    Hi @ranakamransl.

    Described functionality will be implemented in next plugin version, which is coming shortly.

    A new shortcode parameter is introduced. When it’s set, payment form is displayed without then need to click a button first.

    tjdev

    (@tjdev)

    Plugin getting better ??

    Just downloaded 1.8 – has many improvements thanks.

    However do not see option for -proper way to use…
    “Added “show_form” shortcode parameter to display payment form without the need to click a button first (thanks to ranakamransl for reporting).”

    Also “Added all available parameters to shortcode inserter.”
    currently only see; Item Name and Item Amount

    Plugin Contributor Alexander C.

    (@alexanderfoxc)

    Hi @tjdev.

    To display payment form without the need to click a button first, you need to add following option to your shortcode: show_form=”1″

    Example:

    [wp_braintree_button item_name="My Cool Product" item_amount="11.99" button_text="Buy Now" show_form="1"]

    Regarding shortcode inserter, you might wanna try to clear your browsers’ cache. Here’s how it should look like in current plugin version:

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to hide button and show only checkout form?’ is closed to new replies.