Comments on: Call for Price for WooCommerce https://booster.io/features/woocommerce-call-for-price/ WordPress WooCommerce Plugin Tue, 21 May 2024 09:10:42 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Attila Füredi https://booster.io/features/woocommerce-call-for-price/#comment-83681 Thu, 11 Jun 2020 11:02:33 +0000 https://booster.io/?p=35#comment-83681 We do not get any support for over month. I wrote a lot of emails and we did not got any reply…..
10167 is my ticket.

]]>
By: RokasJ https://booster.io/features/woocommerce-call-for-price/#comment-79358 Tue, 31 Mar 2020 05:06:06 +0000 https://booster.io/?p=35#comment-79358 In reply to Eric Coenders.

Hi,

Unfortunately currently we don’t have an estimated time.

Best regards,
Rokas – Support Team

]]>
By: Espace66 https://booster.io/features/woocommerce-call-for-price/#comment-79307 Mon, 30 Mar 2020 13:53:12 +0000 https://booster.io/?p=35#comment-79307 In reply to Eric Coenders.

Howdy RokasJ,

that would be very nice! Don’t want to sound impatient, but since I’m building the site atm: is it known when your next update will be there?

]]>
By: RokasJ https://booster.io/features/woocommerce-call-for-price/#comment-79305 Mon, 30 Mar 2020 12:12:31 +0000 https://booster.io/?p=35#comment-79305 In reply to Eric Coenders.

Hi Eric,

Thank you for your suggestion, we have added it to our to do list.

Best regards,
Rokas – Support team

]]>
By: Eric Coenders https://booster.io/features/woocommerce-call-for-price/#comment-79304 Mon, 30 Mar 2020 11:04:26 +0000 https://booster.io/?p=35#comment-79304 Howdy,
I’m building a site for one of my clients, and I can almost use this feature. I suppose I can use the ‘call for price’ for an alternate message, ‘price on request’. But I need another message as well, ‘expected’. Both texts would replace the price field on different products, so I obviously can’t use them both at the same time since only one message is allowed, at the moment.
What for me would greatly enhance this feature:
– make a ‘call for price’ module that is tied to a product category
– allow multiple instances of a message, so I can tie message 1 to product category 1, and message 2 to product category 2 et cetera.

Would that be feasible?

Like to hear, thanks!

]]>
By: Alvina https://booster.io/features/woocommerce-call-for-price/#comment-46954 Fri, 23 Aug 2019 10:48:53 +0000 https://booster.io/?p=35#comment-46954 I want change a display price for a specific product. I have used this code

function change_product_html( $price_html, $product ) {
if ( 22 === $product->id ) {
$price_html = ‘$50.00 per Unit‘;
}
return $price_html;
}
add_filter( ‘woocommerce_get_price_html’, ‘change_product_html’, 10, 2 );
function sv_change_product_price_cart( $price, $cart_item, $cart_item_key ) {
if ( 22 === $cart_item[‘product_id’] ) {
$price = ‘$50.00 per Unit(7-8 skewers per Unit)’;
}
return $price;
}
add_filter( ‘woocommerce_cart_item_price’, ‘sv_change_product_price_cart’, 10, 3 );

I don’t know why I am having an error. I have implemented the above code going through this tutorial https://www.cloudways.com/blog/change-woocommerce-price-display/.

]]>
By: RokasJ https://booster.io/features/woocommerce-call-for-price/#comment-39395 Sun, 05 May 2019 21:15:13 +0000 https://booster.io/?p=35#comment-39395 In reply to KoolPal.

Hi,

“Prices and Currencies by Country” module options allow setting empty price for currencies (by checking a checkbox) that then should trigger this module however your suggestion to make this show up for products that have 0 price instead does make sense so we have added it to our todo list.

Best regards,
Rokas – Support Team

]]>
By: KoolPal https://booster.io/features/woocommerce-call-for-price/#comment-39282 Sun, 05 May 2019 06:39:26 +0000 https://booster.io/?p=35#comment-39282 Hi,

This module does not seem to play nice with Price by Country.

Please revisit the logic with Price = ZERO instead of Price = Empty AND make it play well with Price by Country.

Thanks.

]]>
By: RokasJ https://booster.io/features/woocommerce-call-for-price/#comment-23780 Tue, 29 May 2018 12:47:32 +0000 https://booster.io/?p=35#comment-23780 In reply to Erika van Wijk.

Hi Erika,

What plugin are you using for wishlist feature? I suggest contacting their support team since there is nothing we can do to change the behavior of somebody else’s plugin.

Best regards,
Rokas – Support team

]]>
By: Erika van Wijk https://booster.io/features/woocommerce-call-for-price/#comment-23766 Tue, 29 May 2018 07:30:33 +0000 https://booster.io/?p=35#comment-23766 Hi there,

Looking at the Woocommerce Wishlist page, the price shown ‘free’ instead of ‘call for price’. On the product page, the price is mentioned as ‘call for price’. How can I adjust the message shown in the Woocommerce Wishlist?

Thanks, Erika

]]>