- create a Products → sub products category
- in that category create:
- a tangible product without image
- a tangible product with an image
- in the /themes/advanced/in-commerce/elements/products.elm.tpl template change the MaxWidth="thumbnail" to MaxWidth="50" in the product_element block
- open created category on Front-End
- confirm that both images (default one and uploaded one) were created under /system/thumbs/themes/advanced/platform/img/ folder
- go to E-commerce → Manufacturers section in Admin Console
- create/update manufacturer and upload a logo
- open that manufacturer for editing
- confirm that resized image was created under /system/thumbs/system/images/manufacturers/ folder
- confirm that clean_resized_catalog_images scheduled task and it's img:OnCleanResizedImages event no longer exists
- confirm, that when new file is uploaded the other files older then 1 day are removed from /system/thumbs/system/tmp folder
- upgrade In-Portal from any previous version and confirm that any resized sub-folder in any folder under /system were deleted
Details
Details
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Branch
- /in-portal/branches/5.2.x
- Lint
Lint OK - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Default image, that was specified using relative path (containing ../) wasn't detected