Plugin Support
AW a11n
(@slash1andy)
Automattic Happiness Engineer
Hey there!
Can you send any kind of context about your site setup, such as the vendor setup you have, your URL, any customizations you are running for your checkout page (since WooCommerce would show the SKU on the checkout page by default)?
Please let us know more about this, and then we can answer better.
I’ve resolve that.
Is there a way, when woo-commerce sends the email to a customer, after an order, for the SKU to show up aswell? On a normal and variation product to show also?
Hi again! Glad to hear that’s resolved.
You can add SKUs to order emails via custom code, for example this: https://gist.github.com/stuartduff/d35826c4266a2152eb6f05bd6e65119c
You can implement that code via a free plugin like this one: https://wordpress.org/plugins/code-snippets/
Please let us know if we can assist further!
Thank you for the reply!
I would also like to add the SKU to the user Order Page,
so when a customer buys something, when he goes check his orders, the SKU appears next to the item’s name.
The store has A LOT of items, so customers will guide themselves by the SKU number.
How could I achieve this?
Thank you!
Hi there!
I would also like to add the SKU to the user Order Page
You can check out this link:
https://www.sitepoint.com/community/t/woocommerce-add-sku-to-checkout-order-received-page/253108
for custom code on how to add the SKU to the Order page.