Build a cart for an e-commerce
Budget: €12 – €18 EUR
I am web developer and I need some help on the AlpineJS side of an e-commerce project.
What I've done so fare is this webiste
http://perros.carburo.net/
but it's missing the e-commerce engine to make it work. This website is made with a PHP CMS + Tailwind CSS + basic Alpine JS
Now I'm implementing this website with an headless ecommerce, https://www.swell.is/ . Ideally I should convert to an JS framework to work better with Swell.is, but for me is too complex. I'm considering instead to implement AlpineJs to my existing website.
AlpineJS is still bit hard for me, that's why I am seeking some help. The final goal is to have a User Interface similar to the template of Swell ecommerce (done in Vue + Nuext), this one:
https://perros.swell.store/
I need help on the JS side only, mostly Alpine JS. I can build the CSS myself, using Tailwind.
The interactions I'm looking for are for the cart only, for example:
- when a user clicks "buy now" we should get some dynamic reaction on the DOM, and the cart pop-ups with the item added
- the possibility to edit the cart (add or remove items), so the cart is updated via Swell JS API and there is a live interaction with the user, for example the cart total price is updated automatically (basically the same cart you see in https://perros.swell.store/ ).
Swell documentation for the cart is found here https://developers.swell.is/frontend-api/carts
Please also note that the "checkout" is managed by Swell directly, so we won't need to modify or edit the checkout pages. I only need assistance on the cart.
What I've done so fare is this webiste
http://perros.carburo.net/
but it's missing the e-commerce engine to make it work. This website is made with a PHP CMS + Tailwind CSS + basic Alpine JS
Now I'm implementing this website with an headless ecommerce, https://www.swell.is/ . Ideally I should convert to an JS framework to work better with Swell.is, but for me is too complex. I'm considering instead to implement AlpineJs to my existing website.
AlpineJS is still bit hard for me, that's why I am seeking some help. The final goal is to have a User Interface similar to the template of Swell ecommerce (done in Vue + Nuext), this one:
https://perros.swell.store/
I need help on the JS side only, mostly Alpine JS. I can build the CSS myself, using Tailwind.
The interactions I'm looking for are for the cart only, for example:
- when a user clicks "buy now" we should get some dynamic reaction on the DOM, and the cart pop-ups with the item added
- the possibility to edit the cart (add or remove items), so the cart is updated via Swell JS API and there is a live interaction with the user, for example the cart total price is updated automatically (basically the same cart you see in https://perros.swell.store/ ).
Swell documentation for the cart is found here https://developers.swell.is/frontend-api/carts
Please also note that the "checkout" is managed by Swell directly, so we won't need to modify or edit the checkout pages. I only need assistance on the cart.