Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

TelaFirma - X-Cart Dynamic Image Generator

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #61  
Old 12-31-2005, 07:48 AM
 
electronics4less electronics4less is offline
 

Advanced Member
  
Join Date: Jul 2005
Posts: 38
 

Default

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.
__________________
X-cart v4.0.8
Reply With Quote
  #62  
Old 12-31-2005, 08:11 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default 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.
Reply With Quote
  #63  
Old 12-31-2005, 10:52 AM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default

Any progress on honoring the transparent bit in GIFs?
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote
  #64  
Old 01-02-2006, 07:58 PM
 
sublimebikinis sublimebikinis is offline
 

Advanced Member
  
Join Date: May 2004
Location: New Zealand
Posts: 33
 

Default

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.
__________________
X-Cart version 3.5.7
Reply With Quote
  #65  
Old 01-02-2006, 08:20 PM
  proboscidian's Avatar 
proboscidian proboscidian is offline
 

Senior Member
  
Join Date: May 2005
Location: Clearwater, FL
Posts: 146
 

Default missing file

Your signature says you are using 3.5. The mod is for 4.0.X; maybe that is the problem.
__________________
Industrial Webworks
Various xcart versions from 4.1.19 gold - 4.7 gold
http://www.industrialwebworks.net
Reply With Quote
  #66  
Old 01-02-2006, 08:35 PM
 
sublimebikinis sublimebikinis is offline
 

Advanced Member
  
Join Date: May 2004
Location: New Zealand
Posts: 33
 

Default

Hi,

Yes, i considered that... was hoping it wouldn't be a problem.
O well, we'll see
__________________
X-Cart version 3.5.7
Reply With Quote
  #67  
Old 01-03-2006, 02:47 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

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
Reply With Quote
  #68  
Old 01-03-2006, 02:51 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

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 .
Reply With Quote
  #69  
Old 01-03-2006, 05:16 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

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.
Reply With Quote
  #70  
Old 01-03-2006, 07:55 AM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default

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.
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 08:39 AM.

   

 
X-Cart forums © 2001-2020