fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Variation Swatches Settings

Simon Lever

Hello,

We’ve just bought & tested your plugin and here are two things we would like to bring your attention to:

  1. Display position: We use Divi theme and since it does not have an “Add to cart” button in the shop module we have to add it manually (via functions.php). But it looks like there is a theme compatibility issue because we always have the variation pictures (for different colours) shown After add to cart button, never Before (despite the settings). Please advise.
  2. It would be a great thing to add to the plugin: a checkbox for forcing a variant to be predefined for the products where it was not made manually (for shop/archive pages only or for product pages as well, optional). This way all products would have a variant (e.g. colour) chosen at any time. Could you add the feature to the plugin, please?

Hakik Zaman

Hi Simon,

Thanks for reaching out to us.

Issue 1:

Can you please give us temporary admin access to your site? We’ll try to investigate the issue for you.

You can add new users by going to Users > Add New set the user and password for us, set the role to admin and set the info here.

And add your site URL, login username, and password in the site login area. Follow this guideline: https://www.useloom.com/share/27c1f2ac633c4060b2da883d946107d7

Issue 2:

Please send this feature request here- https://storepress.fider.io/

Then our Research team will look into this.

Hope to hear from you soon!

Simon Lever

Thank you for your reply.

Issue 1:

This is solved now. I would need to use this code:

add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 20 );

instead of this one:

add_action('woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 10);

Hope this info could help others having the same issue or you can do your plugin more universal.

Issue 2:

Done: https://storepress.fider.io/posts/139/predefined-variation-for-the-products-in-archive-page

The ticket can now be marked as closed, thank you.