cancel
Showing results for 
Search instead for 
Did you mean: 

How to add different prefix on invoice number based on payment method?

SOLVED

How to add different prefix on invoice number based on payment method?

I am trying to find a solution to add different prefix on invoice number based on payment method.

Example:

  • Invoice for order with credit card payment => CC as prefix
  • Invoice for order with checkout money => CM as prefix

How can I manage this?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How to add different prefix on invoice number based on payment method?

@capoan ,

you can use following module from Custom Order Number From EmizenTech

and update here

you can add an if condition there. By getting the order's payment method. 

View solution in original post

2 REPLIES 2

Re: How to add different prefix on invoice number based on payment method?

@capoan ,

you can use following module from Custom Order Number From EmizenTech

and update here

you can add an if condition there. By getting the order's payment method. 

Re: How to add different prefix on invoice number based on payment method?

@amitsamsukha 

Thank you! Is working. I was working on a solution with profiles but the load was not very ok.