Jump to content

Custom coded fancy boxmigrating from 1.4 to new PS 1.6


Recommended Posts

Hi you all presta-lovers !

I have a question, and need an advice,

I have a client a great designer actually - she has made the new shop looks wonderfull !

She has a problem, and I want to help but I need your confirmation

 

The shop - ecard mailing system has a custom fancybox made in PS1.4

It opens in fancy box gif animation of the ecard.

http://www.aenor-voeux.fr/cartes-calendriers/173-carte-voeux-calendriers-entreprise-2014-nature.html

 

just click on the round red circle under the image!

And `voila` it opens the gif without a problem,

 

My question is can I replicate this in Presta 1.6 by copying the code or .tpl file or can you recomend some module to do that ?

And also how it is made to have other pictures inside the larger photo and that attributes on the right?

Is it the former look of Presta 1.4 or is custom coding.

 

thanks for your advices.

d.

 

 

edit

also is this the right code or I am seeing things after a week of hard work:

<li class="ajax_block_product {if $smarty.foreach.products.first}first_item{elseif $smarty.foreach.products.last}last_item{/if} {if $smarty.foreach.products.index % 2}alternate_item{else}item{/if} clearfix">
			<div class="center_block">
				<a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /></a>
				<h3>{if isset($product.new) && $product.new == 1}{/if}<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:45:'...'|escape:'htmlall':'UTF-8'}</a></h3>
				
			</div>																				 
			
		</li>

post-778912-0-75280600-1399654874_thumb.png

Edited by datasphere (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...