
Код: Выделить всё
add_filter( 'woocommerce_product_add_to_cart_text', 'custom_variable_add_to_cart_text' );
function custom_variable_add_to_cart_text( $add_to_cart_text ) {
global $product;
if( $product->is_type( 'variable' ) ) {
$add_to_cart_text = __( 'Add to cart', 'woocommerce' );
}
return $add_to_cart_text;
}

Я хочу, чтобы при нажатии кнопки «Добавить в корзину» в нижней части экрана в корзину добавлялся выбранный по умолчанию размер.
ссылки находятся ниже..
https://neobery .com/product/lavender-essential-oil-100-percent-pure-organic-natural-for-hair-skin-body/
Подробнее здесь: https://stackoverflow.com/questions/769 ... e-on-stick
Мобильная версия