Este plugin não foi testado com as 3 atualizações principais mais recentes do WordPress. Pode ser que não tenha mais manutenção ou suporte e talvez tenha problemas de compatibilidade quando usado com versões mais recentes do WordPress.

WooCommerce Ajax Cart Plugin

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.

Imagens de tela

  • Quando usuário clicar em "+" ou "-" no botão de quantidade, uma requisição AJAX será feita para atualizar os preços

Instalação

  1. Subir o arquivo woocommerce-ajax-cart.zip para o diretório /wp-content/plugins/
  2. Ativar o plugin através do menu ‘Plugins’ do WordPress
  3. Pronto. This plugin no requires extra configurations to work

Avaliações

27 janeiro, 2023
Is not working. Cart update still requires an "Enter" on a quantity field to be updated. Nothing changed. Upd: The issue was in theme. Plugin is great, thank you!
15 julho, 2020 1 resposta
This plugin has a function to undo the product even if the product is deleted from the update cart button on the cart page. This is a unique feature of this plugin that is not in the default woocommerce features. Very kind to customers 🙂
27 maio, 2020 3 respostas
This plugin displays an unhidable nag notice on the wp main dashboard. The notice has a link saying "Dismiss for 90 days" and the notice goes away after you click on that link, but it comes back way sooner than the said 90 days. It is more like 90 hours after it appears again. Even 90 day feels too frequent for me so this is very annoying. This is a violation of WP guidelines, which is unacceptable. Please read here: https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard and here: https://make.wordpress.org/themes/handbook/review/required/explanations-and-examples/#selling-credits-and-links WP defines dismissable notices like this: Notifications such as admin notices must be dismissable. This means that the notices should not only be closed, but hidden permanently when the “Dismiss” link is closed. Please review and remove this annoying nag notice as soon as possible!
Leia todas as 39 avaliações

Colaboradores e desenvolvedores

“WooCommerce Ajax Cart Plugin” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

“WooCommerce Ajax Cart Plugin” foi traduzido para 6 localizações. Agradecemos aos tradutores por suas contribuições.

Traduzir “WooCommerce Ajax Cart Plugin” para o seu idioma.

Interessado no desenvolvimento?

Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via 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