Home › Forums › WoodMart support forum › Product brand not showing
Product brand not showing
- This topic has 8 replies, 4 voices, and was last updated 1 day, 5 hours ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 24, 2025 at 1:00 pm #632432
[email protected]ParticipantDear Support
I’m encountering an issue with the brand link on my website. Specifically, the following link:
https://<myweb>/brand/dell-emc/
Previously, it worked without any issues up until a few weeks ago. However, it no longer functions as expected.
Could you please assist me in resolving this problem?
Thank you in advance for your support.
January 25, 2025 at 9:17 am #632645
Aizaz Imtiaz AwanKeymasterHello,
Define the code in the functions.php file in your child theme:
add_action( 'init', function() { update_option( 'wc_feature_woocommerce_brands_enabled', 'no' ); } );
Clear the cache and check how it works.
Best Regards
January 25, 2025 at 12:31 pm #632688
[email protected]ParticipantNot working
January 25, 2025 at 2:56 pm #632716
Aizaz Imtiaz AwanKeymasterHello,
Navigate to permalinks in the WordPress dashboard -> Settings -> Permalinks and resave it.
If the issue remains, share the wp logins details so i will check and give you a possible solution.
Best Regards
January 25, 2025 at 5:04 pm #632755
[email protected]ParticipantStill not working please help
January 26, 2025 at 12:13 am #632772
themassapothecaryParticipantBefore posting i was checking if anyone else had sane issue.
After updating to WooCommerce 9.6.0 brand archives show 404 now. I tried reading permalinks still not working. Rolling back to WooCommerce prior version works. But what is causing the problem?
January 27, 2025 at 12:49 pm #632997
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been resolved. Check back on your site and check the issue.
The issue is caused by the new WooCommerce update, which introduces its own brand feature. This conflicts with the theme’s brand functionality, resulting in a 404 error on brand archive pages.
To resolve this, you can use the above PHP code in this topic to disable the WooCommerce brand feature.
Best Regards
- This reply was modified 2 days, 8 hours ago by Aizaz Imtiaz Awan.
- This reply was modified 2 days, 8 hours ago by Aizaz Imtiaz Awan.
January 28, 2025 at 3:05 am #633301
sebastianviteriParticipantHi, i tried the fix:
add_action( ‘init’, function() {
update_option( ‘wc_feature_woocommerce_brands_enabled’, ‘no’ );
} );it works now brands are not 404, but how ever, the links usted to be like /productos/?filter_marca=mettler-toledo, now they are /marca/mettler-toledo/, i liked the filter way better as the user can combine filters to search, how can i change it back that way?
January 28, 2025 at 3:27 pm #633497
Aizaz Imtiaz AwanKeymasterHello @sebastianviteri,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register