Hello
I've been looking for an already openned threath talking about this but couldn't find it, sorry if y came again with the same thing
I'm very new to Konakart, just trying to determine if it's suitable for the solution i'm implementing.
I've seen in the user guide that you can store the product descriptions in the database as clobs, while the default is to store in the filesystem.
Is there any config to do this with the product images, as Blobs? Has to be done in the source code?
Thanks in advance
Not using our standard APIs but you could just store keys for the images in the KonaKart database (with the product) and store your images as CLOBs in a table of your own and access them directly using the keys retrieved from KonaKart.
Ok! thanks for the response!