• Resolved mtbridge17

    (@mtbridge17)


    I’m trying to create my first invoice and and trying to set up the customer. When I enter the customer data into the field and hit “save” it hangs. I tried eliminating the logo and any strange characters that may be causing a problem but the result is the same. Any suggestions on how fix this?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi mtbridge17,
    this bug was introduced in the latest WP version where the way I am creating “font-end pages” has a trouble with regular sandboxing. I’ve already fixed this for the next version of HDInvoice, but you can easily fix this by editing ./includes/templates/script.js from the HDInvoice folder.

    Lines 571 and 647 have var hdv_customer_info = $('#hdv_customer_info').trumbowyg('html');

    Changing this to:

    var hdv_customer_info = jQuery('#hdv_customer_info').trumbowyg('html'); should fix the issue. Let me know if you have any trouble with this and I’ll post a “fixed” version for you on my site.

    Thread Starter mtbridge17

    (@mtbridge17)

    Thank you for your quick response. I am not familiar with the editing process that you refer to. How long will it be before the new version is available?

    Plugin Author Harmonic Design

    (@harmonic_design)

    No worries!

    Please do the following.

    1. Deactivate and Delete HDInvoice
    2. Download this version here
    3. Go to Plugins -> add new -> Upload Plugin
    4. Select the new zip file downloaded from step #2 and upload/activate
    Thread Starter mtbridge17

    (@mtbridge17)

    That worked! Thank you. Is there a way to export the Invoice as a PDF?

    Plugin Author Harmonic Design

    (@harmonic_design)

    Not yet, but I am working on that feature. The problem is that generating PDFs requites certain PHP modules that not everyone has installed on their servers – so I’m looking into ways to detect this and implement alternatives.

    I’m hoping to have this for the next version as it’s something my own clients request from time to time. For whatever it’s worth, I usually just tell them to print the invoices directly from the browser since the invoices are very print friendly ??

    Thread Starter mtbridge17

    (@mtbridge17)

    Thanks, I used the print utility and exported the print job as a PDF.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t Create Customer’ is closed to new replies.