X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Order export format question (https://forum.x-cart.com/showthread.php?t=17862)

creative xpress 11-09-2005 06:21 PM

Order export format question
 
When I export the orders into a delimited file I am getting a format that looks like this:

"7";"sku";"etc..";

how do I go about not getting the text qualifiers so that it looks like this:

7; sku; etc..;

Any Ideas? I have looked through both the tpl file and the php file and I can not see anywhere where it is controling this. Is this a function of the MySql db system?

Please help!
Cameron

balinor 12-27-2005 04:57 AM

Pretty sure that's the way MySQL exports stuff to preserve the columns, as some of the tables contain items with ; and , in them.

logoworks 02-08-2006 10:27 AM

I want to export a csv that is comma delimited but i need the information in a different order than what x-cart default outputs. Is there any way to tell x-cart to what order to put the information of the order.

For example instead of order#, sku, product name. I want product name, price, sku.

Hope this makes sense, and hope there is an answer.

creative xpress 02-08-2006 11:07 AM

You can change the order in the order_export.tpl . Just rearange the items listed into the order that you would like them in.

Shooter 02-08-2006 11:07 AM

Quote:

Originally Posted by logoworks
I want to export a csv that is comma delimited but i need the information in a different order than what x-cart default outputs. Is there any way to tell x-cart to what order to put the information of the order.

For example instead of order#, sku, product name. I want product name, price, sku.

Hope this makes sense, and hope there is an answer.


Heres the answer I paid for:

http://www.x-cart.com/xcart_manual/online/

Hope that helps you as mush as it did me. No! I hope it helps you more than it did me.. then you would have accomplished something.

logoworks 02-08-2006 11:13 AM

thanks creative express.

i also found this topic that helped.

http://forum.x-cart.com/viewtopic.php?t=10168

logoworks 02-08-2006 11:13 AM

as for shooter. Sounds like you may need some counseling :)

Shooter 02-08-2006 01:33 PM

Quote:

Originally Posted by logoworks
as for shooter. Sounds like you may need some counseling :)


I have had enough of that. What I really need are some tech support points :lol: :lol:


All times are GMT -8. The time now is 01:23 PM.

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