• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 04.10.18, 11:44
  • Opened by: Lisa Keeling
  • Closed by: Marek
  • Closed on: 17.12.18, 14:56
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13015 - grainy images at checkout

Hi Marek,

Images at checkout page are really grainy. How can we fix that? See image attached.

Comments

Marek 04 Oct 2018, 15:42

Open the file /themes/alysum/templates/checkout/_partials/cart-detailed-product-line.tpl
find the line

<img src="{$product.cover.bySize.cart_default.url}" alt="{$product.name|escape:'quotes'}">

and replace it with

<img src="{$product.cover.bySize.home_default.url}" alt="{$product.name|escape:'quotes'}">