Where can i get the data for seller from applied? not from activation_date only
Hello.
What do you mean?
from the databse, is there any table containing the data for when is the seller applied? i only found the date for activation_date i need the date for applied_date
I think, you can check the vendor administrator creation timestamp
In this case you can use the cscart_companies.timestamp
field.
for this one, additional question, how can i get seller first activation_date. because some seller activation_date is not the first its the latest. for example they activated and then went to disabled and then to activated again
I am afraid, this information is not stored in the database
thankyou for the information
By default, the timestamp field stores the timestamp of the event when the vendor was originally created. It is not possible to update this value via the admin/vendor panel or storefront. The only way to update it manually is via the API, a third-party add-on or directly in the database.