New Landing How can we help? General Feedback & Suggestions Change of term "Products" to "Artworks"

Viewing 4 posts - 1 through 4 (of 4 total)
  • #315871
    BruceGrimes
    Member
    Post count: 59

    Dear Support team,

    I would like to make a change to the term “Product” that is listed whenever someone wants to filter an item in theour shop section (Screenshot attached)

    https://www.subculturecollective.net/artworks/

    Is it possible to change the word products to artworks?

    Best,

    Bruce

    Attachments:
    You must be logged in to view attached files.
    #315875
    David Martin – Support
    Moderator
    Post count: 20834

    Please install and activate the supplied child theme.

    Create a new folder structure in the child theme folder: /woocommerce/loop/.

    Copy the file result-count.php from the parent theme uplift/woocommerce/loop/ into the child theme folder structure above.

    Replace the term ‘products’ to your desired text in the child theme.

                if ( 1 == $total ) {
                    echo esc_html__( 'Showing the single product', 'uplift' );
                } elseif ( $total <= $per_page ) {
                    printf( esc_html__( 'Showing all %d products', 'uplift' ), $total );
                } else {
                    printf( esc_html__( 'Showing %1$d-%2$d of %3$d products', 'uplift' ), $first, $last, $total );
                }
    #315897
    BruceGrimes
    Member
    Post count: 59
    This reply has been marked as private.
    #315898
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Unfortunately we cannot take on customizations.

    Please follow the above steps. Let me know where you get stuck if you do.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register