Visa ett inlägg
Oläst 2014-12-01, 18:31 #2
youheardit youheardit är inte uppkopplad
Har WN som tidsfördriv
 
Reg.datum: Oct 2008
Inlägg: 1 168
youheardit youheardit är inte uppkopplad
Har WN som tidsfördriv
 
Reg.datum: Oct 2008
Inlägg: 1 168
Har inte testat men denna borde fungera:

PHP-kod:
add_filter'woocommerce_is_sold_individually''wc_remove_all_quantity_fields'10);
function 
wc_remove_all_quantity_fields$return$product ) {
    return (
$product->get_stock_quantity() == 1);

placeras i functions.php filen i temat (alternativt skapar du ett nytt plugin eller child-theme för denna delen)

Senast redigerad av youheardit den 2014-12-01 klockan 18:35
youheardit är inte uppkopplad   Svara med citatSvara med citat