Home › Forums › WordPress › Web Invoice – Invoicing and billing for WordPress › Form Code broken
Tagged: theme bug
- This topic has 5 replies, 4 voices, and was last updated 12 years, 7 months ago by
sgtc.
-
AuthorPosts
-
August 7, 2010 at 17:54 #3709
smurk75
MemberThanks 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
August 8, 2010 at 10:17 #5383S H Mohanjith
MemberLink 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?
August 12, 2010 at 20:10 #5386sgtc
MemberI 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]
August 14, 2010 at 08:03 #5389S H Mohanjith
Member@sgtc, thanks for all the help
August 16, 2010 at 18:35 #5392scarstens
MemberI 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
August 17, 2010 at 00:53 #5395sgtc
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
-
AuthorPosts
- You must be logged in to reply to this topic.