You can find it in the URL (permalink) http://prntscr.com/aggm7w
If you use WPML for a second language, here is the modified function
function dhvc_woocommerce_page_default_template_id_custom(){ if (ICL_LANGUAGE_CODE=="fr") : return '2684'; else: return '2855'; endif; } add_filter('dhvc_woocommerce_page_default_template_id','dhvc_woocommerce_page_default_template_id_custom');
Thank you, it work perfectly!