Is this plugin supposed to work with product variations when the price is blank? I think a similar question has been asked about a year ago but I couldn’t see a working solution. Has this been fixed?
I tested this on WP 4.3.1 and WooCommerce 2.4.5.
Thanks
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>It’s not:
Go to Catalog tab, within WooCommerce settings screen and define which custom text you want to display
It’s:
WooCommerce > Settings > Products > Display > Custom text for free price.
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>Hi.
I have a question.
So, I have three possible price scenario for users to post products.
1. $0: “Free”
2. $(non-zero): regular price
3. Non-numeric value (such as “I am selling it”): “Contact the seller”
Would you happen to know how I can implement the 3rd option?
For example, an user can put non-numeric value and it will give “Contact the seller” price?
Thank you
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>i have installed the plugin and it’s doesn’t change the default returning text Free still the same.
any idea?
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>Hi,
Is there a way to make a custom price appear per individual product as a custom field?
Is this something that can be possible with the next update @azhkuro?
Thanks,
Josh
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>Hello:
We have a client who makes custom keg covers, $79.99 each. He also offers 2 custom keg products, one you design the art $30, the other they design it for you $45, which is in addition to the $79.99.
We want people to be able to purchase multiple custom keg covers at $79.99, but only be charged ONCE for the design option they chose [either $30 or $45].
Do you know of a way to do this with your plugin? We are DESPERATE for assistance! If you can email me at [email protected] or call me directly 602-538-4504?
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>Hello – it seems this does not work for variable products when one variation has price=BLANK. Would be great to enable a label of “Price on Request” for product variations with blank price.
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>Hello – might it be possible to enable the plugin to allow html code to be accepted in the price label settings?
For example, if the price is blank, and the price label is set to “Price on Request”, it would be great to be able to specify an html anchor wrapped around the “Price on Request” to link to a Contact Us page, or even a simple mailto:, for example.
I tried doing various variations, e.g. wrapping in a <span>, or in an , and such html was rejected when I tried to save the setting.
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>How can we set a minimum payment for pre-order ??
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>Hi,
I’ve just installed your plugin with the latest versions of both WordPress and WooCommerce, but whenever I change the settings in the WooCommerce Custom Price plugin and click Save Changes, the changes aren’t saved, and they default back to Pre-order & Coming Soon.
Any idea what the problem could be?
Thanks
PS. It’s currently on my localhost, so i cannot give an address for it to be looked at.
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>Hi. Small patch improves the plugin work v0.2.
@@ -100,7 +100,9 @@
function plugin_init() {
if ( $this->custom_free_enabled ) {
– add_filter( ‘woocommerce_free_price_html’, array( $this, ‘custom_free_price’ ) );
+ add_filter( ‘woocommerce_free_price_html’, array( $this, ‘custom_free_price’ ) );
+ add_filter( ‘woocommerce_variable_free_price_html’, array( $this, ‘custom_free_price’ ) );
+ add_filter( ‘woocommerce_variation_free_price_html’, array( $this, ‘custom_free_price’ ) );
}
if ( $this->custom_empty_enabled ) {
https://www.ads-software.com/plugins/woocommerce-custom-price/
]]>