I have created a parent category called “DIGITAL PRODUCTS”. I recently created a child category called “Add-ons” for this parent category.
Image: https://paste.pics/74d95dd4a0591e24f5610845c24edccc
On the product page, I checked both “DIGITAL PRODUCT” and “Add-ons” in the category section and selected “Add-ons” as my primary category.
Image: https://paste.pics/ca20fef65cdb4fece9a968f534760577
The problem is that the parent category and child category are showing vice verse in the front end and WooCommerce products page. It seems there is an alphabetic order between them.
I want to disable this alphabetic order and want them to be ordered like this: DIGITAL PRODUCTS, Add-ons
Image: https://paste.pics/0f2dd92fabbc1bafac3a595a95b2ef8d
Image: https://paste.pics/3231ac5788720e316c9587dae8aade9d
I appreciate it if you could help me solve this issue.
in my woocommerce-shop I sell also my seminars. For those products I want to show in my category overview (example can be viewed in the URL I indicated), for each prduct visible there, the date and time.
I don’t know where I can indicate, that it appears.
At the Moment I see the
but I want to also get my date-attribute-field for each product displayed here.
Any idea how I can manage this.
Thank you!
Best
Selim
I’m using WP User Frontend (free version) to create a product upload in frontend (without having to upload product in WooCommerce backend).
Based on this tutorial https://wedevs.com/docs/wp-user-frontend-pro/tutorials/upload-to-woocommerce-with-wpuf/, there should be a product categories within Taxonomies field. But my post editor does not provide that option.
I try to add a youtube video in the description of WooCommerce Category page, but the code is removed.
I try to fix it with differents codes, but nothing is working.
It triied this https://woocommerce.com/document/allow-html-in-term-category-tag-descriptions/
/**
* Allow HTML in term (category, tag) descriptions
*/
foreach ( array( 'pre_term_description' ) as $filter ) {
remove_filter( $filter, 'wp_filter_kses' );
if ( ! current_user_can( 'unfiltered_html' ) ) {
add_filter( $filter, 'wp_filter_post_kses' );
}
}
foreach ( array( 'term_description' ) as $filter ) {
remove_filter( $filter, 'wp_kses_data' );
}
Maybe this code is not for the woocommerce category page, but the category of wordpress.
Do you have any idea how to remove the specific filter that remove html tags in the woocommerce category page?
Any solutions ?
Thanks
]]>On home page of a website I am creating, I want to add a section where its shows parent category and when click on parent category, it shows all subcategories and when I click on sub category it show all products under that subcategory.
So here is flow Parent Category >> Sub Category >> Products
Is there any way to achieve?
Regards,
Amit
I use the brand catalog shortcode in a mega menu and everything works correctly if I am in standard pages, in single products or in the product list by tag but it disappears (completaly blank) when I list the products by category. What can it depend on?
Thanks
andrea
Is it possible (without additional plugins) to make this category clickable, taking the user to the specific category page?
Thanks,
Francesco
Is this an expected limitation or should I be able to see folders when selecting category images. I have a workflow workaround but with a large number of categories to add images to it would be very handy to be able to do this the same way it works for products.
]]>