Jump to content

exporting orders


Guest

Recommended Posts

Ive had this request as well from my client he wants a easy way to export orders from store admin in a csv file like we can for email addresses or froogle

and select all orders (pending/processing/completed) or any one or more of the 3 most notably processing as these are orders that were successful. and need fulfillment

Some bright cubecart modder should be able to figure this one out

goober? william? homer? anyone?

Kinetic

Link to comment
Share on other sites

yeah I have access to phpmyadmin so could my client but thats NOT the point

we are looking for a mod to allow export of orders and by their order status from WITHIN the stores admin... which my post above stated... where Im completely familiar with phpmyadmin the SITE owner MAY NOT be familiar at all and could possibly mess up the database if they miss click something...

Link to comment
Share on other sites

kinetic. I was replying to the original post made by nedmiller. But, as far as I know, no one has developed a CC mod for this, since the functionality already exists in phpMyAdmin.

Link to comment
Share on other sites

  • 1 year later...

Just to let you know guys, in case some of you need it...

SELECT *

FROM CubeCart_order_sum

JOIN CubeCart_order_inv

WHERE CubeCart_order_inv.cart_order_id = CubeCart_order_sum.cart_order_id

That should do the trick :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...