Home Forums WoodMart support forum Change product title on product page

Change product title on product page

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

    macuser76
    Participant

    Hello!
    There is page: https://art-board.ru/shop/doska-magnitno-markernaya-nastennaya-derevyannye-serdechki/ +EPO plugin. I need to replace product title (woocommerce_template_single_title?) with content of EPO field (class=”tm-description”).

    I tried this code: remove_action(‘woocommerce_shop_loop_item_title’,’woocommerce_template_loop_product_title’,10);
    add_action(‘woocommerce_shop_loop_item_title’,’fun’,10);
    function fun()
    { echo ‘Your Title for the product’;
    }

    But i don’t understand how it works, please help!

    #108508

    Hello,

    Please contact the plugin support as this issue is not related to our theme. We do not know how this plugin works and thus cannot check and tell you if this code is correct

    Best Regards

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