fbpx
Want To Add Extra Images Per Product Variation? Download This Free Plugin

Display position Add cart

Good morning,

we are experiencing a problem with the Variations Swatches plugin. Currently, the “Add to Cart” button appears only within the product page, while we would like it to be visible immediately after the variations also in the product archive page.

We have noticed that in the settings it is indicated to open a ticket for this type of change, so we are contacting you to find out if it is possible to implement it.

Thank you for your attention and I await your feedback.

Best regards,

Hakik Zaman

Hi nicolas,

Thanks for reaching out to us.

You have the add-to-cart button from your theme.

They have changed the default hooks of WooCommerce for different design purposes.

Please ask your theme support, if they have a product layout option to display the add-to-cart button (at the below of the product card).

If they have an option, please use that. Otherwise, ask for a snippet to display the add-to-cart button at the bottom of the product card.

Our plugin doesn’t add the add-to-cart button. Once they help you to reposition the add-to-cart button and you are facing an issue with Swatches position, we can help you with that.

Hope to hear from you soon.

Thank You

Hi, replying to the message you sent us.

We have added the Add-to-cart via snippet as suggested.

We would need your intervention to move it under the variations.

Thanks

Hakik Zaman

Hi nicolas,

I have added a snippet to reposition the swatches here- https://paste.pics/30e2304b72de1cb2a8b888ba8c0acb9c

Here is the snippet:

add_action('woo_variation_swatches_pro_archive_page_loaded', function($wvs_pro){
remove_action('woocommerce_init', array( $wvs_pro, 'enable_swatches' ), 1);
add_action('woocommerce_after_shop_loop_item_title', array( $wvs_pro, 'after_shop_loop_item' ), 10);
}, 10, 1);

Now it will display like this- https://paste.pics/e6a73a143d67f1ba12186224f576ccf9

Please flush your cache before checking.

Hope to hear from you soon.

Thank You