
I must say that I am not able to see v1.2.9 correctly in IE6 and seo urls doesn't work on my server...I have activated mod_write module, .htaccess ranamed, and activated on opencart admin site. I don't know if I am doing something wrong. Any way, I am happy because I we leave these things a part all is working right 

i just updata from 1.28 to 1.29 but i can't see the seo url function.
i ask my hosting support ,they tell us the apache can mod_rewrite.
also i have rename the .htaccess file.
who can tell me why? anybody who have success website use 1.29 seo url?
also in admin i am not see the module for seo url.also not see the alias.
i have see the mysql find the table of url_alias.
why and who can explain?
help help help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!
i ask my hosting support ,they tell us the apache can mod_rewrite.
also i have rename the .htaccess file.
who can tell me why? anybody who have success website use 1.29 seo url?
also in admin i am not see the module for seo url.also not see the alias.
i have see the mysql find the table of url_alias.
why and who can explain?
help help help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!
this option can be done by adding short_description column to product_description that can be displayed in product lists when added.wortek wrote:Thx Daniel, please could you make a text field for each item, where customer can write down some info for each item in the next version? It could be an option for each item. But please I need it soo much!
it is useful daniel, you can add it to the core
what about this issue with the forgot password
http://forum.opencart.com/viewtopic.php ... =75#p21572
does anybody feel the same way?
http://forum.opencart.com/viewtopic.php ... =75#p21572
does anybody feel the same way?
for daniel and others interested. please take a look at this topic about the Seo URLs:
http://forum.opencart.com/viewtopic.php ... 18&start=0
http://forum.opencart.com/viewtopic.php ... 18&start=0
i'll look into this.iuliantoma wrote:what about this issue with the forgot password
http://forum.opencart.com/viewtopic.php ... =75#p21572
does anybody feel the same way?
at the monet i'm concertrating on finishing all the shipping modules.
But it s not working if opencart is installed on sub-directory.dbassa wrote:Seo urls working fine!!!! It didn't work before because I didn't put entry_keyword.
The system is ignoring sub-directory, and genereting urls like
http://rootdir/keyword
I think upload/catalog/model/tool/seo_url.php on line 48, instead ofsiluet wrote: But it s not working if opencart is installed on sub-directory.
The system is ignoring sub-directory, and genereting urls like
http://rootdir/keyword
return $url_data['scheme'] . '://' . $url_data['host'] . '/' . trim($seo_url_query->row['alias'], '/') . $query;
return HTTP_SERVER . trim($seo_url_query->row['alias'], '/') . $query;
will be better, at least sub directories remains.
And of course on .htaccess, i have to comment out RewriteBase / like
# RewriteBase /
and now seo urls working under sub-directories.
yes without json.php in system\helper\ the upload will not worksiluet wrote:and there must be a json.php file under \upload\system\helper\ directory, but there isnt on v1.2.9
while i try to upload an image, under admin/controller/catalog/image.php on line 25Daniel wrote:I changed the directory int he latest version.siluet wrote:and there must be a json.php file under \upload\system\helper\ directory, but there isnt on v1.2.9
why whats not working?
$this->load->helper('json');
is trying to find json.php under helper directory.
Copy json.php from system/library/json.php to system/helper/json.php and il will work.siluet wrote: while i try to upload an image, under admin/controller/catalog/image.php on line 25
$this->load->helper('json');
is trying to find json.php under helper directory.
I noticed that when uploading a picture with the same name as another, the old pic gets replaced.
Instead the new picture should have been uploaded by the system with a new name (ex: mypic[1].jpg)
Instead the new picture should have been uploaded by the system with a new name (ex: mypic[1].jpg)
another concern of mine, it is rather a request to imporove functionality of the cart is:
when adding to cart a product with a larger quantity than the current stock of the product the quantity must be set by the system to the current stoc (maximum order quantity at the moment)
when adding to cart a product with a larger quantity than the current stock of the product the quantity must be set by the system to the current stoc (maximum order quantity at the moment)
Who is online
Users browsing this forum: No registered users and 5 guests