-
Content count
613 -
Joined
-
Last visited
-
Days Won
1
Everything posted by lildog
-
This is the supoort thread for Options as images contrib:Contributions Page lildog
-
This is the thread for the bundled products contribution. This is a very useful mod but the installation instructions are barely legible. I am currently fixing the install docs, I don't think there will be any code changes just cleaning up the code to start with. lildog
-
I forget to check the contributions site everyday even every week or month. When I do remember to checkback it takes forever to update all my contribs. Contribution tracker checks the oscommerce feed and notes what contributions have been updated so you can easily see what contribution needs to be updated. found at:http://www.oscommerce.com/community/contributions,4815
-
Support thread for the Gift Wrap contribution for OSC 2.3.1. Found here: http://addons.oscommerce.com/info/8115. For the Giftwrap contribution for OSC 2.2xx support thread go here.
-
This contribution is to create a new order in the admin section of osCommerce. You also need to have order editor installed.
-
'On The Fly' Auto Thumbnailer using GD Library 2.1
lildog replied to mloeffen's topic in General Add-Ons Support
I also now remember I had an issue with it on the same shop a number of month's ago and was able to fix it. I was unable/unwilling to find the problem this morning and scrapped the contrib. For anyone that views this in the future what (if any) contrib do you recommend for thumbnailing? Todd -
'On The Fly' Auto Thumbnailer using GD Library 2.1
lildog replied to mloeffen's topic in General Add-Ons Support
Do you know what the issues are off hand? I am not really worried about speed, right now, I just need to get the images working. Is it to do with the upgrade to php 5.3.x? I also found that the thumbs are being generated just not shown. Thank you for your time, Todd -
'On The Fly' Auto Thumbnailer using GD Library 2.1
lildog replied to mloeffen's topic in General Add-Ons Support
I have used this contrib in a few stores and it worked flawlessly. A clients server just upgraded the php software so I did an update to fix some errors and assumed it would fix the thumbs, but it didn't. My thumbs are not generating, I do not get any errors, and when I view the image the path is correct(http://www.duds4buds.com/product_thumb.php?img=images/Golden-bears_GH.jpg&w=110&h=71) but I just get a path in the browser window instead of a image. I hope someone can shed some light on my problem, Todd -
It is here. In history it is the second one down...AJAX Attribute Manager 2.8.9.2 by darkmex. I installed it today and verify it works.
-
Thank you for reporting this. My sql statements are wrong, here are the correct ones: ALTER TABLE orders ADD giftMethod varchar(20) NOT NULL default '' AFTER cc_expires; ALTER TABLE orders ADD giftCard boolean NOT NULL default 0 AFTER giftMethod; ALTER TABLE orders ADD giftMessage varchar(150) NOT NULL default '' AFTER giftCard; I have updated the contrib packages also.
-
OOPS...sorry about that, my mistake. Was working on a site, the OSC2.2 version and the OSC 2.3 version, forgot to include some essential files. The package has been fixed and re uploaded. Todd
-
Many apologies for my tardiness. This is a simple fix...in the admin send extra order emails to your email address. It is not really the best way to do this, but I usually turn this on for my shop owners anyhow and have overlooked mentioning it. I am now working on it again and mentioning this in the readme.txt. I have also fixed a few issues with the logic that controls the show/hide of the giftcard question. Real soon I am going to be releasing a version for OSC2.3. Todd
-
BEWARE some of the files in this contrib use php short_open_tags and ARE NOT compatible with all server setups and apparently are not XML compliant. Where this applies replace the '<=' with '<?php echo' AND '<? ' with the more standard '<?php' Todd
-
This should be added in the install docs.....
-
Categories and Products Images Folder Tree V 1.3 written by GottaLoveIT (joseph@xtremecorponline.com) for osCommerce 2.2MS2 (see included GPL license) This contribution will automatically make folders under the /catalog/images folder that will match the categories tree when you create categories and it will place the products image in the correct folder. This helps keep your products and categories images separated based on category.
-
Yep. The new box doesn't have that, just forgot to add the delete into an update guide somewhere. Just logged in users should see the add comment note. Delete the first one. Thanks again. Todd ***CORRECTION*** That was fixed in update .9 to 1.0
-
You are correct. I will look into a solution. Thanks for letting me to know. Todd
-
I have uploaded a new version. + upgraded OTF to 2.4 fix + No slideshow if only one image + Add default image for plain image gallery box + Image box tooltip language compatible + Made some text more clear +in admin on upload page: state image size limits This update should clarify some of the errors in admin and fixed the infoboxes a bit. lildog
-
You are welcome. Good Luck. Also....stay tuned here I am releasing another update soon. Todd
-
Sorry it looks like you found the answer. The code is part of OSCommerce. It hides form elements from view. I assume it acidentally got deleted somewhere along the line. Paste it in and try again. In my version of osc it is in admin/includes/functions/html_output.php. But general would probably work also. Todd
-
The most likely reason is for some reason in admin/includes/html_output.php your function tep_hide_session_id() is missing. Todd
-
I will check it out. Todd
-
For some reason you need to upload 2 images in the admin for the slideshow to work. I am working to resolve this error. Also right now, images uploaded in the admin will not show up in the slideshow box UNTIL someone visits the gallery page to generate a thumb for it. I am working to fix this also. Todd
-
Ok the new update is posted. I believe MOST of the problems have been with Photo Gallery cooperating with OTF. I have a few minor things to do but it should at least work for now. Todd
-
Adam, I did a fresh install and there are a few errors and steps missing. I am working on an upgrade now. I am about an hour away from a new version. This was built on a modified store. Sorry for the inconvenience. Todd