Product Id's / Item Id's

Hi,

Is there a way to find out my Items ID's based somewhere in cs-cart ?

Can someone explain me how items ID's work. It seems that these are implemented randomly in cs-cart.

Thanks

Hi,

Is there a way to find out my Items ID's based somewhere in cs-cart ?

Can someone explain me how items ID's work. It seems that these are implemented randomly in cs-cart.

Thanks

Hello!

Do you mean item ID in the cart? If yes, then it is generated by fn_generate_cart_id function in app/functions/fn.cart.php.

Hi,

Yes indeed I'm talking about item ID. What is the purpose of Item id's in cs-cart ?

Is there a way to extract all item's ID from the system ?

Hi,

Yes indeed I'm talking about item ID. What is the purpose of Item id's in cs-cart ?

Is there a way to extract all item's ID from the system ?

Customer can add one product with different options to cart, for example, red and blue T-shirts. In this case product ID will be the same, but item ID will be different. You can find item IDs of your purchased products in cscart_order_details table.

By default it takes into account product ID and selected options. But the mention function has hooks, so addons can add extra parameters to hash generation