Hi!
I’ve never done something with WooCommerce before, so sorry for this – maybe – stupid question:
How do i modify the product-archive display of the products? By default there is no “Add-To-Chart” Button below the product thumbnail, and the review-stars appear only on hover the thumbnail.
I’d like to have the review-start always below the Thumb, even when there no reatings yet. And also the “Add-To-Chart” Button ( maybe on hovering the Thumbnail ) – where do i have to change these ?
Hi suppenhuhn!
Can you send us a link and take a screenshot highlighting exactly how your trying to customize the product display? You can set your reply as private if you wish.
Regards,
Elliott
Hey!
Use this for the rating stars:
.thumbnail_container .rating_container {
opacity: 1;
}
For the hover effect and additional buttons you would need to request a more advanced customization, for example here: http://kriesi.at/contact/customization
Cheers!
Andy
Hi!
I just saw the thing i’d like to change on your default “Enfold Demo” Shop. Here are the Buttons “Add-To-Chart” And “Show details” visible. That’s what i need! :-)
The Hover effect isn’t that important – most important is that these two buttons are visible on the Shop overview. When the css code above to make rating stars visible works here as well, it would be perfect!
The only thing ist how to get this “layout” of the preview-carts into the “Shop Demo” ?
Hi!
Navigate to Dashboard > Enfold > Shop Options and set the “Product layout on overview pages” back to “Default”.
Cheers!
Elliott