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 9 years, 4 months ago by
mbrsolution.
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?
Hi, what kind of customization are you looking for?
Something more like the button on this page with is generated using 5sec paypal payment button plugin.
http://www.wordpresswednesdays.com/1-day-booking-paypal/
The amount and currency symbol are dynamic and chance according to the settings within the shortcode used.
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”]