Or does this require a custom build?
closed as not constructive by Barry♦ Nov 19 '11 at 13:36
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Any full featured ecommerce suite should have the ability for the customer to create an account and shop so that customer's history will remain in their account to view at a later time. |
||||
|
|
|
You can use My eStore App (http://myestoreapp.com); it's a plug and play estore module that integrates with paypal. Technically, the customers can view their purchases directly via paypal. |
|||
|
|
|
If you are using a pre-built Shopping Cart or CMS, it should either have that option avaliable, or you can create your own by pulling information from whatever database it uses to store information. If you have a custom web application already, you will need to pull the information yourself. Regardless, this is a simple problem solved by attaching to a database and pulling specific records for that user. Without knowing the structure of your existing website, I can't provide any more detail than that. |
|||
|
|