Is there a straightforward way of getting the Related Products "You may also like" to be DIRECTLY BELOW the main images instead of at the BELOW and at the END of the right column...pretty weird layout if you ask me.
Announcement
Collapse
No announcement yet.
Related Products Under Images
Collapse
X
-
Related Products Under Images
Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.comTags: None
- 1 like
-
Hi Bruce,
You can move the related products row element into the product-information--images DIV below the thumbnails.Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
-
Thanks that works (and is perfectly obvious once the coffee kicks in).
For prosperity, the exact location is
In the Product Details template
Code:<!-- moved related images --> <mvt:if expr="l.settings:related_product_count NE 0"> <mvt:item name="related_products" /> </mvt:if> <!-- // moved related images --> </div> <!-- end product-information--images -->
Code:<div class="column whole medium-half">
the closing </div> tag at the end of the Related Product template.
Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
- 1 like
Comment
-
the site is still under development, so not yet. There is an issue with the related products being under the image and before the description. For right now, we're just hiding it on mobile as our analysis show very few people use Related types of links (probably because they are at the very end of the product screen anyway).Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
Comment