Hi,
I'm very new learner to php and a 1st timer to the eCommerce like Hikashop. Here's the situation:
I just added a new custom field known as: 'Bank Slip' into the table 'Order'.
The goal is to allow customer to upload their bank slip so that we can confirm the payment.
It appears in the additional field and works as expected in the shopping cart before checkout:
Here's my requirement:
When I click into any 1 of the orders:
How can I make the 'Bank Slip' custom field will appear ONLY in the order section
after checkout instead of before checkout.
It is more convenient for my customer who made the payment after checkout are able to upload their bank slip.
I would like to know which file I should look into for code change, and hopefully specifically on which line of codes.
Thanks in advance.