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

Ultimate Addons for Elementor

Dan Mortense

Swatches doesn’t work with shop archive made with Ultimate Addons for Elementor.

 

Hakik Zaman

Hi Dan,

Thanks for reaching out to us. We are sorry for your inconvenience.

Please place the below code at your child theme’s functions.php or, install the Code Snippets plugin and add the below code as a snippet-
function wvs_ulimate_addons_support(){
  add_action( 'uael_woo_products_after_summary_wrap', 'wvs_pro_archive_variation_template', 31 );
}
add_action('wp', 'wvs_ulimate_addons_support');

Then let me know whether your reported issue has been fixed or not.

Thank You

Dan Mortense

Hi Hakik,

 

This was exactly what I needed. Thank you!