| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Exporting filtered order variables to CSV file | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
Exporting filtered order variables to CSV file
Alright, here we go. You're searching for orders based on certain criteria such as sku # or price. Basically this mod serves the purpose of being able to provide a modified copy of filtered orders that have been backed up into a CSV file. I'll tell you what I'm using it for and maybe it will make sense.
The site I'm currently working on is http://www.ezcruiseconnection.com. They sell motor coach transportation services to and from cruise lines. They contract this service to a local motor coach company. This company requires certain information about the customers. This allows my client to supply their provider with only the information they need. I've made changes to 4 files: ./include/orders.php ./include/orders_export.php ./include/process_orders.php ./skin1/main/orders_list.tpl and created one file: ./skin1/main/orders_export_mod.tpl ./include/orders.php changed: Code:
Code:
./include/orders_export.php changed: Code:
Code:
Code:
Code:
./include/process_orders.php changed: Code:
Code:
The file that I created, ./skin1/main/orders_export_mod.tpl, is basically a copy of ./skin1/main/orders_export.tpl with the unecessary variables taken out. It looks like this: Code:
I'm sure there can be other uses involved for created reports, etc. Let me know what your thoughts if you decide to try it out.
__________________
~zilker uummm...perhaps you should tell me again. http://www.designertrends.com Version 4.0.6 Unix |
|||||||
#2
|
|||||||
|
|||||||
Has anyone got this to work?
Or how does it work?
__________________
X-Cart Gold v4.1.11 |
|||||||
|
|||
X-Cart forums © 2001-2020
|