Site logo

[Support request] CHANGE STRINGS

Home Forums Support [Support request] CHANGE STRINGS

Home Forums Support CHANGE STRINGS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2131693
    antonio

    hI THERE
    is there an option to change the strings?
    i need to swap may be interested in with related products just the text in the product page
    https://ibb.co/YD0fr3N

    #2131702
    David
    Staff
    Customer Support

    Hi there,

    you can use these PHP Snippets:

    add_filter('woocommerce_product_related_products_heading',function(){
       return 'Your related product text';
    
    });
    
    add_filter('woocommerce_product_upsells_products_heading',function(){
       return 'Your interested in text';
    
    });
    #2131737
    antonio

    SHOULD I PUT IN FUNCTIONS?

    #2131744
    David
    Staff
    Customer Support

    This document explains how to add PHP:

    https://docs.generatepress.com/article/adding-php/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.