nishitm
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Filter widget problemthanks
Forum: Plugins
In reply to: [WooCommerce] Filter widget problemHi,
The issue is still there.
Check the google search screenshot
https://drive.google.com/file/d/1UG-SJk4o7Y-IAifAHo3Sjh7LhBliXEWF/view?usp=sharing
You can also try searching for the same keyword. This issue is with almost all category pages.
View the system report in the below link
https://drive.google.com/file/d/1yXtZSPFWLGsZf47yiP44pPj3RUwzcYOe/view?usp=share_linkNo fatal error logs
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Delete upload folderthanks
I am able to create Hierarchy and map it but i am unable to find option for display type.
https://ibb.co/8644J4F
Please view the screenshot.
Under Product categories there is an option to change display type.
Is it possible to change this via importThis option is used for how the category page is displayed
Thanks for your fast reply.
I also would like to know your view based on below 2 scenarios. Both are resource intensive technically.
But out of the 2 which one is more resource intensive or both uses same amount of resources?
1) Running multiple cron at the same time using one file
2 )Running multiple cron at the same time using multiple separate filesI have been using 2nd scenario since long time and now looking to implement settings based on 1st scenario as it benefits in terms of ease of setup and saving space.
Forum: Plugins
In reply to: [WooCommerce] Product page issueMy hosting cpanel has option to make changes in php configuration. I will try increase the value and test again.
I also did contact the host and they asked us to upgrade our hosting planerror log
https://drive.google.com/file/d/1cQBzIE7KsBu1na6IwXatkuXIDaKj2AUJ/view?usp=sharingForum: Plugins
In reply to: [WooCommerce] Product page issueAlready tested with
return 1500;
PHP Max Input Vars: 5000 (as per mentioned in the system log)
for importing variation of 1000.but still facing issue of products not displaying on product page.
Do i need to still increase PHP Max Input Vars?Forum: Plugins
In reply to: [WooCommerce] Product page issueview link for report
https://drive.google.com/file/d/10zp6jN5JW2LSEFkHH47Bl9yvjunVUucp/view?usp=sharingForum: Plugins
In reply to: [WooCommerce] Product page issuecan i dm the report
- This reply was modified 3 years ago by nishitm.
Forum: Plugins
In reply to: [WooCommerce] Product page issuewoocommerce_ajax_variation_threshold
Is your filter right which I am using?
Does it support 1500 or not?Forum: Plugins
In reply to: [WooCommerce] Product page issueThanks for pointing me to the right direction.
Found the below code in the plugin causing the issue:function iconic_wc_ajax_variation_threshold( $qty, $product ) { return 1500; } add_filter( 'woocommerce_ajax_variation_threshold', 'iconic_wc_ajax_variation_threshold', 10, 2 );
if i set it to 500 it works.
But i am looking to set it to 1500
How to increase the value?Forum: Plugins
In reply to: [Booster for WooCommerce] Display Currency exchange rateAwaiting
Forum: Plugins
In reply to: [Booster for WooCommerce] Display Currency exchange rateWaiting for your reply for shortcode usage
Forum: Plugins
In reply to: [Booster for WooCommerce] Display Currency exchange rateit is there in your plugin as mentioned on your website. See https://booster.io/features/woocommerce-currency-exchange-rates/
ok got it thanks