PXCommerce
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] Hide Google reCAPTCHA badgeExcellent – I’m glad you found it useful!
Thanks very much for making the adjustment.
Kind regards,
GeorgeI have now switched to the Built-in WooCommerce Import – works really well and runs quicker than I ever managed to get this plugin to run.
It’s a shame as I was really happy with this plugin originally.
I have now requested my money back from my licence renewal.
Forum: Plugins
In reply to: [WooCommerce] Problem Importing Multiple Attributes from CSVWhen setting multiple values for one attribute, the values need to be separated by commas for the built-in CSV importer.
Try replacing the USA|United Kingdom|Singapore with “USA, United Kingdom, Singapore” in your CSV.
- This reply was modified 8 years, 9 months ago by PXCommerce.
Hi,
I have also got an issue that I would like assistance with. I have placed a ticket on the support desk on the developers website, but still haven’t heard anything.
I hope it is still being developed – it’s been a brilliant plugin in to use up until now!
Thanks,
GeorgeI found the cause of my issue – although not 100% sure why it was interfering.
I had this snippet in a custom theme functions.php:
// STORE : Hide Sub-category Products on Category Page add_filter('pre_get_posts', 'exclude_product_cat_children'); function exclude_product_cat_children($wp_query) { if ( isset ( $wp_query->query_vars['product_cat'] ) && $wp_query->is_main_query()) { $wp_query->set('tax_query', array( array ( 'taxonomy' => 'product_cat', 'field' => 'slug', 'terms' => $wp_query->query_vars['product_cat'], 'include_children' => false ) ) ); } }It prevented child products from displaying in their parent categories.
Hi Mike,
Sorry to chase on this, but I have now done quite a bit of investigation and am still struggling to find the cause.Please could you advise on what I can check to try and figure this out.
Many Thanks,
GeorgeHi,
I’m having the same issue with my site and I can fool it by changing the query.Maybe I have too many taxonomies too? How can I check?
Thanks,
George