ramesh29
Forum Replies Created
-
Forum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] Settings not visible for WCFmHello,
Thanks for Quick response, I checked the Woocommerce fatal error log and I could see below error.
“2021-10-09T05:12:52+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes) in /var/www/wp-includes/functions.php on line 4133
2021-10-09T12:52:19+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes) in /var/www/wp-includes/functions.php on line 4133”
Thanks
Ramesh- This reply was modified 4 years, 7 months ago by ramesh29.
Hello
Could you please respond to above query,
Regarding replacing “STORE” term with “COMPANY”, I have added the code (mentioned in previous WCFM forum) in child theme and its resolved.
Could you please help me few additional requirement, i need to REMOVE
a) price, b) Sale Price, c) Schedule and d) SEO ………..from “PRODUCTS”
I was able to remove SEO from “SETTINGS” using below code in child theme but it did not remove SEO from “PRODUCTS”
“add_filter( ‘wcfm_is_allow_vseo_settings’, ‘__return_false’ );
add_filter( ‘wcfm_is_allow_customer_support_settings’, ‘__return_false’ );T&R
RameshHello,
Thanks for response, I dont see “store setting” in WCFM admin section, I am using free version.
Also, it would of much help if you could let me know
“How to remove SEO from product section in vendor dashboard”
Thanks