0

We have a problem with a new webshop we want to put online. We want to display the 2nd image on a hover on desktop for our store. It works on the default shop page (https://www.festivalapparel.nl/shop/) but not on our homepage (https://www.festivalapparel.nl/). It has been created with the building block from woocommerce: featured item. It looks like it does not load two images per item, so it can't switch it.

In summary: it works on the preset shop page but not on the homepage using their building block, we also want it to help there. Thanks!

1 Answers1

1

Replace your page builder block with this shortcode bellow:

[products limit="10" columns="5" best_selling="true"]

If you want to display best sellers manually you could use featured function with shortcode bellow. To set featured products there is a star icon in your woocommerce admin products list so you could just click on it and product will be featured.

[products limit="10" columns="5" visibility="featured" ]
Lubo Masura
  • 1,034
  • 6
  • 20