Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WooCommerce Product Price x Quantity Preview

Descrizione

WooCommerce Product Price x Quantity Preview is an extension for WooCommerce that allow visitors of your site to see the total price when they change the quantity.

How it works

The plugin, once activated, do not need to be setup. You will see the total price working on the product page if you change the quantity (works only for simple product type).

This plugin uses WooCommerce currency options settings, so you don’t have to worry about how the price is displayed.

Get Plugin addons

This plugin offers a Pro addon which adds the following features:

Get WooCommerce Product Price x Quantity Preview Addons now.
Visit demo page.

Requirements

WooCommerce 3.0 or later.

Screenshot

  • Screenshot 1
  • Screenshot 2

Installazione

  1. You can:
    • Upload the woo-product-price-x-quantity-preview folder to /wp-content/plugins/ directory via FTP.
    • Upload the full ZIP file via Plugins -> Add New -> Upload on your WordPress Administration Panel.
    • Search WooCommerce Product Price x Quantity Preview in the search engine available on Plugins -> Add New and press Install Now button.
  2. Activate plugin through Plugins menu on WordPress Administration Panel.
  3. No Setup needed.

FAQ

I don’t find any setup?

Yes! You really don’t need a setup for this plugin.

WPML ready?

Yes! You must create your .po file. If you want to submit a .po file, I will be happy to add it on next release.
Contact me using this form.

How to change “Product Total” to my text of choice?

You can paste this code to your current theme’s functions.php:

add_filter( 'ppqp_price_html', 'ppqp_price_html' );
function ppqp_price_html( $ppqp_price_html ) {
    return str_replace( 'Product Total', 'Order Total', $ppqp_price_html );
}

This is an example that will change “Product Total” to “Order Total”.

This plugin is not working, how can I reach you?

First of, this plugin relies mainly onjavascript. If you have javascript error on your page, this will not work.
If you still not able to make it work and wanted to contact me, you can reach me on this form.

Will this work with other plugins of WooCommerce?

It will, or it will not. That really depends on how those plugins are made.
But I can help you out if you contact me using this form.

Recensioni

17 Marzo 2023
Works with Elementor. Great support from Reigel.
25 Giugno 2019
Please, first the plugin has a read file, there are some usage guidelines. Keep in mind that it is not working with add-on products such as Prinful for example. Please keep working to improve it, it's very helpful
15 Ottobre 2018
I'm giving my own plugin a 5 star because some people just don't care about your work. There 400+ active installs and I only got a few stars. If you are using this plugin, please give me a nice rating. That would motivate me to continue this plugin. Thanks!
Leggi tutte le recensioni di 8

Contributi e sviluppo

“WooCommerce Product Price x Quantity Preview” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “WooCommerce Product Price x Quantity Preview” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.2.1

  • fix a rare error for custom +/- on quantity.

1.2

  • added support for custom +/- on quantity.

1.1

  • added WPML support.

1.0

  • Initial release!