• Hey guys, loving what I’m seeing so far, but I cannot get the invoice to show up.

    I’ve got it set to show on a newly made page called “invoices”

    I do not have “USE SSL” checked.

    I’m trying to use <?php echo do_shortcode( "[wp-invoice]" );?> in a custom page template.

    The only thing that shows up on the page is “[wp-invoice]”.

    I’ve set it to “replace the tag” within my settings as well.

    Have any suggestions for me?

    http://wordpress.org/plugins/wp-invoice/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Hello,

    <?php echo do_shortcode( "[wp-invoice]" );?> will not work.

    You should use <?php the_content(); ?> and put shortcode into page content.

    Thanks.

    I’m having the same problem, only difference, i’m not using a custom template

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Did you find a solution for you?

    No, unfortunately,
    I’m having a hard time configuring this plugin, maybe you can help…
    What i’m trying to do is have an invoice show up on a page with the shortcode (this is not working) and then have the client view the invoice on that page (NB the client is not logged into wp)the page is only password protected. How do i make not logged in people view invoices, and how do I get that shortcode to work?
    Thanks,
    William

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Ok, I need to get access to your site’s admin area first to see what you do wrong. Send me credentials please anton.korotkov@usabilitydynamics.com

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Invoice shortcode will not work’ is closed to new replies.