Answer the question
In order to leave comments, you need to log in
How to correctly implement a list of orders without a catalog?
Hello!
1. There was a need to implement a personal account on the site.
2. In the personal account, the user must see his orders.
As for the first point, this is not a problem.
As for the second. What is the best way to implement data entry for each user?
The principle of operation is as follows: After authorization, a person will be able to pay for certain services. I will need to display data on the ordered services (cost, date, etc.) in my personal account.
Question: Implement this through an infoblock and simply display all the data for each by its id? Or is there some other way I don't know about. :)
Answer the question
In order to leave comments, you need to log in
I did something similar at the start. After confirming the order (let's call it that), an element is formed in IB in which the user's data (mail, name, phone, etc.) is written in the detailed description of the goods that are in the application.
In the personal account, the buyer sees all his orders. Items filtered by user ID.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question