Invoices credit card fees
Invoices credit card fees
Does this program take into account the credit card fees tacked onto a sale if it is integrated with Opencart? Say from Stripe?
Re: Invoices credit card fees
Unfortunately it wouldn't know what's the credit card fee charged to you as it isn't reflected anywhere in OpenCart.
Re: Invoices credit card fees
It is, if you view the order there is a tab under "Order History", one is Additional, and one says "Stripe" if you have that module installed. If you click that tab is shows the fee along with the total amount that you will receive. (it is calculated based on the $0.30 + 2.9%)
It would be super nice to get all of the info and know which orders were payed with cash/check and which were payed with the above credit card...
It would be super nice to get all of the info and know which orders were payed with cash/check and which were payed with the above credit card...
- Attachments
-
- OrderHistory.jpg (66.55 KiB) Viewed 5927 times
Re: Invoices credit card fees
Ah, that's likely from your stripe module, which isn't a feature built into OpenCart by default. What you can do is to modify the integration to pull those additional information to send across via the LI integration. Will be quite a bit of work.