

tallbrick
Members-
Content count
12 -
Joined
-
Last visited
Profile Information
-
Real Name
Chris Bricker
-
Credit Class/Gift Vouchers/Discount Coupons 5.10
tallbrick replied to Strider's topic in General Add-Ons Support
FYI: you need the words 'GIFT VOUCHER' in your product's model field. Unfortunately it seems this info was left out of the docs. You'll know it works because additional instructions and a GV code get inserted into the customer's email after checkout. Also, much of the info that was missing from the documentation can be gleaned from the FAQs (/gv_faq.php). -
Credit Class/Gift Vouchers/Discount Coupons 5.10
tallbrick replied to Strider's topic in General Add-Ons Support
I just recently installed the CCGV mod. Unfortunately there were many items either not working or still unfinished and it has taken some time to rework the code to the point where we can go live with this shop. There are many places in the code that are pretty ugly to say the least - every developer commenting out past versions of the code snippets for reference, etc.... I've made plenty of enchancements to this mod, and I'm sure others have as well, but (the current setup + the size of the mod) does not make it easy for others to contribute. IMHO this really needs to be setup as a project on a CVS - it will make it easier to continue development (ie: clean up the code base, track branches, etc...). Does anyone know if this mod being maintained in a CVS somewhere? If not, we need to make it happen. FYI: it looks like google offers free project hosting: http://code.google.com/ -
[Contribution] Additional Images for MS2
tallbrick replied to tobz's topic in General Add-Ons Support
Never mind what I just said - the author does say all this. AND you can change the GD Lib version used in the control panel I'm getting off topic... Back to: Additional Images for MS2 -
[Contribution] Additional Images for MS2
tallbrick replied to tobz's topic in General Add-Ons Support
You need to have GD LIB 2.0 or higher to use that contribution Unfortunatly my hosting co. only has 1.6x installed. Before attempting that contribution - check out what version your machine is using in 'Server Info' in the admin panel. (It's under the results heading 'GD') I wish the authors would have put mentioned this important bit of information - It could have saved me a few hours! -
[Contribution] Additional Images Module
tallbrick replied to Parikesit's topic in General Add-Ons Support
Either change the database entry for the product / image or climb into code... No easy answers here... :( -
[Contribution] Additional Images Module
tallbrick replied to Parikesit's topic in General Add-Ons Support
Also to fix the rescaling problem change the image sizes in the admin control panel - Configuration : Images -
[Contribution] Additional Images Module
tallbrick replied to Parikesit's topic in General Add-Ons Support
My popup image was added even though it gave no 'green bar' notification. It didn't show the new image on the admin panel and on product_info.php the HTML path to the 'new images' has issues, but it worked ok in the popup. So, I changed the code in the additional_images modual and product_info to only show the new popup image when the original 'Click to enlarge' is pressed... I think the broken path to the image files on the profuct_info page can be fixed by putting a copy of the new images in both the HTTP and HTTPS folders. But I agree, it needs the green bar notification - not enough time in the day for these things... Also it would be nice to be able to visually identify the new images on the Categories / Products page and the delete page... -
[Contribution] Additional Images Module
tallbrick replied to Parikesit's topic in General Add-Ons Support
Never mind - I found it too it was a typo in the code (I just copied and pasted it...) si() should be: sizeof() and the mysql query has typo's too... It should read: tep_db_query("delete from " . TABLE_ADDITIONAL_IMAGES . " where additional_images_id = '" . tep_db_input($additional_images_id[$i]) . "'"); not: tep_db_query("te ... -
[Contribution] Additional Images Module
tallbrick replied to Parikesit's topic in General Add-Ons Support
Ed, I am having the same problem - what was the fix? Thanks