ondigit
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Unable to change prices of items in order on admin panel@eclair4151 You are welcome.
I am also getting “Sorry, you are not allowed to access this page.” for Shop manager role, how can we fix it?
Forum: Plugins
In reply to: [WooCommerce] Unable to change prices of items in order on admin panelI just got similar error and it was the issue with max_input_vars
Default it set only
max_input_vars = 1000
But for large orders you might need to increase the quantity to 3000So in PHP.ini you need to edit below line
; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 3000More details given here:
https://woocommerce.com/document/problems-with-large-amounts-of-data-not-saving-variations-rates-etc/Forum: Plugins
In reply to: [Fr Address Book For Woocommerce] Phone number does not saveIt works as expected.
Thank you so much for quick help.Hello Fahrirusliyadi,
This update fixed it, it is indeed a very great plugin.
Really appreciate your support.Thanks
Avinash,
Quick fix is revert your Woocommerce version to 4.1.1 until we have fix for this.
You can use https://ww.wp.xz.cn/plugins/wp-rollback/ to revert it to older version.
Thanks
Forum: Plugins
In reply to: [qTranslate] HOME menu link resets selected language back to defalutFor some reason I am not able to use this work around, so I used javascript to fix the menu which I found here.
http://mysitemyway.com/support/topic/qtranslate-home-link-infocus-themejQuery(document).ready(function(){
var lang = jQuery(“html”).attr(“lang”);
if ( lang == “en-US”) {
var href = jQuery(“#menu-item-402”).find(“a”).attr(“href”);
jQuery(“#menu-item-402”).find(“a”).attr(“href”, href + “/en”);
}
});Hope this help somebody in future.
Hello Marcus,
Do you have prepaid credit feature added to the system? we are also looking for the same.
@patternbook
Can you please explain how you fulfil your prepaid credit requirement?
DId you used any other event Manager plugin?Thanks