How do I create a custom order in Wix from a calculator price?

I’m having trouble with integrating an interactive calculator (calconic) into the shop of my e-commerce site. I want users to purchase the price given by the calculator. Is that doable in WIX?

Doable but not out-of-the-box. You will need to develop the calculation functionality using custom code.

As @Pratham mentioned, it’ll require a custom setup.

There’s a lot of variables that go into something like this, such as:

  • Product Structure: Are these standard Wix Store items with dynamic pricing, or completely custom products generated on the fly?

  • Order Tracking: Do these calculated prices and items need to appear in the standard Wix Dashboard under “Orders,” or are you open to a custom database solution?

  • User Accounts: Do users need to log in as members to see their past calculated orders, or will this be strictly for guest checkouts?

  • Inventory & Fulfillment: Does the calculator impact your inventory count, or are these services/made-to-order items?

  • Payment Gateway: Are you planning to use standard Wix Payments at checkout, or a third-party gateway?

If you can share a bit more about how your store is currently structured, we can point you toward the right Velo/custom code approach!