Comments on: Add to Cart Labels for WooCommerce https://booster.io/features/woocommerce-add-to-cart-labels/ WordPress WooCommerce Plugin Thu, 07 Dec 2023 09:55:15 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: RokasJ https://booster.io/features/woocommerce-add-to-cart-labels/#comment-80748 Tue, 21 Apr 2020 16:20:30 +0000 https://booster.io/?p=415#comment-80748 In reply to Sasha Lewis.

Hi Sasha,

Could you contact us directly at support@booster.io?

Best regards,
Rokas – Support team

]]>
By: Sasha Lewis https://booster.io/features/woocommerce-add-to-cart-labels/#comment-80699 Mon, 20 Apr 2020 22:43:04 +0000 https://booster.io/?p=415#comment-80699 Love this feature! I need to make it so that a single cart item goes to the product page with a “read more’ button. Using the following code works fine EXCEPT when the single product is “on backorder”. How can I edit it so it goes to the product page AND read the custom label from your plug in (in this case “pre-order). I have disabled this in my php for the moment. I have spent hours trying to figure it out.

add_filter( ‘woocommerce_loop_add_to_cart_link’, ‘replacing_add_to_cart_button’, 10, 2 );
function replacing_add_to_cart_button( $button, $product ) {
if ( $product->is_type( ‘simple’ ) {
$button_text = __(“Read More”, “woocommerce”);
$button = ‘get_permalink() . ‘”>’ .
$button_text . ‘
‘;
}
return $button;
}

]]>
By: WooCommerce Left to Free Shipping – Booster for WooCommerce – GAMING DOT ME https://booster.io/features/woocommerce-add-to-cart-labels/#comment-79800 Sun, 05 Apr 2020 16:54:17 +0000 https://booster.io/?p=415#comment-79800 […] Add to Cart Labels […]

]]>
By: RokasJ https://booster.io/features/woocommerce-add-to-cart-labels/#comment-39426 Mon, 06 May 2019 12:12:09 +0000 https://booster.io/?p=415#comment-39426 In reply to KoolPal.

Hi,

This module allows customizing the text of add to cart button. One of the possible cases for text is when the price is set to 0, that is when the product is free. When creating the products it’s possible to leave the price blank (product is not available) or check the checkbox “Leave blank price” when using multi currency modules, in which case the previous case of free products does not apply. Hope this is clearer.

Best regards,
Rokas – Support Team

]]>
By: KoolPal https://booster.io/features/woocommerce-add-to-cart-labels/#comment-39411 Mon, 06 May 2019 02:29:05 +0000 https://booster.io/?p=415#comment-39411 In reply to KoolPal.

Hi RokasJ,

This part “Also, removing the add to cart button label does not remove the button itself. ” was the confusion.

The tooltip says: “Leave blank to disable. Default: Add to Cart” -> https://imgur.com/3xBqVNk

I guess I expected the Add to Cart button to disappear when I left it blank.

I am not sure I have understood the use of this feature clearly. Specially where prices are set to 0 (not empty)

Thanks.

]]>
By: RokasJ https://booster.io/features/woocommerce-add-to-cart-labels/#comment-39400 Sun, 05 May 2019 21:20:22 +0000 https://booster.io/?p=415#comment-39400 In reply to KoolPal.

Hi,

I’m not sure I fully understand. “Products with price set to 0 (i.e. free)” apply to products that have prices set to 0 (not empty). Also, removing the add to cart button label does not remove the button itself. Does this answer your question or did I misunderstand what you were trying to say?

Best regards,
Rokas – Support Team

]]>
By: KoolPal https://booster.io/features/woocommerce-add-to-cart-labels/#comment-39281 Sun, 05 May 2019 06:34:24 +0000 https://booster.io/?p=415#comment-39281 Hi,

I am trying this module with the “Per Product Type Labels” section.

I find that for “Products with price set to 0 (i.e. free)” = left blank to disable -> the Add to Cart button is STILL visible on the Home / Shop Page.

Is there some setting that I am missing?

Thanks

]]>
By: RokasJ https://booster.io/features/woocommerce-add-to-cart-labels/#comment-36122 Tue, 12 Mar 2019 12:39:35 +0000 https://booster.io/?p=415#comment-36122 In reply to Kate.

Hi Kate,

We have added your suggestion to our todo list. In the meantime you could use “Per Product Labels” to set them individually to your liking.

Best regards,
Rokas – Support Team

]]>
By: Kate https://booster.io/features/woocommerce-add-to-cart-labels/#comment-36117 Tue, 12 Mar 2019 09:45:41 +0000 https://booster.io/?p=415#comment-36117 Hi,

Suggestion: Can you please add change Add to Cart label by product tags, too? Thank you.

]]>
By: RokasJ https://booster.io/features/woocommerce-add-to-cart-labels/#comment-27482 Thu, 30 Aug 2018 19:13:58 +0000 https://booster.io/?p=415#comment-27482 In reply to David B.

Hi David,

Can you contact us via email at support@booster.io with this exact problem? Thank you.

Best regards,
Rokas – Support Team

]]>