dscit
Forum Replies Created
-
Found the issues myself.
The workshop category was filtered out in the functions.php ( add_action( ‘woocommerce_product_query’, ‘custom_pre_get_posts_query’ );), so my misstake.
To show the products of a category in the correct template I needed to change the conditions within the archive template and set it to ‘Include productcategories’. At first I set them from the ProductX Dashboard, but that apparently differs from the condition within the template.
Thanks for your help.
Hello @mehedi,
All settings are as you described, however it is still not working. (see the 3 categories at the bottom of the https://ine.dsc-it.nl/taarten/ page.

The categories ‘Diversen’ and ‘Taarten’ show the correct products when I click on it. The ‘Workshop’ categorie shows it has 4 products but if I click on it, no items are shown(No products found that match your search criteria.)

Also when clicking on a category, the products are shown via the normal template, not from a designed one in ProductX.
Please advise.
- This reply was modified 2 years, 6 months ago by dscit.
Yes, that worked. Thanks
Anyone who also experienced this?
@gappiah Do you have an idea?
A new screenshot of the WP editor screen is now on https://snipboard.io/5A1Ulk.jpg
Forum: Plugins
In reply to: [WooCommerce] Continue button to shipping address doesn't workHi Mike,
Thanks for your quick response. You are right! Just found an error in a log file saying that the function ‘get_available_shipping_methods()’ is missing in the theme. So as you said I need to get back to the theme-author in this case.