# Type at least 1 character to search # Hit enter to search or ESC to close
Our E-commerce website, the user starts by exploring the various products available and selecting the items they wish to purchase. They add these chosen products to their shopping cart. When they are ready to proceed with their purchase, they go to the cart page, where they can review their selected items. To continue, the user clicks on the "Proceed to Checkout" button. At this point, a modal window will appear, asking the user to enter the "Receiver's Registration ID." This step is crucial for verification. If the entered Registration ID matches our records, the user will be directed to the checkout page. If the ID does not match, the user will remain on the cart page to re-enter the correct ID.
Once on the checkout page, the user needs to fill in their billing details, which include their personal information and shipping address. An important section on this page is the "Wallet Account" section, which provides the user with the necessary account number for making the payment. The user is required to make a payment to this specified account number, capture a screenshot of the payment confirmation, and upload this screenshot in the designated field within the billing details section.
After ensuring all details are correctly filled in and the payment screenshot is uploaded, the user can submit their order. Upon successful submission and placement of the order, the user is redirected to a confirmation page. On this page, they will receive an Order ID, which is unique to their purchase. This Order ID is essential for tracking the status of their order on our website. By entering this Order ID on the tracking page, the user can stay updated on their order's progress.
This detailed process ensures clarity and security at each step, making the shopping experience smooth and reliable for the user.