Curious... all of the products I have have variations.
My simplest variations of a single product has 9 sub-variations...
Each sub-variation has it's own unique sku assigned to it.
I know the parent product page that holds all of the variations looks something like..
---/index.php/product/PARENT-SLUG-VALUE/
... if I know a specific SKU of a member parent, how do I show ONLY just that variation via URL to directly point to that product page?
OR .. is there a SKU lookup string that will take me straight to it? Like.... --/search.php/sku/SKU-VALUE/
Ultimately, I believe I'm looking for what WP would call the permalink of the specific variable product.
I'm wanting to know this so I can generate QR code images to be printed on the product label that will take them right back to the product page with a quick scan. If I can have a way to determine the exact product page URL, then when the customer runs out of the product, all they have to do is pull an empty container and scane the code to take them directly to the place where they can re-order the exact same thing.