Support » Plugin: Advanced Shipment Tracking for WooCommerce » Plain email template tracking-info.php is missing

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Zorem

    (@zorem)

    Hi, in this case, you can use the simple layout option in the tracking display customizer.
    Thanks

    Thread Starter Marian Kadanka

    (@mariankadanka)

    No, I can’t use “simple layout” in the case of MISSING TEXT in MULTIPART HTML/TEXT EMAIL. It doesn’t matter what kind of “layout” one use, there is NO TEXT version of the output your plugin is injecting into WooCommerce customer emails.

    Check your email_display() method in the class-wc-advanced-shipment-tracking.php on the line 781 – you’re including missing file “emails/plain/tracking-info.php” there. Just put the file I’ve made for you into your templates/emails/plain folder and name it “tracking-info.php”.

    Plugin Author Zorem

    (@zorem)

    Hi @mariankadanka,

    We just released latest version of the AST and added missing plain email template tracking-info.php.

    Thanks,

    Thread Starter Marian Kadanka

    (@mariankadanka)

    Thank you for the promptly response!

    However, version of the file you’ve just released is using undefined variable $tracking_info_settings. It need to be assigned get_option(‘tracking_info_settings’) value first.

    I’ve fixed it, here: https://pastebin.com/aFDXSBk1 at the 10th line.

    Plugin Author Zorem

    (@zorem)

    Hi, We just released the latest version of the AST and fixed this warning.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plain email template tracking-info.php is missing’ is closed to new replies.