Category Images
Posted: Tue Jul 27, 2021 6:10 pm
Hello All,
I want to amend my categories.php file to save category images to catalog/images/category
I'd amended it by changing this:
const DIR_FS_CATALOG_IMAGES = DIR_FS_CATALOG . 'images/';
to const DIR_FS_CATALOG_IMAGES = DIR_FS_CATALOG . 'images/category/';
This worked except now I had a problem - my product images were now being saved in images/category/. I had no idea product images and category images used the same file I'd amended.
So how would I go about achieving this?
I want to amend my categories.php file to save category images to catalog/images/category
I'd amended it by changing this:
const DIR_FS_CATALOG_IMAGES = DIR_FS_CATALOG . 'images/';
to const DIR_FS_CATALOG_IMAGES = DIR_FS_CATALOG . 'images/category/';
This worked except now I had a problem - my product images were now being saved in images/category/. I had no idea product images and category images used the same file I'd amended.
So how would I go about achieving this?