Thread Starter
leks29
(@leks29)
had enormous help and finally got it working thanks
What did you do finally that made it work? I have a similar problem. It would help me greatly if you could tell me how you solved it. Thanks!
Mr. Jolly noted the code:
$product->get_attributes();
Could you provide an example on how that could be used to echo an actual attribute? For instance say the WooCommerce Attribute was “Fabrics”. Would the format be…
echo $product->get_attributes(‘pa_fabrics’);
or
echo $product->get_attributes(‘fabrics’);
or something totally different? Haven’t been able to find the answer in the documentation.
how i am get the attribute value of each attribute name ?