Home Forums WoodMart support forum fatal errors

fatal errors

Viewing 3 posts - 1 through 3 (of 3 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
    Xtemos team

    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

    #617236

    wildguitars
    Participant

    Hi Artem, thanks for promptly replying to my web developer who wrote the original message. I have forwarded your response to him.

    Best regards,
    Tom

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