Jump to content

Different Invoice Generation by Payment Method


Recommended Posts

Is there any way to generate invoices at different times depending on the payment method for the service? Specifically, if the payment method is "Check" then I want to generate the invoice 30 days before the due date. If the payment method is "Credit Card" then I want to generate the invoice on the due date.

 

Thanks,

-- Art Z.

Link to comment
Share on other sites

you can generate diferent invoice templates using if statement

 

{if $service_payment_method eq "Paypal"}

 

here html for paypal

 

{else}

 

here html for other payment methods

 

{/if}

 

but you can not change invoice generate date because, as customer can change payment method online, it will be a crazy loop of dates.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated