-- HikaShop version -- : 4.2.3
-- Joomla version -- : 3.9.18
-- PHP version -- : 7.2
When a customer submits their credit card info and for whatever the reason it is declined (no credit, entered the wrong info), the customer and admin receive the following:
1) The customer sees an error message on the website that says "The Cart is Empty"
2) The customer receives an email saying that "the status of your order No. {order number} has been changed to cancelled.
3) The admin receives an email saying that "the order is now cancelled. The subject line says "{order number} payment notification: payment cancelled"
FIRST:
This is very confusing and unclear, and is very poor UI/UX because the email messages are not correct. The order was not 'cancelled' — it was 'declined'.
SECOND:
It makes no sense at all that when a customer completes an order and they get a message on the website that their 'Cart is Empty' but in fact, their order was declined — that would tell me the customer that my order went through.
THIRD:
Is there a way to configure an view on the website for orders that are not completed. We have a thank you page but that only comes up when an order has been completed—how do we configure a page if an order is pending, cancelled, declined, etc.?