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)

intel352 05-29-2008 03:33 AM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
Hi ScrapOrchard, just curious, why do your product titles (in the screenshots) show a single double-quote? ex:
Quote:

"In the News...
Note that there is no trailing double-quote value, according to the screenshots

Quote:

Originally Posted by ScrapOrchard
I am having a problem with getting the thumbnails to show up on our Download page..? I found this thread and tried the fix, but it didn't work :( I haven't been able to find any other threads with similar problems... help?


ScrapOrchard 05-29-2008 04:18 AM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
Quote:

Originally Posted by intel352
Hi ScrapOrchard, just curious, why do your product titles (in the screenshots) show a single double-quote? ex:
Note that there is no trailing double-quote value, according to the screenshots


Because that's the titles of the product? It's what the Provider entered in the Product Information.. why they forgot to close the quotes, I don't know! The quotes are not hard coded.. not all the titles have them.. :)

Does this have any bearing on why the thumbnails aren't showing up? Because they dont' show up for all product, not just the one I took a screen shot of...?

intel352 05-29-2008 04:35 AM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
ah, wasn't sure if it had any bearing or not. based on your explanation though, i doubt that it does

ScrapOrchard 05-29-2008 04:36 AM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
Well.. that would be too easy a fix.. wouldn't it?! :)

ScrapOrchard 05-31-2008 05:14 PM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
Anyone?

ScrapOrchard 06-01-2008 11:35 PM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
Can anyone answer my question? If not, is there a support forum at TeleFirma where I can try to get assistance there?!?!

phicaloma 06-02-2008 01:33 AM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
ScrapOrchard,
I think Stephen Couch (Telafirma) could answer but it's been days that nobody has heard from him. It doesn't seem unusual that Stephen get out of touch for "long" periods of time...quite stressing because you cannot access some parts of the code and as with many X-Cart mods there is always a lot of twiching and fine tuning to do (and I don't intend to become an HTML+PHP+Smarty expert for the years to come).
Hope Stephen will get back to us soon...
Cheers,

Philippe

membot 06-02-2008 02:55 AM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
I've also been trying to get in touch with Stephen. I sent him a package from Australia also that I know he was very excited about receiving but instead it was returned to me as "un-claimed". I have also experienced this latency in response before from Stephen.

Have tried every means other than calling / jumping on a plane and knocking on his door.

Stephen, If you're out there mate and everything is cool. You're gonna be a busy boy when you get back.

Chris

membot 06-02-2008 03:33 AM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
Hey hey :) :) I finally found an old email from Stephen about this. I've been having this same problem.

Quote:

Originally Posted by 01bodyjewellery
What was the actual fix for this error - I now have the same problem - I have increased the PHP memory but that did not help

Warning
: Division by zero in /home/xxxxxx/public_html/shop/var/templates_c/%%5F^5F5^5F5284F3%%product_image.tpl.php on line 16

Warning: Division by zero in /home/xxxxxx/public_html/shop/var/templates_c/%%5F^5F5^5F5284F3%%product_image.tpl.php on line 41


On line 17 of /skin1/modules/Dynamic_Images/product_image.tpl

change the following line:
Code:

{math equation="floor(x / y)-1" x=$config.Dynamic_Images.di_product_image_width y=$config.Dynamic_Images.di_detail_thumb_width assign=number}

to:

Code:

{math equation="floor(x / y)" x=$config.Dynamic_Images.di_product_image_width y=$config.Dynamic_Images.di_detail_thumb_width assign=number}

Basically all you are doing is removing the "-1" from the floor(x / y) equation.

Hope this helps :)

Freakmode 06-02-2008 09:49 AM

Re: TelaFirma - X-Cart Dynamic Image Generator
 
Thank you - I'll give that a go -


All times are GMT -8. The time now is 08:50 PM.

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