Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use the cartbundle without encrypted bundle id #5

Open
salahaa1 opened this issue Jan 29, 2018 · 1 comment
Open

Can I use the cartbundle without encrypted bundle id #5

salahaa1 opened this issue Jan 29, 2018 · 1 comment

Comments

@salahaa1
Copy link

I'm Building an angular front end website for my craft website, I'm using Firebase as a realtime database,
All my products are stored their , so when the user open the website he add all his items to the cart without any connection to the craft system when he finished adding all the items I want to submit these items in the cart to the craft cms all together , but there is Items that should be bundled together and they need an encrypted bundle which is not possible because these (database on Firebase ) is being shared with all customers,
Even the same customer need some times to add multiple bundles with deferent purchasables of the same product,

For example { pizza with deferent ingredients } each ingredient is a variant purchasable .

sea example at the current website ( wagbat.com ) on this link :
https://wagbat.com/restaurants/view/palm

image

regards

@nfourtythree
Copy link
Contributor

nfourtythree commented Feb 5, 2018

Hi @salahaa1

I am not sure I fully follow the issue you are describing. However, taking the question "Can I use the cartbundle without encrypted bundle id", the short answer is "Not in its current state".

The encrypted bundle ID is used to prevent conflicts with multiple bundles being added to the cart. This stops any cross-pollination of items or items that are being purchased in a bundle and individually getting bundled together.

As ever, this is completely open source software so please feel free to fork the repo and make any edits or updates you wish to get this working for your project.

Many Thanks,
Nathaniel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants