art@hens-teeth.net Posted May 12, 2010 Share Posted May 12, 2010 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. 0 Quote Link to comment Share on other sites More sharing options...
altomarketing Posted May 12, 2010 Share Posted May 12, 2010 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.