bgcs3
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Product ColumnSorry , i don’t see the format. It Works! Your support is superb!!
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Product ColumnAnd what can i do if the three product has the same name? 🙂
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Product ColumnHello!
Thank you for your fast reply. I copy the modified code to Custom PHP code to modify output, but nothing has changed.
I have sku and quantity fields.
The problem is if an order contains only 1 item, this item quantity write to the first product column (for example D2 cell). I want to reach that for example at D2 cell contains only product 1 quantities, E2 contains only product 2 quantities, and F2 contains only product 3 quantities.
Best regards!
Forum: Themes and Templates
In reply to: Shortcode problemSorry I wrote the wrong plugin. I use this one: http://ww.wp.xz.cn/extend/plugins/wp-postviews/faq/
And I changed the code to:<?php if (in_category(’59’)) { ?>
<?php if (function_exists(‘get_most_viewed’)): ?>
-
<?php get_most_viewed(); ?>
<?php endif; ?>
<?php }else { ?>
<?php } ?>And everything is OK:)
Forum: Themes and Templates
In reply to: Shortcode problemThank you but it does not work:(
Any ideas?