Addig element to woocommerce product page
-
Hello everyone.
I’m trying to add the brand of product in page next price, so I’m using Woocommerce Brands plugin: https://docs.woothemes.com/document/wc-brands/
So, I’m trying to add the brand in my child theme in ../woocommerce/single-product/price.php file next to price. with this code:
<div id="product-brand-logo"> <php echo do_shortcode('[product_brand width="64" height="64" class="alignright"]'); ?> </a> </div>
Unfortunately the php code is not executing and i don’t know why, because this is the given code on WC Brands plugin documentation.
I’m waiting for your responses. Thank you in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Addig element to woocommerce product page’ is closed to new replies.