Favorite eCommerce solution for Elements, and why?

Excluding Vibralogix.

i follow

I have had great success with Cartloom and Elements. It was easy to create a custom component to manage my Cartloom products on the various pages where product was being sold. I have done four sites that use Cartloom, and they have been working flawlessly since being launched.

1 Like

Thank you. Care to share any details on your custom component?

The way Cartloom works is you create all of your products, and it then creates two important pieces of data–storeID and a productID. It will generate code snippets for each of your products. The only two pieces of data that change in these snippets are the storeID and the productID.

So instead of having to create a custom component for each of my products, I create a custom component (with @dan help) that breaks out these two pieces of data into properties that can be edited in the Elements property editor.

I use the custom component anywhere I’m selling a product and us the properties to point it to the associated productID. On the live site, this will then result in Cartloom populating my store cards with the appropriate data to allow the user to select variants of the product and a BUY NOW button. Once something is purchased, Cartloom then handles all of the backend work and the updating of the cart.

I added another custom component that allows the user to click on a persistent icon to display the cart at any point on any page where product is being sold. This, once again, is a simple snippet provided by Cartloom to invoke the cart.

I’m happy to share this code if needed.

1 Like

Go right ahead and share!