Support » Plugin: WooCommerce » [Plugin: WooCommerce – excelling eCommerce] Possible to change the displayed"SKU

Viewing 4 replies - 1 through 4 (of 4 total)
  • You changed the following line:

    ‘sku’ => __( ‘SKU:’, ‘woocommerce’ ) . ‘ ‘ . $variation->get_sku(),

    to

    ‘sku’ => __( ‘Part #:’, ‘woocommerce’ ) . ‘ ‘ . $variation->get_sku(),

    Then make sure you dump your browser cache, your wordpress cache if you are running one, and any other caches (such as Cloudflare).

    Thread Starter mbraasch

    (@mbraasch)

    That’s what I thought would do it, but it does not change it. It’s the only file I could find with “SKU:” but there must be something else.

    I dont know how to clear the wordpress cache. Does woocommerce using caching? That could be a problem I suppose. I have cleared the browser cache. Thanks

    Clear transients?

    Thread Starter mbraasch

    (@mbraasch)

    I have no idea what “clear transients” are.
    I could only find one file previously in the woocommerce plugin editor. I just realized that each file you click on the right, when opened, also displays other files which werent on the original files list.
    I found the file which needed to be modified (meta.php)as you said in the directory:

    woocommerce/templates/single-product/meta.php

    Thanks! This file also allowed me to remove the category listing that kept showing up after the SKU field

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WooCommerce – excelling eCommerce] Possible to change the displayed"SKU’ is closed to new replies.