• Resolved klaaschains

    (@klaaschains)


    Hello –

    When an item is added to the cart, instead of the total being $750.00 it is showing as $7.50, I’ve copied the shortcode below and running the plug in via test mode. I must be doing something wrong in the shortcode

    shortcode:
    [stripe name=”klaas” description=”Signature Klaas” amount=”750.00″ billing=”true” shipping=”true”]

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

    (@mbrsolution)

    Hi in your shortcode change the parameter from amount to price. So the shorcode would read as follow. Don’t include the shipping=”true” parameter because that paremeter has not been added to this plugin by the plugin developers.

    shortcode:
    [stripe name=”klaas” description=”Signature Klaas” price=”750.00″]

    This is a list of parameters you can currently use in the shorcode.

    name:
    (string) (required) Name of the product
    Possible Values: ‘Awesome Script’, ‘My Ebook’, ‘Wooden Table’ etc.

    price:
    (number) (required) Price of the product or item
    Possible Values: ‘9.90’, ‘29.95’, ’50’ etc.

    quantity:
    (number) (optional) Number of products to be charged.
    Possible Values: ‘1’, ‘5’ etc.
    Default: 1

    currency:
    (string) (optional) Currency of the price specified.
    Possible Values: ‘USD’, ‘GBP’, ‘CAD’ etc.
    Default: The one set up in Settings area.

    url:
    (URL) (optional) URL of the downloadable file.
    Possible Values: http://example.com/my-downloads/product.zip

    button_text:
    (string) (optional) Label of the payment button
    Possible Values: ‘Buy Now’, ‘Pay Now’ etc

    billing_address:
    (string) (optional) Use it to collect billing address for the transaction
    Possible Value: ‘1’

    shipping_address:
    (string) (optional) Use it to collect shipping address for the transaction
    Possible Value: ‘1’

    Let me know if you need more help.

    Regards

    Thread Starter klaaschains

    (@klaaschains)

    Thank you so much for the response and help. My apologies if I am not following correctly, but using the shortcode you provide,

    [stripe name=”klaas” description=”Signature Klaas” price=”750.00″]

    I see this message on my site (when logged in as admin), i’m not sure what I am doing wrong. I’ve made the site live if thats of any help to look at

    WP SIMPLE PAY FOR STRIPE REQUIRES AN AMOUNT OF 50 (0.50 USD) OR LARGER.

    Plugin Author mra13

    (@mra13)

    You are using a COMPLETELY wrong shortcode. That is not the shortcode of our plugin.

    Please fully read the usage documentation and the video tutorial so you are using our plugin’s shortcode:
    https://wordpress.org/plugins/stripe-payments/

    Following is an example of our plugin’s shortcode which uses “accept_stripe_payment” (not just the word “stripe”):

    
    [accept_stripe_payment name="Cool Script" price="49.90"]
    

    If you are using a different plugin (that looks like a shortcode from another plugin) then post the issue in that plugin’s forum please.

    • This reply was modified 9 years, 3 months ago by mra13.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Incorrect price being displayed’ is closed to new replies.