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.

SMNTCS Show Sale Price Date for WooCommerce

Descrizione

Show WooCommerce sale prices date on shopping page.

Filter

Adjust date format:

add_filter( 'sale_date_format', 'my_custom_sale_date_format' );
function my_custom_sale_date_format() {
    return 'r';
}

Adjust label:

add_filter( 'sale_date_label', 'my_custom_sale_date_label' );
function my_custom_sale_date_label() {
    return 'Valid until';
}<h3>Contribute</h3>

Contributions are always welcome. Simply head over to Github and create an issue or open a pull request.

Screenshot

Installazione

  1. Upload smntcs-woocommerce-show-sale-price-date to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.

Recensioni

Leggi la recensione di 1

Contributi e sviluppo

“SMNTCS Show Sale Price Date for WooCommerce” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“SMNTCS Show Sale Price Date for WooCommerce” è stato tradotto in 2 lingue. Grazie ai traduttori per i loro contributi.

Traduci “SMNTCS Show Sale Price Date for WooCommerce” 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.6 (2022.12.03)

1.5 (2022.10.08)

  • Test up to WC 6.9
  • Test up to WP 6.0

1.4 (2022.01.09)

  • Test up to WP 5.9

1.3 (2020.05.09)

1.2 (2020.03.21)

1.1 (2020.03.21)

1.0 (2020.03.14)

  • Initial release