• Resolved andrewblipp

    (@andrewblipp)


    I am using the stripe payments plugin but on my payment dialog box it reads ‘1 piece for £495’ – how can I change it so it does not say ‘1 piece for …’?

    I would like it just to show the amount with the currency symbol if possible.

    My full short code is as follows

    [accept_stripe_payment name='Site build in a Day' price='495' button_text='Pay with Card']

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, please see the following sample shortcode.

    
    [accept_stripe_payment name="Cool Product" price="25.00" button_text="Pay Now" description="This is a test item description"]

    The above code is using description=”Thi is a test item description”. What ever you add in the description parameter will replace your current 1 piece for… name as you mentioned above.

    Let me know if you need more help.

    Regards

    • This reply was modified 8 years, 2 months ago by mbrsolution.
    Thread Starter andrewblipp

    (@andrewblipp)

    Thats great thank you. Now finally is there a way I can control better how to ‘pay with card’ button actually looks. The default button does not look particularly nice so how can I improve the look of it?

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, what kind of customization are you looking for?

    Thread Starter andrewblipp

    (@andrewblipp)

    Something more like the button on this page with is generated using 5sec paypal payment button plugin.

    https://www.wordpresswednesdays.com/1-day-booking-paypal/

    The amount and currency symbol are dynamic and chance according to the settings within the shortcode used.

    Plugin Support mbrsolution

    (@mbrsolution)

    Thank you for providing more information. The plugin developers will investigate further your request.

    Regards

    Plugin Author mra13

    (@mra13)

    You can optionally specify a currency code in the shortcode to accept payment in a different currency than the one you configured in the settings. This allows you to create different buttons that charges money in different currencies. See example shortcode below:

    [accept_stripe_payment name=”Test Product” price=”15.00″ button_text=”Pay Now” currency=”USD”]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘‘1 piece for …’’ is closed to new replies.