Re: Image Handler 2 Support
Looking into the files (haven't installed this yet) I found this define in the english-language file:
PHP Code:
define('IH_IMAGES_IMPORTED', 'Bilder erfolgreich importiert.');
I guess this should read:
PHP Code:
define('IH_IMAGES_IMPORTED', 'Images successfully imported.');
The full filename is:
admin/includes/languages/english/extra_definitions/bmz_image_handler.php
Re: Image Handler 2 Support
Stange site:
http://www.trustit.ca/zen-cart-image...gin-p-105.html
It look like you can buy this module for 122 euros (thanks to a 50% discount)...
Re: Image Handler 2 Support
Another one. I found this by comparing the german and the english file. I suppose the define in the english file:
PHP Code:
define('IH_SMALL_IMAGE', 'Default image');
should become:
PHP Code:
define('IH_SMALL_IMAGE', 'Preview image');
Again in:
admin/includes/languages/english/extra_definitions/bmz_image_handler.php
1 Attachment(s)
Re: Image Handler 2 Support
First (?) version for a dutch language-file (see attachment). I've just installed this module, so maybe I want to adjust some texts later on...
Feel free to add this to your installation files.
Re: Image Handler 2 Support
Quote:
Originally Posted by
FredSchenk
First (?) version for a dutch language-file (see attachment). I've just installed this module, so maybe I want to adjust some texts later on...
Feel free to add this to your installation files.
Awesome!!!:clap:
Re: Image Handler 2 Support
Quote:
Originally Posted by
FredSchenk
Utterly disgusting.
Re: Image Handler 2 Support
I have a fresh install of 1.39g...I added the IH2 to a template I downloaded also.
The problem is the add to cart button is overlapping the images.
Any clue?
Has this happened before to anyone??
Re: Image Handler 2 Support
Quote:
Originally Posted by
PinkLeopard
I have a fresh install of 1.39g...I added the IH2 to a template I downloaded also.
The problem is the add to cart button is overlapping the images.
Any clue?
Has this happened before to anyone??
Sounds like a CSS issue with your template.. Not an IH2 issue at all..
Re: Image Handler 2 Support
It ONLY happens in FF. Chrome is ok.
Re: Image Handler 2 Support
Quote:
Originally Posted by
PinkLeopard
It ONLY happens in FF. Chrome is ok.
It's still not an issue specifically with IH2 though. The installation of IH2 would not affect the way the "Add to Product" button looks.. You said you installed a template at the same time you installed IH2.. I think it is MORE likely that you template is the real cause of the display issue you are having..