Comments on: Custom Price Labels for WooCommerce https://booster.io/features/woocommerce-custom-price-labels/ WordPress WooCommerce Plugin Thu, 07 Dec 2023 10:03:32 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Thami https://booster.io/features/woocommerce-custom-price-labels/#comment-81084 Sun, 26 Apr 2020 22:25:40 +0000 https://booster.io/?p=26#comment-81084 Hi, cannot see filters to only show the custom label on single product page.

currently it only show globally settings?

]]>
By: WooCommerce Product MSRP – Booster for WooCommerce – GAMING DOT ME https://booster.io/features/woocommerce-custom-price-labels/#comment-79804 Sun, 05 Apr 2020 16:55:31 +0000 https://booster.io/?p=26#comment-79804 […] Custom Price Labels […]

]]>
By: RokasJ https://booster.io/features/woocommerce-custom-price-labels/#comment-57234 Wed, 23 Oct 2019 13:01:23 +0000 https://booster.io/?p=26#comment-57234 In reply to KJCheon.

Hi,

You can enter price labels in module settings instead of per-product settings and this will apply globally. Unfortunately it’s not currently possible to show price label depending on user role but we have added it to our todo list.

Best regards,
Rokas – Support Team

]]>
By: KJCheon https://booster.io/features/woocommerce-custom-price-labels/#comment-57180 Wed, 23 Oct 2019 04:54:49 +0000 https://booster.io/?p=26#comment-57180 HI, this plug does not seem to have the function to show/hide price based on user role.
I have thousands of products and it should be a hard work to set custom price label product by product. Any way for me to do this in global setting?

]]>
By: RokasJ https://booster.io/features/woocommerce-custom-price-labels/#comment-50689 Sat, 14 Sep 2019 10:18:03 +0000 https://booster.io/?p=26#comment-50689 In reply to Alvina.

Hi Alvina,

There is no need to use PHP with this module, simply add the text in module settings or per product settings.

Best regards,
Rokas – Support Team

]]>
By: Alvina https://booster.io/features/woocommerce-custom-price-labels/#comment-50429 Thu, 12 Sep 2019 14:53:47 +0000 https://booster.io/?p=26#comment-50429 Why having an error while changing the pricing on display? I am trying to do going through this tutorial https://www.cloudways.com/blog/change-woocommerce-price-display/ but having an error when I run the code. Is there any other method to do this? Here is the code

function cw_change_product_price_display( $price ) {
$price .= ‘ At Each Item Product’;
return $price;
}
add_filter( ‘woocommerce_get_price_html’, ‘cw_change_product_price_display’ );
add_filter( ‘woocommerce_cart_item_price’, ‘cw_change_product_price_display’ );

]]>
By: Mark Sedhom https://booster.io/features/woocommerce-custom-price-labels/#comment-41466 Fri, 14 Jun 2019 13:46:55 +0000 https://booster.io/?p=26#comment-41466 In reply to Mark Sedhom.

Hello Rokas, thanks for your quick reply.

Is there anyway to add custom labels as per the products but in the order/email invoice? Happy to pay a small development fee to make this happen asap? 🙂

I sell per 10g for one item, then another item is per 5 pods (so the label depends on the product), so I have this added as a label. Unfortunately when an order goes through it just has the product title, so it’s hard to decipher the quantity bought without a label.

]]>
By: RokasJ https://booster.io/features/woocommerce-custom-price-labels/#comment-41465 Fri, 14 Jun 2019 12:37:28 +0000 https://booster.io/?p=26#comment-41465 In reply to Mark Sedhom.

Hi Mark,

Unfortunately there isn’t such shortcode yet but we have added it to our todo list.

Best regards,
Rokas – Support Team

]]>
By: Mark Sedhom https://booster.io/features/woocommerce-custom-price-labels/#comment-41463 Fri, 14 Jun 2019 12:00:02 +0000 https://booster.io/?p=26#comment-41463 Hey guys,

Is there a shortcode for custom labels? I want to add this to the orders and invoices issued.

Thanks!

]]>
By: RokasJ https://booster.io/features/woocommerce-custom-price-labels/#comment-36628 Wed, 20 Mar 2019 22:08:49 +0000 https://booster.io/?p=26#comment-36628 In reply to Karen Lily.

Hi Karen,

Could you specify what the data should be? With custom price labels module you can add text next to or instead of the price, including other Booster shortcodes. If this data is from some other place and is saved as product meta, you could access it with meta shortcode.

Best regards,
Rokas – Support Team

]]>