barbuse95
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Open source knowledge base theme/pluginAlright, thanks for your help! I will look further into it!
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Display issueWell they said your first solution wouldn’t change anything. Now, I don’t know if it comes from your update or their, but the problem has been solved with the today’s ones ??
Thanks for your help!
I’ve contacted N-Media about this issue and here’s the answer of the author:Hi,
I see, well i have added a hook/filter to change args, hooks name is
$args = apply_filters( 'ppom_woocommerce_display_item_meta_args', $args, $item );
We will push this change in repo soon. Please ask them it’s enough to fix issue with PDF Invoice?Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Display issueThanks for your quick reply !
I’ll them and I’ll get back to you asap!
In the mean time, where can add the code you mentionned so I can alreadry try to correct the problem ?Thanks for your help.
Thanks for your reply !
Yes, I’m using “WooCommerce Personalized Product Option Manager” but it worked just fine up until the last update I made (either of wordpress, woocommmerce, the product addon or yours). Is there any possibilites to correct that, for exemple not “echo the meta in your addon but do in the other one ?Hi,
I have the same problem. I have the latest version and I reinstalled the fonts but still the product meta are displaying above the product table instead of behind under the product.After running some tests, it seems that it’s that part of the code somehow desplaying the meta:
<?php $items = $this->get_order_items(); if( sizeof( $items ) > 0 ) : foreach( $items as $item_id => $item ) : ?>
Thanks in advance
- This reply was modified 6 years, 10 months ago by barbuse95.