Advanced Product Fields for WooCommerce (Pro Version)

Arshard

Member
Jun 1, 2020
60
17
8
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 '';
}


thanks for this it works great @freddy21

do you have code snippet for pricing summary
product total option total grand total section
 
Last edited:
  • Like
Reactions: ioloo

elcapitanph

New member
May 28, 2021
2
0
1
I try this plugin and it's really great , can anyone help me how to show the price if the option is base on Quantity base Percentage Fee because now it only show the 15%
 

Joey Bravo

Member
Apr 30, 2020
32
5
8
I try this plugin and it's really great , can anyone help me how to show the price if the option is base on Quantity base Percentage Fee because now it only show the 15%
They just went out of business because people weren't buying. The website is down, and when I contacted the owner via Twitter he said he closed it.
 

alexbuiciuc

New member
May 31, 2021
0
0
0
Fixed, you have to replace the attached file inside: "/advanced-product-fields-for-woocommerce-pro/includes/classes

The 2 arrays of Upload File and Date are missing.
File Upload: line 120 & Date line 156.
 

Attachments

  • class-fields.zip
    11.2 KB · Views: 98

agratto18

New member
Mar 17, 2021
0
0
0
Fixed, you have to replace the attached file inside: "/advanced-product-fields-for-woocommerce-pro/includes/classes

The 2 arrays of Upload File and Date are missing.
File Upload: line 120 & Date line 156.
How did you fix it? just replacing class-fields.php with the one you uploaded?
 

alexbuiciuc

New member
May 31, 2021
0
0
0
How did you fix it? just replacing class-fields.php with the one you uploaded?
I can see the upload file option but not the date option

I have compared the classes-fields.php file of version 1.7.4 with the one of version 1.6.0 and I have seen that the "Upload file" and "Date" arrays are missing. The file I have attached above belongs to version 1.7.4 but I have inserted the arrays in lines 120 & 156 so that "Upload file and date" can be selected.

Simply replace it in the path "/advanced-product-fields-for-woocommerce-pro/includes/classe".

Finally, to display the date field you have to activate this option in the plugin settings: WooCommerce > Settings > Product fields > Date picker (at the bottom).
 

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