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

Archive Display position Before Add to Cart in Salient Theme

Hello,

I am in need of Archive Display position Before Add to Cart in “Salient” WordPress Theme.

Screenshots attachedScreen Shot 2025-02-21 at 1.23.52 PM.pngScreen Shot 2025-02-21 at 1.23.59 PM.png

Hakik Zaman

Hi Rob,

Thanks for reaching out to us.

I have added a snippet using a plugin called Code Snippets.

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' ), 9);
}, 10, 1);

Now it displays like this screenshot from my end.

Please check and let me know. Hope to hear from you soon.

Thank You