AbanteCart Community

Shopping Cart Operations => Built-in Features => Topic started by: ivan2806 on May 06, 2020, 10:04:51 AM

Title: Thank you page customer data
Post by: ivan2806 on May 06, 2020, 10:04:51 AM
Can anyone tell me which customer data are available on thank you page by default, e.g. do we have there birthdate, name, surname, ... whatever. BY DEFAULT :D
Thank you all
Title: Re: Thank you page customer data
Post by: maxter on May 07, 2020, 10:00:11 AM
Welcome to Abantecart ivan2806!

What do you mean by "thank you page"?
Do you refer to registration page?
If you open admin -> customer details page you can have access to all these data that you see there in any controller that has access to customer model.
Title: Re: Thank you page customer data
Post by: ivan2806 on May 08, 2020, 05:56:34 AM
I mean on page where you land after successful ordering. And the question is which customer data you can access there so it can be used in a way of advertising by using customer information or similar? For example after successful order, I want to show an advert but based on is it male or female, maybe show their name, congratulate them birthday or so like.
Title: Re: Thank you page customer data
Post by: maxter on July 10, 2020, 07:53:21 AM
I am sorry for the late reply.
Sounds like you need to change the code.
You would need to customize the controller to get the data from customer model.

Let me know if you need more detailed coding suggestions.