remove-add-to-cart-button-for-woocommerce
Last commit date
admin
5 years ago
assets
5 years ago
includes
5 years ago
languages
5 years ago
public
5 years ago
LICENSE.txt
5 years ago
README.txt
5 years ago
index.php
5 years ago
remove-add-to-cart-button-woocommerce.php
5 years ago
uninstall.php
5 years ago
README.txt
83 lines
| 1 | === Remove Add to Cart Button for WooCommerce === |
| 2 | Contributors: sumon086 |
| 3 | Donate link: # |
| 4 | Tags: remove add to cart woocommerce, hide add to cart button, woocommerce cart button, remove add to cart from product page, hide add to cart, remove add to cart, hide product price, hide price, remove add to cart from product archive, woocommerce, wordpress |
| 5 | Requires at least: 4.4 |
| 6 | Tested up to: 5.7 |
| 7 | Stable tag: 1.0.1 |
| 8 | License: GPLv2 or later |
| 9 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 10 | |
| 11 | Remove Add to Cart Button for WooCommerce Plugin gives you a really easy interface to hide/remove product Add to Cart button for all users or only for the visitors. It has a option to hide product price also. |
| 12 | |
| 13 | == Description == |
| 14 | |
| 15 | If you want to hide/remove product Add to Cart button from the product list page or product details page using any WordPress plugin, please first think about this plugin. Here you have options to remove product Add to Cart button for all users or only for the visitors. If you select remove Add to Cart button only for the visitor then you will see a checkbox where you can decide to show login buttom when Add to Cart button is hidden. Also have option to add custom message which will be show when Add to Cart button is hidden. |
| 16 | |
| 17 | In this plugin, there is a settings section from where your can add your login page URL ( if you not enter any URL here then it will take you to default login/register page URL ) and change login button label. In advance, have option to hide product price. |
| 18 | |
| 19 | == Current features == |
| 20 | |
| 21 | * Remove Add to Cart button for all |
| 22 | * Remove Add to Cart button only for the visitors |
| 23 | * Show login button when Add to Cart button is removed for the visitors |
| 24 | * Set login URL ( if you not set any URL here then it will take you to default login/register page URL ) from plugin settings tab |
| 25 | * Change login button label from settings tab |
| 26 | * Have option to set message when Add to Cart is hidden |
| 27 | * Hide product price |
| 28 | * Easy to use |
| 29 | * Translation ready |
| 30 | |
| 31 | == Premium features == |
| 32 | |
| 33 | * All Free Features |
| 34 | * Remove Add to Cart Button Based on User Rules |
| 35 | * Remove Add to Cart Button Based on Countries |
| 36 | * Set Category Wise Remove Add to Cart Button Conditions( means you can apply remove Add to Cart conditions for the all products in a category ) |
| 37 | * Priority Email Support |
| 38 | |
| 39 | == Installation == |
| 40 | |
| 41 | 1. Unzip the plugin and upload the `remove-add-to-cart-button-for-woocommerce` folder to the `/wp-content/plugins/` directory |
| 42 | 2. Activate the plugin through the 'Plugins' menu in WordPress |
| 43 | 3. To change/modify plugin settings, go to `WooCommerce > Settings > Visibility Settings` tab from Wordpress admin area |
| 44 | 4. You are ready to use plugin |
| 45 | |
| 46 | == Frequently Asked Questions == |
| 47 | |
| 48 | = Does it remove Add to Cart button only for the visitors? = |
| 49 | |
| 50 | Yes, it has option to remove Add to Cart button only for the visitors. Also have option to remove Add to Cart button for all. |
| 51 | |
| 52 | = Does it show login button when Add to Cart button is removed for the visitors? = |
| 53 | |
| 54 | Yes, login button will be show instead of Add to Cart button if you checked this option from admin area. Also you can add your own message when Add to Cart button is hidden. |
| 55 | |
| 56 | = Does it remove Add to Cart button for whole category? = |
| 57 | |
| 58 | Yes, but it is our premium feature. You need upgrade to premium to get this features. |
| 59 | |
| 60 | = Does it remove Add to Cart button based on user rules or country? = |
| 61 | |
| 62 | Yes, but it is our premium feature. You need upgrade to premium to get this features. |
| 63 | |
| 64 | == Screenshots == |
| 65 | |
| 66 | 1.This screenshot represent the admin interface from where you can set the settings for product which will show in the frontend. This description corresponds to `/assets/screenshot-1.png`. |
| 67 | 2.This screenshot represent the frontend interface for product archive page. This description corresponds to `/assets/screenshot-2.png`. |
| 68 | 3.This screenshot represent the frontend interface for product details page. This description corresponds to `/assets/screenshot-3.png`. |
| 69 | 4.This screenshot showing the frontend output when product price is hide from the admin area. This description corresponds to `/assets/screenshot-4.png`. |
| 70 | 5.This screenshot for plugin settings section from where you can setup you desire setings from admin area. This description corresponds to `/assets/screenshot-5.png`. |
| 71 | 6.This screenshot represent the admin interface from where you can set add to cart button visibility conditions for products based on user rules which will show in the frontend. This description corresponds to `/assets/screenshot-6.png`. |
| 72 | 7.This screenshot represent the admin interface from where you can set add to cart button visibility conditions for products based countries which will show in the frontend. This description corresponds to `/assets/screenshot-7.png`. |
| 73 | 8.This screenshot represent the admin interface from where you can set add to cart button visibility conditions for a category products products based on different conditions which will show in the frontend. This description corresponds to `/assets/screenshot-8.png`. |
| 74 | |
| 75 | == Changelog == |
| 76 | |
| 77 | = 1.0.0 = |
| 78 | * Initial release. |
| 79 | |
| 80 | = 1.0.1 = |
| 81 | * add freemius latest version. |
| 82 | * add css for hyperlink. |
| 83 | * compatibility check with WP latest version. |