Descrição
WooCommerce AJAX Cart é um plugin que melhora o comportamento do carrinho em uma loja WooCommerce, permitindo que o comprador veja um recálculo de preços automático ao alterar quantidades, sem ter que clicar manualmente no botão “Atualizar carrinho”
Isso melhora a experiência do usuário que está comprando um produto. Nenhum outro código manual ou alteração de tema é necessário, este recurso passa a funcionar quando o plugin é habilitado.
You can try and play with this plugin demonstration clicking here
Recursos da versão gratuita:
- Recarregar e recalcular automaticamente o carrinho usando AJAX quando alterar quantidades
- Exibir botões -/+ ao lado da quantidade no carrinho
- Exibir quantidade de itens como uma caixa de seleção ao invés de campo numérico
- Pedir confirmação do usuário quando a quantidade de itens for alterada para zero
Recursos da versão Premium:
- Allow to change/synchronize quantities in shop, minicart and single product pages view demo
- Fazer o botão
Adicionar ao carrinho
funcionar com AJAX, sem recarregar inteiramente a página ver demo - Faster AJAX reload call when change quantities in Cart page
- Option to lock quantity inputs to allow only change using plus and minus buttons
- Update price vs quantity calculation automatically on Single Product pages
If you looking for a related plugin with more complete features maybe you can try WooCommerce Better Usability plugin.
Capturas de tela
Instalação
- Subir o arquivo
woocommerce-ajax-cart.zip
para o diretório/wp-content/plugins/
- Ativar o plugin através do menu ‘Plugins’ do WordPress
- Pronto. This plugin no requires extra configurations to work
Avaliações
Colaboradores e desenvolvedores
“WooCommerce Ajax Cart Plugin” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresWooCommerce Ajax Cart Plugin” foi traduzido para 7 localidades. Agradecemos aos tradutores por suas contribuições.
Traduzir “WooCommerce Ajax Cart Plugin” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
1.3.25
- Added
High-Performance order storage
compatibility
1.3.24
- Reset quantity to minimum value when denying the confirmation to remove item from the cart
1.3.23
- Tested with WooCommerce 6.4.1 and WordPress 5.9.3
- Fixed reported PHP warning error at Admin panel
1.3.22
- Changed default quantity buttons CSS for better looking
- Testing with WordPress 5.8.1 and WooCommerce 5.8.0
1.3.21
- Avoid to add hide style for product quantity multiple times
- Prevent user from click on quantity buttons when disabled
- Tested with WordPress 5.8
1.3.20
- Tested with WooCommerce 5.0.0
- Fixed translation domain path
1.3.19
- Added dropdown_steps argument support for woocommerce_quantity_input_args hook
1.3.18
- Fixed fatal error on frontend when WooCommerce plugin not enabled
- Let dropdown respect min_value and step values
- Added wac_quantity_div and wac_template_file filters
- Removed old legacy migration
1.3.17
- Using document instead document.body listeners that was causing issues with some themes
- Trigger correct Update cart button in Cart for themes that using multiple layouts
- Changed HTML structure of buttons to make it more clickable
1.3.16
- Tested with latest WordPress and WooCommerce version
- Fixed critical bug when changing quantity in Cart
1.3.15
- Tested with latest WordPress and WooCommerce versions
- Removed unwanted admin notices
1.3.14
- Optimized plus and minus quantity javascript listeners
1.3.13
- Show confirmation to remove product when user empty quantity input
1.3.12
- Removing deprecated PHP short_open_tag blocks
1.3.11
- Updated template override compatibility to 4.0.0 and WC tested up to 4.2.0
1.3.10
- Reversed changelog ordering to make it more standard
- Changed plugin notices to respect the guidelines
1.3.9
- Added compatibility support with WooCommerce 4.0.1
1.3.8
- Compatibility with WooCommerce Bundled Products
1.3.7
- Hide quantity select in Cart when maximum value is same as minimum value
1.3.6
- Updated supported woocommerce version to 3.8.1
1.3.5
- Updated supported woocommerce version to 3.7.1
- Prevent page reload when adding to cart in certain conditions
1.3.4
- Changed limit from 50 to 1000 for quantity in select
- Added compatibility with Giftable for WooCommerce plugin
1.3.3
- Removing +/- buttons when product is sold individually
1.3.2
- Added compatibility with WooCommerce 3.6.4
- Standardized to
use strict
mode on frontend script, removing unused code
1.3.1
- Registering scripts using common hook
wp_enqueue_scripts