Jump to content

1.6 - Block Cart - Crosselling - Produktbilder


xMartin

Recommended Posts

Hi, 

 

bei mir sehen die im Crosselling Teil in der Warenkorb Vorschau angezeigten Produktbilder ziemlich verpixelt aus. Es werden die medium_default Bilder verwendet, die haben bei mir 108x108px. Angezeigt werden aber 166x166. 

 

Leider verstehe ich den Code überhaupt kein bisschen :-)

 

Würde ja gerne einfach auf die home_default wechseln, die haben 270x270px, finde aber weder die Einstellung für die Anzeige mit 166 noch die Auswahl der Bilder: 

 

Würde erwarten das steht in der crossselling.tpl: 

	<h2>{l s='Customers who bought this product also bought:' mod='blockcart'}</h2>
	<a id="blockcart_scroll_left" class="blockcart_scroll_left{if count($orderProducts) < 5} hidden{/if}" title="{l s='Previous' mod='blockcart'}" rel="nofollow">{l s='Previous' mod='blockcart'}</a>
	<div id="blockcart_list">
		<ul {if count($orderProducts) > 4}style="width: {math equation="width * nbImages" width=58 nbImages=$orderProducts|@count}px"{/if}>
			{foreach from=$orderProducts item='orderProduct' name=orderProduct}
			<li>
				<a href="{$orderProduct.link}" title="{$orderProduct.name|htmlspecialchars}" class="lnk_img"><img src="{$orderProduct.image}" alt="{$orderProduct.name|htmlspecialchars}" /></a>

Ich kann natürlich auch die medium_default auf 166px ändern, aber ob das die richtige Lösung ist?

 

Gruß

Martin

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...