nuphero
Forum Replies Created
-
I got the problem when using the old version, then update Chained Product to newest version and the problem still persist. I’ll ask them about this issue. Thanks.
Forgot to mention, I’m using Woo 3.1.2 right now
Sorry, but the same code to hide chained product I’ve used above seems doesn’t work anymore (maybe since I updated lasted version of your plugin)
Another problem is code to display custom fields seems doesn’t work neither. Here is screenshot of my code (https://take.ms/3rURG), and here is the result (https://take.ms/zb2Pb).
I’m using both lastest version of WP and Woo. Please help. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Hide/Remove Order number in emailHi, thanks for your reply. But I found out that there was no easy way to do it using hooks, so I built new email template entirely.
Hi, I’m using the same plugin and some item meta dont display right if order contains more than 1 product.
For 1 product/order, it looks like this https://imgur.com/a/aDxmz,
but for 2 products/order, some item meta is missing: https://imgur.com/a/oF7XU
It’s quite confusing to see the different results. Could you explain the issue for me, or I need to insert the meta manually. Thanks.
wow, thanks for your fast respond, solve my problem right away. I just need to add !important to hide chained product meta data
add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles' ); function wpo_wcpdf_custom_styles () { ?> .chained-product { display: none !important; } <?php }
I’ll take a look at your premium templates and buy it. Thanks a lot.
Hi, I got exact same problem. I want to hide/remove all table row have chained_item class from my order admin page or just in invoice file only (see my screenshot below).
Could you help me to achieve this using hooks? Thanks you very much.
Forum: Plugins
In reply to: [BadgeOS] Multiple Shortcodes on a pageHi Micheal,
I’m wondering if there’s a way to accomplish this right now.
I looked up at badgeos_achievements_list.php file and changed return in line 117 to $badges instead of ”
if ( isset( $GLOBALS['badgeos_achievements_list'] ) ) return $badges;
and then made new div ID for badgeos_achievements_list in CSS file but it still not work.
Was I missing something? Please help me
Forum: Plugins
In reply to: [Book Review] Customize archivesI did.
Thanks.
Forum: Plugins
In reply to: [Book Review] Customize archivesSorry for late reply
I think the archives right now is quite not great for me. For example, I want to create a book list called “10 best books about startups”, so I think if I can just display 10 book review posts has a “startup” tag on them will be great.
I checked out your Roadmap on Trello, but I did not any request like my idea. So could you consider this?
Thanks in advance
Forum: Plugins
In reply to: Which plugin can do this with RSS feedDoes anybody know how to do this ?