SjoerdFarber
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Reviews
In reply to: [Tutor LMS - eLearning and online course solution] To may BugsSame here 🙁
Found this solution on this site:
https://jilt.com/blog/pricing-remove-currency-symbol/
// Remove all currency symbols function sww_remove_wc_currency_symbols( $currency_symbol, $currency ) { $currency_symbol = '£ '; return $currency_symbol; } add_filter('woocommerce_currency_symbol', 'sww_remove_wc_currency_symbols', 10, 2);- This reply was modified 6 years, 6 months ago by SjoerdFarber.
Forum: Plugins
In reply to: [WooCommerce] WC-Ajax 403 Error Response@tunajlucas can you tell me how to exclude wp_woocommerce_session cookie? please.. I have the same Issue
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] Visibility rules not workingI also had this same issue I guess. If I can decode what you have ment 😉
But raising the max_input_vars in php.ini to 3000 solved my problemI also had this problem.. downgrade to 1.5.2 no luck
downgrade to 1.2.96 (I had it somewhere local) now it works again.. 🙂Can I have a quote for this custom coding? 🙂
Same error on different sites with the same plugin, wondering if it will be fixed
Viewing 7 replies - 1 through 7 (of 7 total)