hello,
we are using functions in content-single-product.php that used to work until last update… :
$product_images_class = woodmart_product_images_class();
$product_summary_class = woodmart_product_summary_class();
$single_product_class = woodmart_single_product_class();
$content_class = woodmart_get_content_class();
$product_design = woodmart_product_design();
$breadcrumbs_position = woodmart_get_opt( ‘single_breadcrumbs_position’ );
$image_width = woodmart_get_opt( ‘single_product_style’ );
$full_height_sidebar = woodmart_get_opt( ‘full_height_sidebar’ );
$page_layout = woodmart_get_opt( ‘single_product_layout’ );
$tabs_location = woodmart_get_opt( ‘product_tabs_location’ );
$reviews_location = woodmart_get_opt( ‘reviews_location’ );
can you assist with mapping calling correct functions as we want to update our theme to laest version but we get fatal errors due to undefined functions…
thank you VM!