X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Shadowbox v3 Detailed Images Issue (https://forum.x-cart.com/showthread.php?t=53468)

annakyn 04-26-2010 04:16 PM

Shadowbox v3 Detailed Images Issue
 
I've installed this mod, but to no avail.

Wherever you replace in "{include file="shadowbox/product_images.tpl"}" you just get text saying "Detailed Images" and no hyperlink at all.

Anyone have any experience of getting this mod to work?

Shamun 04-26-2010 06:46 PM

Re: Shadowbox v3 Detailed Images Issue
 
I'm unsure of your problem?
You're talking about Shadowbox in this thread, but you have another about the standard detailed images module. Which are you using?

Slightly off-topic, if you're looking for a new way to display detailed images I'm going to be releasing a mod soon for 4.3 that uses highslide ( www.highslide.com ) so you may want to use that incase you're not able to find a solution to your current problem.

annakyn 04-27-2010 01:05 AM

Re: Shadowbox v3 Detailed Images Issue
 
Hi. Thanks for the reply. My other topic is just about the detailed images module which I'm currently using. However, I would like to get the shadowbox detailed images mod to work so that it looks a bit prettier.

I'd be very interested in your mod, whens your estimated release date?

Shamun 04-27-2010 04:36 AM

Re: Shadowbox v3 Detailed Images Issue
 
Quote:

Originally Posted by annakyn
Hi. Thanks for the reply. My other topic is just about the detailed images module which I'm currently using. However, I would like to get the shadowbox detailed images mod to work so that it looks a bit prettier.

I'd be very interested in your mod, whens your estimated release date?



Right now its mostly ready, I'm just adding in the ability to customize about 20-40 options from the x-cart interface. Should be finished tomorrow.

PhilJ 04-27-2010 05:38 AM

Re: Shadowbox v3 Detailed Images Issue
 
For the shadowbox mod, v4.3.x users, use this code instead...
Code:

{*========================================*}
{* Thumbnail width in pixels              *}
{assign var='sbox_tw' value='150'}
{*========================================*}
{if $images ne ""}
{capture name=dialog}
{foreach from=$images item=i name=images}
<div style="float:left;display:inline;margin:0 10px 10px 0;border:1px solid #ccc;">
<a rel="shadowbox[images]" href="{$i.image_url}" title="{$i.alt|escape}"><img src="{if $i.image_url}{$i.image_url|amp}{else}{$xcart_web_dir}/image.php?id={$i.imageid}&amp;type=D{/if}" alt="{$i.alt|escape}"{if $smarty.foreach.images.last} class="last"{/if} width="{$sbox_tw}" /></a>
</div>
{/foreach}
<div style="clear:both;"></div>
{/capture}
{include file="customer/dialog.tpl" title=$lng.lbl_detailed_images content=$smarty.capture.dialog extra='width="100%"'}
{/if}


The mod has been updated...
http://www.xcartmods.co.uk/x-cart-shadowbox-v3-detailed-images.html

annakyn 04-27-2010 06:12 AM

Re: Shadowbox v3 Detailed Images Issue
 
Brilliant! Thanks guys. Still interested in that new mod. I'll keep a look out.


All times are GMT -8. The time now is 02:16 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.