Way2CU / Caracal

Fast, lightweight, developer oriented framework.
GNU General Public License v2.0
8 stars 5 forks source link

Option to generate image thumbnail size on shopping cart #29

Open talrez11 opened 8 years ago

MeanEYE commented 7 years ago

Need more info about what needs to be done.

talrez11 commented 7 years ago

We need to have the ability to choose thumbnail size when inserting shop item to cart on Site.itemView. At the moment all thumbnail images are set to default of 100X100.

MeanEYE commented 7 years ago

With gallery refactoring automatic generation of thumbnails has been removed to save on speed. Instead we will provide different API end-point to allow for this. This will inevitably break custom views for shopping cart, but it's necessary to keep the API clean as possible and performance good.