Home / Forums / WoodMart support forum / Brands Description not appearing
Home › Forums › WoodMart support forum › Brands Description not appearing
Brands Description not appearing
- This topic has 9 replies, 3 voices, and was last updated 6 years, 4 months ago by
Elise Noromit.
-
AuthorPosts
-
July 25, 2018 at 11:46 pm #69267
newK9ParticipantHi I’ve set up my brands and have added in a description. Nothing appears. So I’ve added in a html block like the examples you have added and again nothing appears. Please could you help me in enabling Brands to show description above the products? Thank you.
July 26, 2018 at 6:14 am #69278
Artem TemosKeymasterHi,
Brands are simple widget with filters so they don’t have archive pages with descriptions.
Regards
July 26, 2018 at 10:55 am #69374
newK9ParticipantOk, right. Is there a way of having brand, brand logos, and a dedicated brand page with description and products. As this set just doesn’t make sense as you would need some sort of description for the brand. Near enough all websites would have this. I’m confused as to why their is description box if this cannot be done.
Currently the brands section looks good but certainly needs an description for customers to read about the brand. Is there another way, surely there has to be?
Thank youJuly 26, 2018 at 12:02 pm #69388
Elise NoromitMemberHello,
Enable archives in Brand Attribute http://prntscr.com/kb9psz and you will get the option to view the page http://prntscr.com/kb9s2o
Best Regards
July 26, 2018 at 1:58 pm #69408
newK9ParticipantHi, thank you for the fast reply.
I followed the steps in your message and it has partially worked.
Problems I’m having Is hen you click on the logo of the brand it takes you to this link > /shop/?filter_brand=heliocare instead of the > /brand/heliocare/.
How can i make sure the logo images link to the 2nd version link.
July 26, 2018 at 2:03 pm #69411
Artem TemosKeymasterHello,
You can add the following code to the functions.php file in the child theme to change brands link structure there
add_filter( 'woodmart_brands_link', function( $link, $brand ){ return get_term_link( $brand->term_id, $brand->taxonomy ); }, 10, 2 );Kind Regards
July 29, 2018 at 12:05 am #69795
newK9ParticipantThank you worked perfectly for me. Just one more thing I can’t seem to solve.
In brands I have “Brand X” for example but I would like to have a child attribute to “Brand X”, like “Brand X Skin” & “Brand X Face”. Enabling the products to be parented in “Brand X” but also in a subcategory form.
How would I go about this as I cannot parent brands for some reason. Thank you for your help you have been amazing.
July 29, 2018 at 7:43 am #69806
Elise NoromitMemberHello,
Unfortunately, the default Woocommerce does not provide such options. A brand is an attribute. Attributes do not have sub-categories.
Best Regards
June 19, 2019 at 10:44 am #129217
newK9ParticipantThank you for your help.
June 19, 2019 at 1:02 pm #129253
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: brands
The topic ‘Brands Description not appearing’ is closed to new replies.
- You must be logged in to create new topics. Login / Register