paulfeakins wrote: ↑Mon Sep 30, 2024 7:26 pm
sandstorm001 wrote: ↑Sat Sep 28, 2024 3:04 am
I'd like to use opencart in the background and have just basic operations on my own website. I would need to have ability to register, login, add products to cart (product id is fine) and use payment with it. Products would be files so also customer would need access to the file they've purchased.
You're not really explaining very well what you want to do?
Well, I want to use my own website as the front and use opencart in the back. I would like to create my own GUI for a basic shop in my own website which would use the API to do the opencart magic in the background, i.e. handle the payment gateways, customer registration, login, cart and such. I need the data to flow back and forth so I can update my webpage data based on opencart API data it can provide.
But I'm guessing I'll just make my website and put the opencart to a subdomain where I point the customers to do their purchases with a simple link, it's not really ideal solution. Not too familiar with web code even with AI's help, I'm more of an embedded software guy