"Deposit/remaining" functionality
It includes the following:
- Ability to set-up minimum deposit value for each tour/trip/room in the admin.area (in % or in USD).
- Ability for customer to enter deposit for each booked item
(tour/trip/room/product/rental) as:
-- X-percent or more than X-percent (in case, if administrator specified min.deposit value for item in %);
-- X-amount or more than X-amount (in case, if administrator specified min.deposit value for item in USD/selected currency).
- Changes in order subtotal calculation: order subtotal = SUM (deposit for item 1 + deposit for item 2 + ...).
- Deposit/remaining values will be displayed on the checkout/thankyou page/emails and also in the admin.area for the selected order.
- Customer and administrator have the ability to pay remaining amount for each order:
- account -> personal orders page for customers;
- orders -> list orders -> selected order page for administrators.
- If remaining amount was paid, then system will change order status to "Remaining paid" and also display remaining payment date on the order details page in the admin.area.