Woocommerce + Vantage
-
I want to clarify about the compatibility of the Vantage theme and the Woocommerce plugin. If you install the StoreFront theme, several product photos are displayed on the category page. I didn’t find this setting in the Vantage theme. I had to do it myself through functions.php:
function woocommerce_feature_gallery() { global $product; $attachment_ids = $product->get_gallery_attachment_ids(); if (!empty($attachment_ids)) { echo '<img class="dop-image" src="'.wp_get_attachment_image_src( $attachment_ids[0], 'shop_catalog' )[0].'">'; } }But I didn’t do it correctly and got some problems.
Based on this, I want to ask You a question: Is there such a setting (Multiple images with the ability to flip) in the Vantage theme? If not, do you plan to do it in the update?
Thank you for the beautiful theme!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Woocommerce + Vantage’ is closed to new replies.
