silvershop / silvershop-core

SilverShop is an e-commerce shopping cart module for the SilverStripe CMS
http://silvershop.github.io
BSD 2-Clause "Simplified" License
113 stars 119 forks source link

Replace $Image.setWidth(45) by $Image.ScaleWidth(45) in SideCart #819

Closed digitweaks closed 4 months ago

digitweaks commented 5 months ago

The SideCart.ss is using the deprecated setWidth function.

Solution: Replace $Image.setWidth(45) by $Image.ScaleWidth(45)