X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Display all bought orders/products (https://forum.x-cart.com/showthread.php?t=73434)

designguru 01-19-2016 03:22 AM

Display all bought orders/products
 
I would like to create a tpl file that shows all items a customer has bought.
Basically, this page shows all informations which are shown when a customer
does a search for his orders ( Order search results).

How to show these informations?

totaltec 01-19-2016 05:54 AM

Re: Display all bought orders/products
 
The starting point for this is probably a new PHP page. Similar to orders.php, you will need a php page that performs the queries and organizes the arrays of data, then you can assign $main and display your new template that renders this data.

PhilJ 01-19-2016 06:12 AM

Re: Display all bought orders/products
 
Or enable the Previously Ordered module (available in gold plus or platinum)

designguru 01-19-2016 09:16 AM

Re: Display all bought orders/products
 
Quote:

Originally Posted by PhilJ
Or enable the Previously Ordered module (available in gold plus or platinum)


I turned this on and it would work but problem is that quick_reorder.tpl has been built very simple by using the same products.tpl* and products_t.tpl* from front-end. Then these two templates* again use a ton of other underling templates.

I would just need to show image, title, rating and download button.

totaltec 01-19-2016 10:18 AM

Re: Display all bought orders/products
 
Quote:

Originally Posted by PhilJ
Or enable the Previously Ordered module (available in gold plus or platinum)

Good point! Yes, much better, at least you have a good starting point.. Then your challenge is to simply modify the templates it is using. Make your own template and point to it.

designguru 01-19-2016 11:10 AM

Re: Display all bought orders/products
 
Worked. Designed the page accordingly via the tpl file.


All times are GMT -8. The time now is 10:10 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.