X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   TelaFirma - X-Cart Dynamic Image Generator (https://forum.x-cart.com/showthread.php?t=17757)

electronics4less 12-31-2005 07:48 AM

Amazing mod, never seen anything like! Stephen installed it for me on my site...

Saves so much time to put each image in photoshop to resize and clarify the image.

TelaFirma 12-31-2005 08:11 AM

Re: Duplicate detailed images
 
Quote:

Originally Posted by proboscidian
Did you comment out the detailed images code in product.tpl? This will stop the image from showing up as a duplicate. Here's what you should comment out:
Code:

{*{if $active_modules.Detailed_Product_Images ne ""}



{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}*}



I have added this to the instructions now. I now realize that I should have included this to begin with.

jsa 12-31-2005 10:52 AM

Any progress on honoring the transparent bit in GIFs?

sublimebikinis 01-02-2006 07:58 PM

Hi,
I'm just intalling this mod now, but i seem to be missing a file!

I've already emailed TelaFirma, but as it's probably the middle of the night over there i thought i'd check if anyone on the board can help me. (it's great living on the other side of the world!)

The file: /skin1/main/product_details.tpl seems to be missing from my directory. I've checked everywhere but can't see it.
Does anyone have any tips?

Thanks in advance!
Flo.

proboscidian 01-02-2006 08:20 PM

missing file
 
Your signature says you are using 3.5. The mod is for 4.0.X; maybe that is the problem.

sublimebikinis 01-02-2006 08:35 PM

Hi,

Yes, i considered that... was hoping it wouldn't be a problem.
O well, we'll see :)

TelaFirma 01-03-2006 02:47 AM

Quote:

Originally Posted by sublimebikinis
Hi,
I'm just intalling this mod now, but i seem to be missing a file!

I've already emailed TelaFirma, but as it's probably the middle of the night over there i thought i'd check if anyone on the board can help me. (it's great living on the other side of the world!)

The file: /skin1/main/product_details.tpl seems to be missing from my directory. I've checked everywhere but can't see it.
Does anyone have any tips?

Thanks in advance!
Flo.


The file that you would be looking for in V3.5.x would be /skin1/main/product_modify.tpl . This is the file in the Admin area where you Add/Modify the products and where the thumbnail image is displayed. The purpose of changing this template is so that in the Admin area, you are not displaying a huge image when modifying the product.

The line of code you are looking for is on or around line 35:
Code:

{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product}

You can change this to:
Code:

{include file="product_thumbnail.tpl" productid=$product.productid image_x=100 product=$product.product}

Again, I would like to repeat that I do not know if this will work on Version 3.5.x - I have not tested it on any version other than version 4.0.x

TelaFirma 01-03-2006 02:51 AM

Quote:

Originally Posted by jsa
Any progress on honoring the transparent bit in GIFs?


Haven't forgotten about this and I am still looking into this. It should be preserving the Alpha chanel information but there is possibly a conflict when converting to true-color with Alpha if you are using a different transparent bit besides 255,255,255 or 0,0,0 .

TelaFirma 01-03-2006 05:16 AM

Quote:

Originally Posted by matrixa59
Hi Telafirma

First of all great mod

How do I go about licensing this for an additional domain?

Do I just purchase it again?


Thank you...

Yes.

jsa 01-03-2006 07:55 AM

Quote:

Originally Posted by TelaFirma
Quote:

Originally Posted by jsa
Any progress on honoring the transparent bit in GIFs?


Haven't forgotten about this and I am still looking into this. It should be preserving the Alpha chanel information but there is possibly a conflict when converting to true-color with Alpha if you are using a different transparent bit besides 255,255,255 or 0,0,0 .


Oh, man, I don't know. It's whatever Photoshop's "Save for Web" defaults to.

The transparent bit is pure white, if that's what you mean. I'm not using a "blue screen" or anything. :)


All times are GMT -8. The time now is 06:05 AM.

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