userwithnoname
Forum Replies Created
-
@zorem Thanks for your offered help, I really appreciate it. The problem is probably incompatibility with the other plugins WP HTML Mail and WP HTML Mail – WooCommerce.
Sorry for the inconvenience your’re facing now, I’m sure you had only best intentions.@jdembowski Understood. Would not have given my login data anyway. Thanks though for your supervision. Hope that won’t lead to too much of trouble for zorem since they’ve always provided excellent support.
Yes, I know.
But as I said, the only problem is in the completed order mail. It doesn’t look anything like the preview. In the mail there isn’t even a table. It is just unformated plain text without any structure. It’s just text exactly like this: “Tracking information Shipping provider Tracking number Date UPS 123456789 09. April 2019 Track”
Copy that quote and paste it into the completed order mail and then this is what I see.But maybe the problem lies elsewhere.
Hi!
I’ve seen this and I think it’s great.
But what the preview shows isn’t what is displayed in the actual mail. In the mail there is no table at all anymore, there’s nothing but plain text that says โTracking information Shipping provider Tracking number Date UPS 123456789 09. April 2019 Trackโ.
Not even the text is formated, neither can I click on “Track”. It’s just plain text without anything else, no rows and columns, no borders, no nothing.Your plugin may interfere with the plugin “WP HTML Mail – WooCommerce”. I’ll check it with their developers, too. But maybe you also have an idea, what’s going on there.
Best regards.
- This reply was modified 7 years, 2 months ago by userwithnoname.
Hi and thanks for your fast reply!
I’ve set all the options just like you. The reason it didn’t work as expected was another plugin interfering with these settings. But apparently it would have been legally wrong to not include taxes anyways. So I’ll leave it as it is now.
Thanks again for your help and best regards!
Hi,
yes, I do.
If you consider implementing this code into your plugin, please contact and inform the MarketPress developers by Email ([email protected]) beforehand.
Thanks!With permission from MarketPress (developer of German Market) for sharing:
All Credits to MarketPressif ( class_exists( 'zorem_woocommerce_advanced_shipment_tracking' ) ) { add_action( 'wp_wc_invoice_pdf_start_template', function() { $tracking_actions = $GLOBALS[ 'WC_advanced_Shipment_Tracking' ]; remove_action( 'woocommerce_email_before_order_table', array( $tracking_actions, 'email_display' ), 0, 4 ); }); add_action( 'wp_wc_invoice_pdf_end_template', function() { $tracking_actions = $GLOBALS[ 'WC_advanced_Shipment_Tracking' ]; add_action( 'woocommerce_email_before_order_table', array( $tracking_actions, 'email_display' ), 0, 4 ); }); }- This reply was modified 7 years, 2 months ago by userwithnoname.
Okay! Nevertheless many thanks for your help!
Hi!
Thanks for you help! But unfortunately it doesn’t work…Ok!
The topic had been deleted the last time I checked it.
Any ideas already? I’ll wait for your reply in the other thread ๐
Thanks!Hi,
thanks for your fast reply.
I use a plugin called “German Market” for PDF invoices.
One of German Market developers wrote a little snippet removing the tracking information in invoices created by the WooCommerce plugin Shipment Tracking.
https://gitlab.com/snippets/1824556
But obviously that won’t work for Advanced Shipment Tracking.Design options will be great, thanks!
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Missing strings for translationHi zorem,
I just synced the translation file and subsequently the previously missing strings have appeared. So the plugin seems to work flawlessly now, thanks! 5 stars from me, too.Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Missing strings for translationHi there,
I downloaded the most recent plugin version. But except for the “Track” link the strings enumerated by bilievesser still aren’t accessible for translation.
The plugin adds a table to the “Completed order”-mail with the following strings:
“Tracking Information” (this string is missing completely)
“Provider” (WITHOUT colon)
“Tracking Number” (WITHOUT colon)
“Date” (not “Date shipped:”)Only the string “Track” works correct and is able to be translated. Would you be so kind and add translation support for the strings above. Many thanks! Besides that it’s the best tracking plugin I know ๐