• koseiayabe

    (@koseiayabe)


    Our team has used this plugin for a long time, and really liked it.
    But I cannot believe about ver 7.
    Once we updated the plugin, the custom template and basic information(company name, address, phone number, etc..) disappeared.
    I tried to figure out how to fix this, but finally I decided to downgrade the version as a hot fix.

    I’m wondering how they decided to release this update in such a messy state…
    Many people complain…

Viewing 1 replies (of 1 total)
  • Plugin Support anjitha21

    (@anjitha21)

    Hi @koseiayabe

    We sincerely apologize for the inconvenience and frustration caused by the v7 update.

    With v7, there were major improvements made to the plugin’s codebase and UI structure, which also required changes to the template files. Because of these changes, older custom templates from previous versions are not fully compatible with v7.

    We recommend updating to the latest version, v7.1.1, as it already includes fixes for issues related to missing store information like company name, address, phone number, etc.

    Here are the steps for the template override:

    Open your active theme folder: wp-content/themes/your-theme/
    Create a folder named woocommerce-delivery-notes inside it

    1. Find the template file you want to change inside the plugin: wp-content/plugins/woocommerce-delivery-notes/templates/
    2. Copy that file into the folder you created in step 2, keeping the same filename
    3. Edit the copied file in your theme — the plugin will use it automatically

    Available template files:

    • invoice.php — Invoice
    • receipt.php — Receipt
    • deliverynote.php — Delivery Note
    • packingslip.php — Packing Slip
    • creditnote.php — Credit Note
    • base.php — Shared layout used by all documents

    Override styles
    Find the CSS file you want to change inside the plugin: wp-content/plugins/woocommerce-delivery-notes/templates/css/

    1. Copy it into your theme, recreating the same folder structure under woocommerce-delivery-notes/css/
    2. Edit the copied file — your styles will be loaded instead of the plugin’s

    Available CSS files:

    • css/style.css — Applies to all documents
    • css/html/style.css — Applies to browser print only
    • css/pdf/style.css — Applies to PDF output only

    Notes

    • If using a child theme, create the folder in the child theme — not the parent
    • The override affects only the live print preview and the document PDF generation. The frontend preview on the admin page isn’t affected.

    Additionally, our developers are actively working on the remaining reported issues, and another update is planned for release next week with further fixes and improvements.

    We truly appreciate your long-time support and patience while we continue improving the new version.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this review.