Hello everyone,
We're looking for the most efficient way to export a complete list of image URLs from our Zen Cart store, but only for a specific subset of products, not the entire catalog.
Specifically, for a chosen group of products (e.g., a specific category, products based on a list of IDs, or manually selected), we need to export:
- The URL for the main product image.
- The URLs for all associated "additional images" (also known as extra images).
We need these as actual URLs (e.g., http://www.yourdomain.com/images/pro...ct_image_1.jpg) so we can use them for external purposes.
Is there a recommended method for this in Zen Cart? Are there:
- Any built-in export features that include all image URLs for selected products?
- A specific SQL query that can pull this data from the database (including paths for additional images)?
- Any community-contributed modules that specialize in this type of granular image URL export?
Any advice, query examples, or pointers would be greatly appreciated!
Thanks in advance for your help.


Reply With Quote
