Hello,
for the related product image follow this steps :
- First go to : Extensions -> Modules
- Find and click on Related products (in Modules listing screen)
- Click on Hikashop Options Tab
- In Item Layout part, enter your required dimension for your picture, for you Image height : 200 px AND Image width : 200 px
IMPORTANT : If you don't enter a width to 200 px your picture won't be displayed bigger.
For have in your checkout, a 50 px product image
- Components -> HikaShop -> Configuration
- Click on the Display tab
- Select
CSS on left side, just below
General display options
- In the
CSS part, see the
Front-end CSS file? Click on the little pen icon
- You know see your Front-end CSS file, go to the end of your file
- Add this code :
img.hikashop_product_checkout_cart_image {
width: 50px;
}
- And don't forget to save!
Regards,