I´m using image/data (OC 1.5), image/catalog (think this is OC 2) and image/image (which works so i think OC3). The problem is just at the product page, not at categories eg. you still can see the pictures working on main page, but causing this problems if they are in the folders image/data or image/catalog. So can somebody tell me whether how to bulk transfer the image folders without uploading a few hundret pictures one by one for each product by database or however to the default OC3 image folder?
Or does anybody have a clue why i got this problem?
On line 290 it says
Code: Select all
$images = $this->model_catalog_product->getProductImages($result['product_id']);
Thank you for your support!