I am with the last version of all plugins and want to export my produts with the Extra Product Options created with “TM Extra Product Options Plugin” but i can’t find an option or the meta tags to do this. Can someone help me with this?
Best Regards,
]]>Can your plugin catch and resize files as they are uploaded via this plugin? I can’t run the resize in batch mode, as the uploaded files are appended to order notification emails.
]]>Really i need help from you, i tried every possible way but didn’t found any solutions.
Please get back to me if you need any additional info please
]]>I’m writing this ticket after some researchs on the support threads without any luck.
Here’s some info:
WooCommerce Version 3.1.1
WooCommerce PDF Invoices & Packing Slips Version 2.0.4
So, I have three issues:
1) Attributes of simple product doesn’t display on invoices
In this moment, I copied and paste this code on my function.php:
add_action( 'wpo_wcpdf_after_item_meta', 'wpo_wcpdf_tm_epo_data', 10, 3 );
function wpo_wcpdf_tm_epo_data ( $template_type, $item, $order ) {
if ( isset( $item['item']['tmcartepo_data'] ) ) {
$options = unserialize( $item['item']['tmcartepo_data'] );
$options_prices = array();
foreach ( $options as $option ) {
$option_info = array(
'name' => !empty($option['name']) ? $option['name'] : '',
'value' => !empty($option['value']) ? $option['value'] : '',
);
if ( isset( $option['price'] ) ) {
$option_info['value'] .= ( $option['price'] > 0 ) ? ' +' . wc_price( $option['price'] ) : ' ' . wc_price( $option['price'] );
}
$options_prices[] = $option_info;
}
echo '<dl>';
foreach ($options_prices as $option_price) {
printf('<dt>%s:</dt><dd><p>%s</p></dd>', $option_price['name'], $option_price['value'] );
}
echo '</dl>';
}
}
It allows me to visualize the attribute for variable product but not for simple product.
I also read this thread but I don’t understand which is the solution: https://www.ads-software.com/support/topic/displaying-product-attributes-no-longer-works/ .
For this kind of products, I need that materials always show up for any kind of products on every invoices otherwise invoices are unusable.
Could you help me?
2) I need that invoice number increase only for paid (or complete) orders (we don’t need invoice for uncompleted orders.
I read something about that (https://www.ads-software.com/support/topic/generate-invoice-only-when-order-is-paid/) and now, after updating the plugin and WC I checked only “completed orders” on Settings/invoice/attach to as you can see in the image below:
This doesn’t change nothing on actual orders, so I’m thinking that it will solve on the upcoming? Is it right?
3) I want to customize the design of the invoices
Nothing particular: just some colors and I want to add an addictional logo image on the page. I tried to use some img tag on the “Shop address” input box but it doesn’t work.
I thinking to buy this <u>once solved the previous issues</u>: https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-bundle/
Any pre-purchase recommendations?
Thanks a lot and sorry for the length of the post. Hope you could help me.
]]>When i use this plugin It does not show any of the options of each product. I sell customisable products so i need all of the picked options to display in the PDF invoice.
I have used other invoice plugins which work well but i would like to be able to use this one as i prefer the look.
I have orange highlights for these two options in the status:
opcache For better performances No. Recommended for better performances
GMagick or IMagick Better with transparent PNG images
I am also using TM Product Options from CodeCanyon.
Thanks in advance.
Alex
]]>Our situation is that we are using a plugin called WooCommerce TM Extra Product Options (https://codecanyon.net/item/woocommerce-extra-product-options/7908619) which allows us more flexibility with the product options.
So on some invoices there are products which have the incorrect price when there are multiple product options selected (they don’t have prices attached to each of them). They are correct in the Total amount at the bottom of the invoice (and in Woocommerce), but not in the product line itself.
I’m attaching a screenshot so you can see what it looks like:
Thanks for your help!
]]>I hope someone can help resolving this issue.
https://www.ads-software.com/plugins/woocommerce/
]]>I’ve been given a custom hook by a plugin but I don’t know what to do with it!
Custom hoom: tm_my_custom_totals_box
I think the problem lies with the fact that this is associated with a Woocommerce product and we are using Visual Composer Single Product Page Builder. Eek is there anyone else that can help please. I can provide more information if required.
Thanks
]]>