The company I work for currently has an old non-responsive PHP, Apache, MySQL ecommerce website. It works great and we have a lot of customizations specific to what we sell and especially how we ship our products. Think of us like a PC builder. We are the kind of company that could use a product configurator for instance.
We ship both full kits and parts from ourselves, and our suppliers as part of an order, so we have special shipping rules and negotiated rates with carriers. For example, a kit can be a combination of shipping parts from our HQ and other parts from a partner, including combinations of parcel and freight. We have our own shipping calculator on our side that encapsulates all these rules including packaging, specific carriers, and negotiated rates.
Interestingly our sales have not been impacted by this old site, but naturally we want to overhaul the presentation for responsive devices of all kinds. Needless to say I’m very intrigued by Webflow to make that task easier.
Naturally we have a lot invested in our current system, its database, and a ton of front end custom code, so it’s unlikely we would or could shift all that logic into another ecommerce or CMS platform unless integration was comprehensive. We also don’t really have time to learn a more modern PHP framework such as Laravel or Symfony at this time, so we need to keep our integration as simple PHP as possible.
The fact is that our current code base gets the job done and is very easy to understand and maintain. Yes, its far behind the modern PHP framework technology curve (and that is something we want to address), but all we really need right now is a responsive front end that we can easily integrate with without being technically constrained.
I’m not opposed to using Webflows CMS or eCommerce, but I worry greatly about how easily we can integrate with it and integrate all our customizations to shipping estimation, taxes, and the cart management. We cannot afford to be handcuffed by the platform or by having to use paid apps because not all of the integrations are there.
So what am I asking? I’m wondering if we paid for a Webflow subscription that allowed us to export the code from a decent ecommerce template, how difficult would it be to replace the relevant CMS stubs with calls to our own code and functions, at our basic PHP level of tech based around an older osCommerce platform?
How does someone like us get there and be able to use Webflow’s awesome design tools?
All the best.