View Single Post
  #5  
Old 09-06-2015, 05:30 PM
 
kambengkarbonat kambengkarbonat is offline
 

Newbie
  
Join Date: Aug 2015
Posts: 7
 

Default Re: Calling callback method to change transaction status.

Quote:
Originally Posted by qualiteam
The way you do it looks a bit hacky. Why don't you add a custom controller class?




What is $this->transaction? Where did this variable go from?



X-Cart 5 uses Doctrine ORM 2 library to work with the database.

Did you check the documentation for developers? It has a number of tutorials and examples on working with database entities: http://kb.x-cart.com/

Yes, I already read through all the documentation but nothing seems to help. If you have any ideas or ways on how do i modified the Orders table after callback method being called will be helpful. Even searching for item using query builders or search method does not works, it returns all the things, instead of the only item that being searched.

Thanks in advanced.
__________________
Core version: 5.2.6
Reply With Quote