- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2021
08:37 AM
01-06-2021
08:37 AM
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?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2021
11:18 PM
01-06-2021
11:18 PM
@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.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2021
11:18 PM
01-06-2021
11:18 PM
@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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2021
04:27 AM
01-07-2021
04:27 AM
Re: How to add different prefix on invoice number based on payment method?
Thank you! Is working. I was working on a solution with profiles but the load was not very ok.