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
  #501  
Old 06-30-2008, 02:52 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

I've had several clients order mods from Stephen in the last few weeks, and none of them have received a thing. I'd wait to order anything until we hear from Stephen.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #502  
Old 06-30-2008, 07:39 AM
 
innovati innovati is offline
 

Newbie
  
Join Date: Sep 2006
Posts: 2
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

I just received my download links to the free mods and the paid mods from telafirma so I think everything is well with telafirma or Mr. Stephen Couch.
__________________
Version 4.1.3
Reply With Quote
  #503  
Old 06-30-2008, 07:43 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Mmmm - still taking the money then I see,

Hope you don't have an issue installing it and need his help
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #504  
Old 06-30-2008, 08:33 AM
 
rtraction rtraction is offline
 

Newbie
  
Join Date: Mar 2008
Posts: 8
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Do not buy this mod!! There is a better, free solution.

We purchased this mod from Stephen just before he disappeared. His irritating copy protection was preventing us from putting the site live, much to our client's annoyance. After two weeks of emails and phone calls (got his phone number via whois and Google), we gave up. We then had the task of solving this problem ourselves.

Because we had his partially functional module, we kept his admin interface. This could also be rewritten from scratch or even hardcoded but because of time constraints, we just went with what we had. We also had to make some minor changes to the templates, passing in relative image paths.

Replacing function.thumb.php was the main concern. As a closed-source document, we weren't quite sure what it did or how it worked. Some searching turned up what is probably the document that Stephen modified and encrypted. It is a smarty plugin, but since X-Cart is built on smarty it integrated perfectly:

http://sourceforge.net/projects/thumb-imp/

Check out the parameters in the source document. It has a lot of features that Couch's module doesn't have, though it is missing other features, ones that we simply didn't want. The main thing, the important thing, is that it generates thumbnails on the fly and caches the images.
__________________
Xcart v4.1.9 [unix]
Reply With Quote
  #505  
Old 06-30-2008, 10:02 AM
 
aimeea aimeea is offline
 

Advanced Member
  
Join Date: May 2008
Posts: 33
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

I am trying to install the image generator and I get this code when installing the sql patch:

INSERT INTO `xcart_config`
VALUES ( 'di_product_image_width', 'Image width on Product Page', '200', 'Dynamic_Images', 10, 'numeric', '200', ''
);

MySQL said:
#1136 - Column count doesn't match value count at row 1


Could you someone let me know what I need to do to correct this?


Thank you
__________________
Version 4.1.10
Reply With Quote
  #506  
Old 06-30-2008, 11:08 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Hi Aimeea -

It appears there were some changes in XCART from 4.1.9 to 4.1.10 that the installation has not yet accounted for - see this.

Since the xcart_config table in the database has an extra column added - you need to update the patch file to add this extra field. Everytime you see an "INSERT INTO `xcart_config` - add an extra ,'' in the values - for example:

INSERT INTO `xcart_config` VALUES ('di_product_image_width', 'Image width on Product Page', '200', 'Dynamic_Images', 10, 'numeric', '200', '', '');
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote
  #507  
Old 06-30-2008, 12:17 PM
 
aimeea aimeea is offline
 

Advanced Member
  
Join Date: May 2008
Posts: 33
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Thank you so much

gb2world

that did the trick and I am all set. Thank you!
__________________
Version 4.1.10
Reply With Quote
  #508  
Old 06-30-2008, 09:41 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Here is another thing to be careful with on the Dynamic Images install:

The dynamic images mod uses its own check_options.tpl , found in /skin1/modules/Dynamic_Images/check_options.tpl

There are other mods that require changes to the check_options.tpl found in skin1/modules/Product_Options/check_options.tpl - (for example, Altered Cart On-Sale, BCSE Preorder/Backorder)

So - you might need to make any changes that you already have in the Product_Options/check_options.tpl file again to the Dynamic_Images/check_options.tpl file - or merge all changes into one check_option.tpl using {if $active_modules.Dynamic_Images} code.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote
  #509  
Old 07-01-2008, 02:20 AM
  WhiteDoveGifts's Avatar 
WhiteDoveGifts WhiteDoveGifts is offline
 

X-Adept
  
Join Date: Oct 2006
Location: Maarssen, The Netherlands
Posts: 474
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

I have a question about this mod that maybe others have as well: Does anyone know how to add a "View enlarged" link with a magnifying glass image underneath the product detail image?
__________________
____________________________
X-Cart Gold 4.1.10

EWD Hosting | CDSEO Pro | One Page Checkout | Smart Search | Telafirma Dynamic Images | X-AOM | Product Importer Pro and many custom mods and tweaks found here...
Reply With Quote
  #510  
Old 07-01-2008, 10:54 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Quote:
Does anyone know how to add a "View enlarged" link with a magnifying glass image underneath the product detail image?
See post 483 above.

To add the image and language variable from the Detailed Image mode - you can use this code instead:

Code:
<img src="{$ImagesDir}/zoom_image.gif" alt="{$lng.lbl_click_to_enlarge|escape}" />{$lng.lbl_click_to_enlarge|escape}
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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 02:07 AM.

   

 
X-Cart forums © 2001-2020