Hello there, I am trying to edit Blog Posts Widget by myself even though that I am not a programmer.
I have one question, is it possible to display somehow price of the woocommerce product? I have chosed as a post type "product" and I would like to display within this widget the price of the product.
I have tryed to edit php file in folder "tpl" which I assume is a right place, but unfortunately when I want to add code from woocommerce file "loop/price.php", it doesn't work...
Here's example of code that I am using to try to display the price
global $product; //tryed with or eithout this line, nothing changes
...
<?php if ( $price_html = $product->get_price_html() ) : ?>
<span class="price"><?php echo $price_html; ?></span>
<?php endif; ?>
https://wordpress.org/plugins/addon-so-widgets-bundle/
WordPress ...
ما را در سایت WordPress دنبال میکنید
برچسب:
نویسنده: استخدام کار
بازدید: 314
تاريخ: دوشنبه
4 مرداد
1395 ساعت: 14:27