Jump to content

Using PrestaShop as API and/or dynamic images


danbars

Recommended Posts

Hi,

I have a shop with just one product that the users can customize and print their own image on it.
I have a php code that generates the product image with the user's uploaded image on it, and I would like to use it as the product's image in the cart.

Since the site itself is not a standard ecommerce site, the easiest for me would be to simply use PrestaShop as an API, and manage the storefornt myself. I could use calls like $cart->add(), $cart->checkout(), $cart->getItems(), etc.
Is this possible?

If not, is there a way to use dynamic images generated by the backend instead of pre-uploaded images from the catalog?

Thanks,
Dan

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...