[Plugin: Woocommerce Compare Products] Single post attributes
-
Hi there
I’m also trying to output a product’s custom attributes in the description area e.g. just after the excerpt. I worked out how to do it with:
$attributes = $product->get_attributes(); $schart = $attributes['kpfitting']['value'];
in single-product.php
But it errors if put in short-description.php, think its because the product object isn’t set at that point or something. I started to try and figure out the template system etc but got very confused very quickly as its pretty complex.
any help appreciated.
https://www.ads-software.com/extend/plugins/woocommerce-compare-products/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Woocommerce Compare Products] Single post attributes’ is closed to new replies.