Plugin Directory

Changeset 3216329


Ignore:
Timestamp:
01/03/2025 09:06:02 AM (14 months ago)
Author:
killiansantos
Message:

Update of the readme.txt file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • payfeez/tags/1.0.0/readme.txt

    r3188377 r3216329  
    1 === PayFeez ===
     1=== PayFeez: Payment Gateway-Based Fees for WooCommerce ===
    22Contributors: killiansantos
    3 Tags: woocommerce fees, frais woocommerce, paypal fees, stripe fees, stancer fees
     3Donate link: https://buymeacoffee.com/killiansantos
     4Tags: wooCommerce, payment gateway, fees, ecommerce, transactions
    45Requires at least: 6.0
    5 Tested up to: 6.7
     6Tested up to: 6.7.1
    67Stable tag: 1.0.0
    78Requires PHP: 7.4
     
    1314== Description ==
    1415
    15 PayFeez extends WooCommerce by adding options for setting fees based on the payment gateway selected by the customer.
     16Managing a WooCommerce store can quickly become a headache, especially when faced with high transaction fees. Each payment gateway charges its own commission, nibbling away at your precious profit margins. You may have even hesitated to offer certain payment options, concerned about the costs they represent for your business.
    1617
    17 Payment gateway fees can be added to many payment gateways, including :
    18 * PayPal
    19 * Stripe
    20 * Stancer
     18Imagine for a moment losing sales because you don’t offer the most popular payment gateways. Your customers might feel frustrated by not having the choices they expect, which can seriously undermine their trust and satisfaction.
    2119
    22 PayFeez also gives you the option of restricting orders below a certain purchase amount.
     20Fortunately, PayFeez is here to help! With this plugin, you can easily impose customized fees based on the payment gateway chosen by your customers. Offer all the payment options they desire while intelligently passing on the additional fees to them. Don’t let payment commissions jeopardize your margins! Adopt PayFeez and provide your customers with what they want, all while maintaining control over your profitability!
     21
     22= Key Features =
     23
     24* **Payment Gateway Fee Management**: Easily apply fixed and/or percentage-based fees on various payment gateways such as:
     25  - PayPal
     26  - Stripe
     27  - Stancer
     28  - Bank Transfer
     29* **Order Minimum**: Set minimum order limits to regulate sales and minimize processing fees for smaller transactions.
     30
     31= Examples of Using PayFeez =
     32
     33To better understand how PayFeez can assist you, here are some examples of its use. Of course, the values mentioned are provided as examples and are fully customizable.
     34
     35* **Applying Fees on PayPal**: You can configure PayFeez to add a 3% commission on all transactions made via PayPal. This allows you to directly pass on the commission you pay to PayPal to your customers, ensuring that your profit margins remain intact.
     36* **Adjusting Fees for Stripe**: If you want to apply a variable fee of 1.5% and a fixed fee of €0.25 for each payment processed through Stripe, you can easily set this up with PayFeez. This configuration helps you cover the fixed costs associated with using this payment gateway.
     37* **Minimum Order Limit**: To encourage customers to place larger orders or to meet a profitability threshold, you can set a minimum order amount, for example, €20. As long as this amount is not reached, the order validation will not be possible. An informational message will appear in the cart, indicating the amount needed to finalize the order.
     38
     39== Installation ==
     40
     41= Minimum Requirements =
     42
     43- PHP 7.4
     44- WordPress 6.0
     45- WooCommerce
     46
     47= Automatic Installation =
     48
     491. Log in to your WordPress admin dashboard.
     501. Navigate to the "Plugins" menu.
     511. Click on "Add New".
     521. Search for "PayFeez".
     531. Click on "Install Now" and then on "Activate".
     54
     55= Manual Installation =
     56
     571. Download the plugin.
     581. Upload it to your web server using an FTP application.
     59
     60= Once Installed =
     61
     62When you install the plugin, a new menu item labeled "PayFeez" will be added under the "WooCommerce" menu. By accessing the PayFeez settings page, you will find:
     63
     64* **A "Settings" tab**: This tab allows you to enable or disable the feature to apply a minimum order amount, as well as to enter that amount.
     65* **Tabs for each payment gateway**: Tabs will be available for each payment gateway, depending on those presented in the plugin description. Only active gateways will be displayed, so it is necessary to complete the configuration of the various payment gateways before setting up PayFeez.
     66
     67For each payment gateway, you will have the option to enable or disable fees, as well as to define a fee structure that can include a fixed fee and a variable fee.
     68
     69== Frequently Asked Questions ==
     70
     71= How do I set up fees for different payment gateways? =
     72
     73You can set up fees by navigating to the settings page of the PayFeez plugin within the WooCommerce settings panel and entering the desired amounts for each payment gateway.
     74
     75= Can I apply fees to specific products? =
     76
     77Currently, PayFeez applies fees at the payment gateway level rather than at the individual product level.
     78
     79= Does the minimum order amount include VAT? =
     80
     81Yes, when you use the feature to apply a minimum order amount, the specified amount must include VAT. In fact, the minimum amount calculation takes VAT into account as soon as your WooCommerce store is configured to use it.
     82
     83== Screenshots ==
     84
     851. Sub-menu for accessing PayFeez settings
     862. PayFeez settings page (note: tabs are displayed according to the gateways activated on the site)
     873. Configuration of PayPal payment fees
    2388
    2489== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.