forked from mc12345678/zen-cart-sitemap-xml
-
Notifications
You must be signed in to change notification settings - Fork 5
FAQs
lat9 edited this page May 31, 2025
·
1 revision
As reported in this GitHub issue, the default location for a product's image is in the /images/large directory. You can control this location by creating a .php file in your storefront /includes/extra_datafiles directory containing:
<?php
zen_define_default('SITEMAPXML_PRODUCTS_IMAGES_SIZE', 'small'); //- Accepted values 'small', 'medium', 'large' (default)When the value is set to 'small', the image is located in /images.