• Resolved andreu19

    (@andreu19)


    Hello,

    I want to use a Shortcode to indicate a text on the payment button:

    This is the Shortcode:

    [wp_paypal_payment_box email=”your@paypal-email” options=”Payment for Service 1: 15.50 | Payment for Service 2: 30.00 | Payment for Service 3: 47.00″ button_text= “Pay Now”]

    But I don’t want to use the parameter ‘email =” your @ paypal-email “’ I don’t want the email address to appear. If I omit this parameter in the Shortcode, nothing works, the pluguin does not appear on the page.

    How can I omit this parameter and make it work correctly?

    Thank you
    Best regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi,

    If you use a custom shortcode then you must also include the email=”” parameter as well. In other words when you use wp_paypal_payment_box, you need to include the email=”” parameter in the shortcode.

    When using the following shortcode [wp_paypal_payment], it includes the options entered in the plugins settings.

    Kind regards

    • This reply was modified 6 years, 8 months ago by mbrsolution.
    Thread Starter andreu19

    (@andreu19)

    Hello,

    Thank you very much for the reply.

    It’s true, it’s true, I was somewhat awkward in this matter, my apologies.

    Thank you

    Best regards

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, no harm done. If you need more information or help let me know.

    Enjoy the plugin.

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘optional or mandatory shortcode parameters’ is closed to new replies.