Hi,
how to change the text " Select Options " on variable product type thumbnail when i hover on it?
thanks
How to change " Select Options " Label on Variable Product Thumbnail?
6 posts from 5 voices-
Posted 1 year ago #
-
found it! it's on wp-content\plugins\woocommerce\templates\loop\add-to-cart.php
switch ($product->product_type) :
case "variable" :
$link = get_permalink($product->id);
$label = apply_filters('variable_add_to_cart_text', __('Select Options', 'woocommerce'));
break;Posted 1 year ago # -
Hey andihalim1987,
Fantastic! Glad you were able to find it so quick and a big thanks for sharing the solution with every here :)
Let us know if you need anything else.
Posted 1 year ago # -
Hi,
I changed the 'Select options' to 'Select Template' and it didn't change... any ideas?Posted 1 year ago # -
Hi!
Maybe you try to change another "Select options" input field text? The user above changed the add to cart option.
Best regards,
PeterPosted 1 year ago # -
I love when people put fixes here in the forum. Thanks a mil, andihalim.
Posted 3 weeks ago #
Topic Closed
This topic has been closed to new replies.














