• Resolved DivaVocals

    (@divavocals)


    Sadly it looks like I’ll be using the WP3-Invoice plugin for a while until the truncated characters and other issues with WP-Invoice gets addressed.. I’ve tried to see if the issue was someplace obvious in the code and I’d hack it out myself, but it’s not obvious at all why this works in such a non-standard means.. (Custom post types should not have LIMITS on the post_content like this plugin does)

    It’s too bad I paid for the quotation module before I knew the forced character limit was an issue.. Hopefully eventually I’ll be able to use this plugin. It has potential.. However, right now the cons really outweigh the pros for me spending anymore time trying to make this plugin work for me.

    Despite several shortcomings which I and other have posted about, this plugin may indeed suit sites that write small quotes, don’t care that PayPal IPN doesn’t work the way it SHOULD work, and doesn’t care that proper invoicing terminology isn’t being used in a few places in this plugin (Payments should be labeled payments NOT adjustments).

    For my needs, this still doesn’t seem quite ready for prime time usage for my needs.. I’ll continue to monitor the development progress, but I really can’t use this right now.. I can get over the other issues, but the truncated quotes is a deal breaker for me.. Because of the character limitation, the invoice/quotes WP-Invoice creates ARE somewhat useless for designers and others who need to write DETAILED quotes/invoices.. **sigh**

    https://www.ads-software.com/extend/plugins/wp-invoice/

Viewing 6 replies - 31 through 36 (of 36 total)
  • Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    @phil@silverstar-media.com

    your fix is too “hardcody” =)

    Try just finding the line
    add_action('the_content', array('WPI_UI', 'the_content'));
    and change it to
    add_action('the_content', array('WPI_UI', 'the_content'), 20);

    Actually it is the fix I was talking about above. It is included into RC also.

    Thread Starter DivaVocals

    (@divavocals)

    @phil.. Yes I did.. Your fix just didn’t work for me.. I could create a custom page for the invoices (which I may do eventually anyway) but removing the widget from the invoice page has NEVER resolved the issue.. Only deactivating SFC does the trick..

    @anton I see that there is a new update.. I can’t test it from work as they block FB here so I need to test from home to see if the problem is resolved..

    Thread Starter DivaVocals

    (@divavocals)

    @anton – I am happy to at last report COMPLETE success.. Partial payments appear to work correctly with SFC.. I think most of previously reported issues I had with this plugin are now addressed.. (I have to check on the PayPal IPN stuff).. I think I’m pretty close to being able to offer this for my clients very soon..

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    @divavocals

    glad to hear that!

    Let me know how test are going.

    Thank you.

    Thread Starter DivaVocals

    (@divavocals)

    @anton.. so far so good.. It looks like you guys have knocked out all the things that were stopping me from using this plugin.. I just sent out my first quotes and invoices using it, and I will be sending out another quote later this weekend.. Good stuff.. So far it looks like all is resolved..

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    @divavocals

    Good! Keep us updated with things you find. We will always try satisfy our users.

Viewing 6 replies - 31 through 36 (of 36 total)
  • The topic ‘[Plugin: WP-Invoice – Web Invoice and Billing] Not quite ready for for my needs.. Too bad.. looks li’ is closed to new replies.