Addon For Stripe And WooCommerce Wordpress Plugin - Rating, Reviews, Demo & Download

Addon For Stripe And WooCommerce Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Stripe Payment Gateway is used for taking credit card payments on your site.This plugin shows you that how you can use Stripe to take credit card payments in their WooCommerce store without writing code. All you have to do is add stripe API key to a settings page and you’re done.

Why our plugin is better than other Stripe Plugins?

  1. Better Validation for Credit Card On checkout page.
  2. Simple coding to accept the Credit card payments via Stripe.
  3. No Technical Skills needed.
  4. Can Customize the Credit Card Title and Display Credit card type icons as per your choice.
  5. Accept the type of credit card you like.
  6. Display the credit card type icons of your choice.
  7. Manage Stock ,Restore stock for order status which get cancelled and refunded

Features

  1. Simple Code to accept Credit cards via Stripe payment gateway in woocommerce
  2. jQuery validations for Credit Cards.
  3. Display the credit card type icons of your choice.
  4. This plugin Supports Restoring stock if order status is changed to Cancelled or Refunded.
  5. No technical skills required.
  6. Visualized on screen shots.
  7. Adds Charge Id and Charge time to Order Note.
  8. Adds Refund Id and Refund time to Order Note.
  9. Add Stock details for products to Order Note if the order status is Cancelled or Refunded.
  10. This plugin accept the of credit card you like.
  11. This plugin does not store Credit Card Details.
  12. This plugin Uses Token method to charge Credit Cards rather sending sensitive card details to stripe directly as prescribed by Stripe.
  13. This plugin requires SSL on merchant site as described here.
  14. This plugin Support refunds (Only in Cents) in woocommerce.
  15. This plugin Supports many currencies ,please check here which currencies are supported by this plugin for stripe.
  16. This plugin uses the latest api of stripe.

Support

  • Neither Woocommerce nor Stripe provides support for this plugin.
  • If you think you’ve found a bug or you’re not sure if you need to contact support, feel free to contact us.

What after installation?

After installing and activation of plugin, first check if it displays any Notices at the top, if yes resolve that issues and then deactivate plugin and activate plugin.

Then start testing for the Test/Sandbox account by setting mode as Sandbox in Settings.
Once you are ready to take live payments, make sure the mode is set as live. You’ll also need to force SSL on checkout in the WooCommerce settings and have an SSL certificate. As long as the Live API Keys are saved, your store will be ready to process credit card payments.

Updating

The plugin should automatically update with new features, but you could always download the new version of the plugin and manually update the same way you would manually install.

want to remove stripe description message ?

If you want to remove stripe description message within the stripe form then you can use ‘wc_stripe_description’ action for that.please find below code for reference purpose.
Note:Put this code into your function file for stripe description message modification OR leave it blank to remove description message.

add_filter(‘wc_stripe_description’, ‘your_custom_stripe_description’);

function your_custom_stripe_description($fields){
    $fields = 'Stripe allows you to accept payments on your Woocommerce store';
    return $fields;
}

Screenshots

  1. Settings Page.

    Settings Page.

  2. How to get the Stripe Api Keys.

    How to get the Stripe Api Keys.

  3. The standard credit card form on the checkout page with javascript validation.

    The standard credit card form on the checkout page with javascript validation.

  4. Woocommerce Order with different order Note.

    Woocommerce Order with different order Note.

  5. Refund of amount in stripe Merchant account.

    Refund of amount in stripe Merchant account.

  6. Detail page of refund Amount.

    Detail page of refund Amount.


Reviews & Comments