- in Admin Console
- go to the Website & Content → Structure & Data → Products section
- add some sub-categories (without images) to it
- add some products (without images) to these categories
- on the Front-End
- open any of above created categories with products
- confirm, that page contains no notices, except these:
- Usage of undefined configuration variable "c_ThumbnailImageWidth"...
- Declaration of SpamHelper::InitHelper() should be compatible with kHelper::InitHelper()...
- confirm, that product image URL ends with /themes/advanced/platform/img/no_picture.gif
- in IDE:
- open themes/advanced/in-commerce/elements/products.elm.tpl file for editing
- replace platform/img/no_picture.gif in the product_element block with platform/img/google_map_sample.gif
- save changes
- on the Front-End
- reload the page with product list
- confirm, that page contains no notices, except these:
- Usage of undefined configuration variable "c_ThumbnailImageWidth"...
- Declaration of SpamHelper::InitHelper() should be compatible with kHelper::InitHelper()...
- confirm, that product image URL ends with /system/thumbs/themes/advanced/platform/img/google_map_sample_{N}.gif (there will be some number instead of {N})
Details
Details
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.