attribute label not showing
-
Hi,
I noticed that the attribute slug is showing on the product page but the attribute_label is not. I have tried to manually changing the variable in variable.php but that did not work.
Here is the code:
<?php echo wc_attribute_label( $attribute_name ); ?>
Should this not be
<?php echo wc_attribute_label( $attribute_label ); ?>
However that is not working. I did remove this file from my template so variable.php is running directly from Woocommerce files.
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘attribute label not showing’ is closed to new replies.