Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3709
    smurk75
    Member

    Thanks for the fantastic plugin. I like the functionality over wp-invoice. However my invoice pages have broken code on the forms. Even when I switch CSS to no it still is broken. Looking at the code the <form input tags are not closed, which is causing this.

    Any ideas?

    here’s a link:

    http://seo-giant.com/?page_id=13&invoice_id=90b23c8111392e9eb6d0eb352c404aee

    #5383

    Link you have given doesn’t display an invoice.

    Can you please try with default theme as I cannot reproduce the issue at all? Also can you list the payment options you use?

    #5386
    sgtc
    Member

    I had the same issue. This is typically because you are using a theme with shortcodes. You may need to find out what your no formatting option is, and wrap the page like so :

    [noformat]

    All your web template code goes here.

    [/noformat]

    Edit – I looked at your site – and indeed the template you use uses shortcodes. Change your web template to reflect the following and it will work :

    [noformat]<div id="invoice_page" class="clearfix">

    <div class="noprint"><p>%print_message</p></div>%content</div>[/noformat]

    #5389

    @sgtc, thanks for all the help

    #5392
    scarstens
    Member

    I went to “web invoices -> templates” page and used the following code

    Code:
    [noformat]<div id=”invoice_page” class=”clearfix”>
    <div class=”noprint”><p>%print_message</p></div>
    %content
    </div>[/noformat]

    However this did not help me at all?

    http://smwphosting.com/purchases/invoices?invoice_id=262bd523a1df10b5a7749524ee9b82da

    #5395
    sgtc
    Member

    @ S H Mohanjith NP – thanks for the great addition to the WP community!

    @scartens – I know what theme you are using but I don’t know if their shortcodes have a noformat option — plus their is no ‘code’ needed to wrap that with, unless that was an accident.

    Also make sure you post the [noformat] with the HTML editor on and not Visual and let us know. Thanks ;-)

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.