TWO issues 1.4.9 Fresh Install
Posted: Tue Sep 21, 2010 6:54 am
First issue: Search Engine Optimized URLs are unfiltered
I have product names containing URL-unfriendly characters (ampersands and other nasty characters). The SEO URL function in opencart will just throw the name right into the URL and that's no good! It breaks the links! I think there should be a filter in place that allows only A-Z and 0-9 characters there.
(From a search I've discovered that several people have reported trouble getting SEO URLs to work- you need to edit the .htaccess file where opencart is installed and change to )
Second issue:
Products without images should not use alt text (item name is used as alt text for some reason). Alt text is not really necessary for any product images because the item name is already there in every case. Because of the alt text, I am seeing the item names two times whereever there is no product image in place. I should not need to upload product images just to mask the issue!
Other thoughts:
*Coupon length limit should be much longer by default (I know how to change it thanks)
*Coupon expiration date and other such dates are limited by the 2038 bug (PHP's fault)
*Image uploader could use a little work but it's ok.
*Nice job on the great open source cart guys! Puts the proprietary ones to shame!
I have product names containing URL-unfriendly characters (ampersands and other nasty characters). The SEO URL function in opencart will just throw the name right into the URL and that's no good! It breaks the links! I think there should be a filter in place that allows only A-Z and 0-9 characters there.
(From a search I've discovered that several people have reported trouble getting SEO URLs to work- you need to edit the .htaccess file where opencart is installed and change
Code: Select all
RewriteBase /
Code: Select all
RewriteBase /YOUR_INSTALL_FOLDER/
Second issue:
Products without images should not use alt text (item name is used as alt text for some reason). Alt text is not really necessary for any product images because the item name is already there in every case. Because of the alt text, I am seeing the item names two times whereever there is no product image in place. I should not need to upload product images just to mask the issue!
Other thoughts:
*Coupon length limit should be much longer by default (I know how to change it thanks)
*Coupon expiration date and other such dates are limited by the 2038 bug (PHP's fault)
*Image uploader could use a little work but it's ok.
*Nice job on the great open source cart guys! Puts the proprietary ones to shame!