Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Custom Page to list all items previously ordered

Custom Page to list all items previously ordered

Views: 452

Results 1 to 3 of 3
18 Oct 2011, 1:10 PM
#1
brianelapp avatar

brianelapp

New Zenner

Join Date:
Oct 2011
Posts:
2
Plugin Contributions:
0

Custom Page to list all items previously ordered

I am using ZenCart 1.3.9h and am trying to write a completely new php page that will list all Products ever ordered by the customer. I do not want to use the Order History sidebox, although I'm looking to get that same function onto a separate page. Could someone help me with the code for this? I have the basics down on setting up a new page, just not sure what processing code I need to retrieve the products that were recently ordered? Thank you for your help.

18 Oct 2011, 1:41 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Custom Page to list all items previously ordered

I did a mod for Order History List (on checking, I apparently didn't put it in Free Addons yet) that gives a list in the center of the page. It's attached to post 13 in modify a sidebox to become a page, along with a description of it.

18 Oct 2011, 2:58 PM
#3
brianelapp avatar

brianelapp

New Zenner

Join Date:
Oct 2011
Posts:
2
Plugin Contributions:
0

Re: Custom Page to list all items previously ordered

Thanks, this is exactly what i was looking for. Integrated it into my site, did a few modifications. Works great. Thank you very much for your fast response!