Advanced Product Fields for WooCommerce (Pro Version)

Arshard

Member
Jun 1, 2020
60
17
8
Thanks, any idea how to get this custom code snipet for this plugin?


Thanks

By the way, I'm going to buy the plugin next month, thanks to giving it a try, otherwise the developer would not see my money. I think Woo devs shoouls start thinking about trial days like shopify or nulling plugins will still be mandatory.


hey

if you do end up buying it would be great to have fresh update files for @Tomz and @NullMaster to null for the rest of people

and to answer your question about the pricing views on products page you can try with CSS setting the visibility to hidden but I don't think that will work very well :cry:


@aarsna1
if you still have your licence could you add the snippets from this page please would really appreciate it and thanks in advance :)

 

Foxxx

New member
Sep 1, 2019
3
0
1
Thanks, any idea how to get this custom code snipet for this plugin?


Thanks

By the way, I'm going to buy the plugin next month, thanks to giving it a try, otherwise the developer would not see my money. I think Woo devs shoouls start thinking about trial days like shopify or nulling plugins will still be mandatory.

Is there any way you can share these code snippits?


Also, is there an update available soon here?
 

freddy21

New member
Apr 6, 2021
2
4
3
Code snippet to remove price on options
Just add to child themes functions.php

add_filter('wapf/html/pricing_hint','wapf_remove_pricing_hint',10,4);
function wapf_remove_pricing_hint($price_hint,$product,$amt,$type) {
return '';
}
 
  • Like
Reactions: jaaos and Arshard

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu