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

why it is not working in my company dev. 

Make sure you have only one display value on the sc_cat_item table which should be the name. 

can you tell me where to check 

On the sc_cat_item table, dictionary entries. The display column should be set to true only for the name column

ok got it, i have given filter condition, as below but i think nothing is true now, 

 

find_real_file.png

can I make "name" as true

Yes please keep the name as true for display value.