Giter VIP home page Giter VIP logo

wc-quantity-plus-minus-button's Introduction

=== Quantity Plus Minus Button for WooCommerce by CodeAstrology ===

Contributors: codersaiful, codeastrology, unikforce, fazlebari, autocircled
Tags: woocommerce quantity, plus minus button, quantity, qty button
Requires at least: 4.0.0
Tested up to: 6.3
Stable tag: 1.1.8
Requires PHP: 7.0
WC requires at least: 4.0
WC tested up to: 7.4.0
License: GPL3+
License URI: http://www.gnu.org/licenses/gpl.html

Easily add plus, minus button for WooCommerce Quantity Input box in everywhere with custom Design functionality. Quantity button design features available. Such: Single Page, In Loop Quantity input, Cart page etc with custom design. 

== Description ==

*Quantity Plus/Minus Button for WooCommerce* plugin add beautifully designed quantity buttons for WooCommerce quantity input box on the  product page which also support for decimal quantity. Easily add plus, minus button for WooCommerce Quantity Input box in everywhere. Such: Single Page, In Loop Quantity input, Cart page etc with custom design. User able to get custom/own color for his plus or minus button.

**Features**

๐Ÿ‘‰ Quantity step supported
๐Ÿ‘‰ Decimal quantity supported
๐Ÿ‘‰ Customizable button design
๐Ÿ‘‰ You can customize button background color and hover
๐Ÿ‘‰ You can customize button text color and hover
๐Ÿ‘‰ You can customize border color and hover
๐Ÿ‘‰ You can customize border width
๐Ÿ‘‰ You can set custom border radius
๐Ÿ‘‰ Live customer support for any Issue.
๐Ÿ‘‰ Well documented
๐Ÿ‘‰ Well commented
๐Ÿ‘‰ Clean code
๐Ÿ‘‰ Compatible with all themes
๐Ÿ‘‰ Compatible with all plugins
๐Ÿ‘‰ Compatible with Woo Product Table
๐Ÿ‘‰ Compatible with the latest version of WordPress
๐Ÿ‘‰ Compatible with the latest version of WooCommerce

**[Demo Link](https://demo.wooproducttable.com/product/couple-jewelry/)**

== Filter ==


Enable Ajax add to cart for Single Product Page.
`
add_filter('wqpmn_ajax_cart_single_page', '__return_true' );

On off checkbox in admin page using filter
`
add_filter('wqpmb_checkbox_row_validation', '__return_true' );
`

CSS validation using filter
`
add_filter('wqpmb_css_row_validation', '__return_true' );
`

Use default WooCommerce template
`
add_filter('wqpmb_show_validation', '__return_true');
`

Hide on product page
`
add_filter('wqpmb_on_product_page', '__return_false');
`

Hide on cart page
`
add_filter('wqpmb_on_cart_page', '__return_false');
`

Hide on Mini Cart page
`
add_filter('wqpmb_on_mini_cart_page', '__return_false');
`

To Change Templae Base Directory, Use following Hook
In that directory, template files folder will be locate
`
add_filter('wqpmb_template_base_dir', $template_base_dir);
`

== Action ==



**๐Ÿ‘ท HONORABLE CONTRIBUTOR - [GitHub](https://github.com/codersaiful/wc-quantity-plus-minus-button/graphs/contributors) ๐Ÿ‘ท**<br>

* [codersaiful](https://github.com/codersaiful) (53 commits 1,965 ++ )
* [unikforceit](https://github.com/unikforceit) (1 commit 5 ++  )
* [fazlebarisn](https://github.com/fazlebarisn) (1 commit 11 ++ )
* [autocircled](https://github.com/autocircled) (1 commit 110 ++ )
* ๐Ÿ‘‰ [You can join here](https://github.com/codersaiful/wc-quantity-plus-minus-button/fork)

**๐Ÿฅ‡ CONTRIBUTE ๐Ÿฅ‡**<br>
You are welcome to contribute  to this project. Join with us [Fork Github repository](https://github.com/codersaiful/wc-quantity-plus-minus-button/fork). If you contribute 1 commit, We will add your name to our plugin's Contributor table/list of WordPress Plugin too.


== Installation ==

1. Upload 'wc-quantity-plus-minus-button' to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= Menu Location after Install: =

๐Ÿ”… Dashboard -> WooCommerce -> (+-) Plus Minus Button

= Already my theme provide Plus Minus botton, Do I need it? =

๐Ÿ”… No Need, As it's already provided by your theme.

= Does this plugin support StoreFront theme? =

๐Ÿ”… Yes this plugin is supports all themes.

= Can I hide plus minus button from cart page? =

๐Ÿ”… Yes, you can hide it by using our filter (`wqpmb_on_cart_page`). see following code:
`add_filter('wqpmb_on_cart_page','__return_false');`

= Does this plugin supports decimal value as quantity? =

๐Ÿ”… Yes, this plugin supports decimal value as product quantity.

= What is default Shortcode? =

๐Ÿ”… There is no shortcode for this plugin.

= What is setting page? or Where I can change button color =

๐Ÿ”…Go to `Dashboard -> WooCommerce-> (+-) Plus Minus Button -> [And change/update your setting]`

= Can I set product limitation to show in one table? =

๐Ÿ”… Yes. You can set the product limit to show in you able. Eg. You have 100 products in your site then you can easily show 50 of them.

= How to use? =

๐Ÿ”… Install and activate. Then go to ( Dashboard->WooCommerce->Plus Minus Button -> [And change/update your setting] ).  And enjoy it.
That's it. So easy, Right !!!

= Is it suitable for any theme ? =

๐Ÿ”… Yes, But if already available plus minus button on your theme, you should not use any plus minus button plugin.

= Is it suitable with (Woo Product Table) Plugin ? =

๐Ÿ”… Yes. *Product Table for WooCommerce by CodeAstrology* or *Woo Product Table* will adapt with your design.

== Screenshots ==

1. Quantity button in WooCommerce cart page
2. Quantity button setting page with custom color selection
3. Quantity button in single product page
4. Quantity button in WooCommerce cart page
5. Quantity button in single product page
6. Quantity button in WooCommerce cart page
7. Quantity button in single product page
8. Quantity button in WooCommerce cart page
9. Quantity button setting page with custom color selection
10. Quantity button in WooCommerce cart page

== Change log ==

= 1.1.9 =
* Added: new setting field added for input box height and width.
* Add input box width change option
* Add input box height change option
* Bug Fix 
* Code Optimized

= 1.1.8 =
* Live support Disable Option 
* Backend Design update
* Divi theme's quantity box issue has been solved
* Bug Fix 
* Code Optimized

= 1.1.7 =
* input box right margin issue has been solved.

= 1.1.6 =
* Added: Quantity box for Shop Page
* Added: Quantity box for All Archive/Tag/Category/Taxonomy Page
* Bug Fix 
* Code Optimized

= 1.1.5 =

* Little CSS issue fixed for Cart page.
* Bug Fix 

= 1.1.4 =

* More Setting added.
* Input box style added.
* Added Hover background color.
* Added Hover border color.
* Added Hover font color.
* Bug Fix 

= 1.1.3 =

* Live support from CodeAstrology button Added
* Spelling fix on html markup
* Bug Fix 

= 1.1.2 =

* Minor Error fixed 
* Tested with Latest WordPress and Updated
* Tested with Latest WooCommerce and Updated
* Compatibility Check with More Theme And Plugin 
* Compatible with [Woo Product Table (Poduct Table Plugin for WooCommerce by CodeAstrology)](https://github.com/autocircled)
* Bug Fixed

= 1.0.6 =

* Change demo link
* Bug fixed

= 1.0.6 =

* Hide on Mini Cart page
* Bug fixed

= 1.0.5 =

* Setting link fixed
* name fixed
* Bug fixed

= 1.0 =

* Initial release

wc-quantity-plus-minus-button's People

Contributors

autocircled avatar codersaiful avatar fazlebarisn avatar unikforceit avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wc-quantity-plus-minus-button's Issues

Cart auto-update

Hello,
Elementor has the option for ajax in the cart when you increase or decrease products to auto-update, but with your plugin that isn't working anymore.

Not working in home page

Hi,
I'm trying to put [products] shortcode on my home page.
I see that the original (Woocomerce) button as disappeared but the plugin button not showing.
In archive product it's working fine.
Do you have any solution? can you help?

Button border style not functioning + nothing on Cart page

Hi
I'm using this with Divi and the plugin works apart from a few features listed below.

  1. Border radius has no effect, whatever figure you input.
  2. The button border thickness/width is the same as above.
  3. Input Box Settings width and height make no difference, whatever figure is applied.
  4. The boxes don't show up at all on the cart page.

Both Quantity Box settings at the beginning are set to on.

Regards

Buttons not working in the Cart page

Clicking the buttons in the Cart page does nothing.
Also the buttons lose their style, I think - They turn to round buttons and are not aligned correctly.

They still work well in the product pages.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.