Opis
Ovaj dodatak je zatvoren od 05. rujna 2025. i nije dostupan za preuzimanje. Razlog: Kršenje licenci / zaštitnih znakova.
Recenzije
26. studenoga 2020.
Спасибо за труды. Для отключения стиля класс использовал wcqib-css
17. srpnja 2020.
Thank you for your work. This is the best solution of all. Stay connected, please, so that the plugin lives and works always.
If you want to remove the plugin styles
add_action( ‘wp_enqueue_scripts’, ‘wcs_dequeue_quantity’ );
function wcs_dequeue_quantity() {
wp_dequeue_style( ‘wcqib-css’ );
}
25. lipnja 2020.
it seemed unfair to me that a good plugin doesn’t have any comments
Suradnici i Programeri
“WooCommerce Quantity Increment” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
SuradniciPrevedite “WooCommerce Quantity Increment” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.