diff --git a/templates/SilverShop/Cart/Cart.ss b/templates/SilverShop/Cart/Cart.ss index a39fb4c4..6c65aecf 100644 --- a/templates/SilverShop/Cart/Cart.ss +++ b/templates/SilverShop/Cart/Cart.ss @@ -27,7 +27,7 @@ <% if $Image %>
"> - $Image.setWidth(45) + $Image.ScaleWidth(45)
<% end_if %> diff --git a/templates/SilverShop/Cart/SideCart.ss b/templates/SilverShop/Cart/SideCart.ss index 020655ce..407694d9 100644 --- a/templates/SilverShop/Cart/SideCart.ss +++ b/templates/SilverShop/Cart/SideCart.ss @@ -19,7 +19,7 @@ <% if $Product.Image %>
"> - <% with $Product %>$Image.setWidth(45)<% end_with %> + <% with $Product %>$Image.ScaleWidth(45)<% end_with %>
<% end_if %>