Home › Forums › WoodMart support forum › Include attributes in woocommerce grid
Include attributes in woocommerce grid
- This topic has 19 replies, 4 voices, and was last updated 4 years, 7 months ago by Elise Noromit.
-
AuthorPosts
-
March 28, 2019 at 8:26 pm #115601
EfrenjrParticipantIs there a way to include product attributes (example: weight) below the name in the woocommerce grid?
Not sure how to modify the layout here.
March 28, 2019 at 9:46 pm #115630
Elise NoromitMemberHello,
Please navigate to Dashboard -> Products -> Attributes -> Weight -> Configure iterms, enable swatch as shown http://prntscr.com/jskm29
Navigate to Theme Settings > Shop > Attribute swatches > choose pa_weight (your color attribute)
Best Regards
March 28, 2019 at 10:53 pm #115636
EfrenjrParticipantMarch 29, 2019 at 7:28 am #115683
Elise NoromitMemberHello,
It will require complicated customization not covered by our support. Perhaps you can try to find a developer who can do it for you.
Best Regards
March 29, 2019 at 11:27 am #115738
EfrenjrParticipantOk, Thanks.
One more thing. is it possible that it only appears during mouseover? that way the grid is clean. and during mouseover you get, ecxerpt, icons and all extra info including attributes?
Regards,
March 29, 2019 at 3:29 pm #115778
Elise NoromitMemberHello,
Navigate to the Theme Settings > Shop > Product styles > and try Full info on hover
Best Regards
March 29, 2019 at 11:05 pm #115839
EfrenjrParticipantI dont think that worked
March 30, 2019 at 10:13 am #115878
Elise NoromitMemberHello,
If you are using Product Grid choose this design in the element https://xtemos.com/docs/woodmart/faq-guides/product-grid-carousel-element/
Best Regards
March 30, 2019 at 12:48 pm #115901
MokmoParticipantHello there, I happen to have many variable products in my shop, I would like to be able to see 2 attributes: pa_color (which is already set in theme settings) and another one for patterns (floral, tropical, frozen, spiderman…) and many more options in this attribute across the whole shop.
You are only enabling one attribute to be visible on shop page… We need to enable the 2nd one as well.
Please advise 🙂
Thank you.
March 30, 2019 at 3:07 pm #115924
Elise NoromitMemberHello,
Swatches attributes can be in one set only on the product grid. Alternatively, you can show attribute label on the image of the product grid or you can show a table of the attributes and set “Show summary” on hover and at least 3-5 attributes will be shown.
1. Navigate to Product > Attributes > Enter the attribute > Show attribute label on products to show the labels.
2. Navigate to the Theme Settings > Product page > hide/show elements > Show attributes table after short description + Theme Settings > Shop > Product Styles > Show summary on hover
You need to leave empty the short description to show the attributes on hover.
Best Regards
April 1, 2019 at 11:57 am #116167
MokmoParticipantHello again, allow to explain further with screenshots, please.
I already have color swatches already visible on shop page and reflecting variation images in single product page. However, that only happens to color variations. It doesn’t happen to any other variation like the letters in this case.
Or sizes or custom attribute (like pattern) which I created on in attributes and allowed images variations to overwrite swatches labels and so on…
Please advise as this makes some of the variable products not appearing as variable products in shop page like others.
Also, when you go in to choose a variation there’s isnt image preview in swatches.. only labels like in the screenshot.
Regards,
Attachments:
You must be logged in to view attached files.April 1, 2019 at 2:12 pm #116208
Elise NoromitMemberHello,
There is no option to show both color swatches and sizes. That is why I suggested the alternative
Best Regards
April 18, 2020 at 3:42 pm #188129
urostperisicParticipantHello! Love your theme!
Is there an option to change the display of the attribute from LARGE CAPS to small letters?
In example – i need to display the price of the material in square meters.When i add the swatch, the attribute is in all caps – 1600DIN/M²
What i really need is – 1600din/m²Is that possible?
And if possible, is there an option to change the color behind it? It is currently white…
Thank you in ADVANCE!
Attachments:
You must be logged in to view attached files.April 18, 2020 at 6:10 pm #188151
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-label { text-transform: none; }
Best Regards
April 18, 2020 at 6:57 pm #188159
urostperisicParticipantThank you very much!
Can you, please, advice me how to change the color of the product label?
April 19, 2020 at 12:13 pm #188232
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*sales*/ body .labels-rectangular .onsale { color:#ffffff; background-color:#000000; } /*hot*/ body .labels-rectangular .featured { color:#ffffff; background-color:#000000; } /*new*/ body .labels-rectangular .new{ color:#ffffff; background-color:#000000; }
Set the values as per your needs, if you use round labels, replace
.labels-rectangular
for.labels-round
Best Regards
April 20, 2020 at 6:47 pm #188630
urostperisicParticipantHey, thank you very much for your support, but i am having hard time implementing the code above. (tried everything)
Can you, please, provide me with exact code for my scenario, so i can make the necessary change?
Most of the products are with white background. Labels are rounded and white (white background/black text). I really need to change those labels, to be more suitable.
I’ve enabled
Grid swatch attribute to display
on each product.
Attachments:
You must be logged in to view attached files.April 21, 2020 at 8:28 am #188721
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.label-attribute-pa_m2 { background-color: red!important; color: white!important; }
Best Regards
April 21, 2020 at 6:40 pm #188932
urostperisicParticipantTHANK YOU!
April 21, 2020 at 10:34 pm #188997
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: attribute swatches
- You must be logged in to create new topics. Login / Register