Page 1 of 1

OrdersView

Posted: Tue May 10, 2011 6:01 am
by ominae
I saw this module but it is yet to be release. I would not mind paying for this because I desperately need an order view for my feu.
CMS Version
1.9.4.1
Installed Modules
CMSMailer
2.0.1
FileManager
1.1.0
MenuManager
1.7.6
ModuleManager
1.4.2
News
2.11.2
nuSOAP
1.0.2
Printing
1.1.2
Search
1.6.10
ThemeManager
1.1.4
TinyMCE
2.8.4
CGSimpleSmarty
1.4.8
CGExtensions
1.25
CGBlog
1.7.2
FrontEndUsers
1.12.13
Products
2.10.5
CGUserDirectory
1.2.4
SelfRegistration
1.6.9
Showtime
2.0.3
DownCnt
1.1.1
SiteMapMadeSimple
1.2.2
Captcha
0.4.3
AjaxMadeSimple
0.3.1
CustomContent
1.7.3
CGEcommerceBase
1.2.4
Cart
1.7.5
CGPaymentGatewayBase
1.0.10
Orders
1.12.1
FormBuilder
0.7
FRShipping
1.2.1

Re: OrdersView

Posted: Tue May 10, 2011 3:42 pm
by maranc
You can use in class.order_ops static public function &load_by_invoice($invoice). This static function returns all info about order (order, shipping, items, payments etc.). You must to know params invoice.

Only one thing is that you must to know how use this function.
You have two ways - make UDT or add action (so modiffy module) in Order module.

Marek A

Re: OrdersView

Posted: Tue May 10, 2011 4:11 pm
by ominae
Anyone interested to do it can PM me for quotation etc because I need another additional function which insert some data on another table. Thanks for advise anyway.