wearepixel / laravel-cart

MIT License
6 stars 1 forks source link

Is there a card ID feature? (feature) #22

Open enessvg opened 1 month ago

enessvg commented 1 month ago

Hello, is there a feature in this package such as seeing the id (or uuid) of the card or defining the id to the card? For example, if I want to save the card to the database, I need the id

enessvg commented 1 month ago

I'm sorry, my mistake, there was already such a feature...

enessvg commented 1 month ago

Hello again, I'm getting an error trying to get the card id and I can't get it, can you give an example?

The code I tried: CartFacade::session($sessionKey)

enessvg commented 1 month ago

@joelwmale

enessvg commented 1 month ago

hello @joelwmale

joelwmale commented 1 month ago

Hi @enessvg I'll take a look today or tomorrow to see if something is broken or if it's not documented properly.

enessvg commented 1 month ago

Hi @joelwmale I'm waiting, thank you.

enessvg commented 1 month ago

Hi @joelwmale What is the latest situation? I can learn how to do it and contribute.