will a record insert in sc_cart

Deepthi13
Tera Expert

hi Team,

i have a order guide in mobile view. when ever I request a new thing in order guide will it insert a record in sc_cart every time? 

1 ACCEPTED SOLUTION

sc_cart will be only a single entry and it just stores the owner name of the cart ie the requester. Every time you add an item to cart, a new entry is added in the sc_cart_item. Once you order or submit the cart, the entry added in the cart is removed from the sc_cart_item table and is converted to a request and sc_req_item entries. So sc_cart always remains the same but requests get added or removed from the sc_cart_item table.

 

View solution in original post

38 REPLIES 38

in logs sys_id came.

- if i am creating a request from this order guide at first time sys_id is coming

- if i am creating a request from this order guide at second time sys_id is not coming

find_real_file.png

- if i am creating a request from this order guide at first time sys_id is coming

- if i am creating a request from this order guide at second time sys_id is not coming

- if i delete sc_cart created by my user name and craete a request from the same order guide again then sys_id will come in log. because "i am creating a request from this order guide at first time sys_id is coming" after deleting

Not sure what is happening here. You will need to watch the cart and see how it works and see what is missing

Yes. some what i did seems working fine now. Thanks 🙂 for your suport