Home Forums WoodMart support forum fatal errors

fatal errors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #615589

    wildguitars
    Participant

    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!

    #615693

    Artem Temos
    Keymaster

    Hello,

    To actualize that file you can copy it to the child theme from the latest version of the theme. After this, you can apply your customizations from scratch.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)