moorthy123
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Sort and Display for WooCommerce] Exclude categories from displayingAdd this to your function.php replace the category id in the array!
add_action( ‘pre_get_posts’, ‘custom_pre_get_posts_query’ );
function custom_pre_get_posts_query( $q )
{if (!$q->is_main_query() || !is_shop()) return;
if ( ! is_admin() )
{
$q->set( ‘tax_query’, array(array(
‘taxonomy’ => ‘product_cat’,
‘field’ => ‘id’,
‘terms’ => array(35, 39 ),
‘operator’ => ‘NOT IN’
)));}
}Hi mickeywf,
Thanks for the link.I have a question before upgrading the plugin.
Q.1 Will this cause my setup to lost?Q.2 I have two shipping methods
1. Normal
2.ExpressIf customer choose Normal shipping 1.5$ must be added to the shipping price.
If express means, 3$ must be added with shipping cost.
Is this possible.Please let me know asap. Thanks in advance.
In Pro version, can i add shipping class based handling fee( normally 3% for fastest shipping, 1.5% for Normal speed shipping.)
Thanks for Your assurance, I will go for the pro version to solve this issue.
If i go for the Pro version, with this hosting Can I have the plugin full functionality?
Hi mickeywf, Thanks for your Quick reply.
I have already increased the Post Max Vars variable in PHP to be over 9000, When the problem is started.
Resource Limits ;
;;;;;;;;;;;;;;;;;;;max_execution_time = 30
max_input_time = 60
memory_limit = 256M
max_input_vars = 2000But, still i have the problem.
Is there any limits to add number of row, I got the same error message in Another site while checking.It works fine at first, if it get more row means, i got this same error.
Action Failed.Please refresh the page and retry.