X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   Additional Order Item Data (https://forum.x-cart.com/showthread.php?t=78548)

Chinki 06-23-2023 04:30 AM

Additional Order Item Data
 
Hi,

I have created a table named order_item_details.

How can I save value and update value in this table while adding product in cart and after successfully order placed?


Thanks

cflsystems 06-24-2023 04:51 AM

Re: Additional Order Item Data
 
You should start here - https://developer.x-cart.com/
You can't directly create a table in the database. Create a module and do everything you need to in it - create model, controller, the logic, etc.

Chinki 06-25-2023 11:35 PM

Re: Additional Order Item Data
 
This I have already done. Problem is when I am setting model data in prepareOrderItem function in Cart.php Controller, but it is not saving in db.


All times are GMT -8. The time now is 07:21 PM.

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