Community Forums

OpenCart v1.2.9

News, updates and important issues relating to OpenCart.

Re: OpenCart v1.2.9

Postby dbassa » Sun Jun 21, 2009 6:39 pm

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 :)
User avatar
dbassa
 
Posts: 229
Joined: Mon May 18, 2009 4:11 pm
Location: Spain

Re: OpenCart v1.2.9

Postby Daniel » Sun Jun 21, 2009 7:10 pm

you should put a linkk to your site so people can test it.

did you activate seo urls int he admn and add the keywords for e3ach product, categories, information pages you want seo on?
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart v1.2.9

Postby idopoo » Mon Jun 22, 2009 4:14 am

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!!!!!!!!!!!!!!!!!!!!!!!!!!!!
idopoo
 
Posts: 2
Joined: Mon Jun 22, 2009 4:07 am

Re: OpenCart v1.2.9

Postby iuliantoma » Mon Jun 22, 2009 5:56 am

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!

this option can be done by adding short_description column to product_description that can be displayed in product lists when added.
it is useful daniel, you can add it to the core
iuliantoma
 
Posts: 30
Joined: Thu Jun 18, 2009 4:38 pm

Re: OpenCart v1.2.9

Postby iuliantoma » Mon Jun 22, 2009 5:59 am

what about this issue with the forgot password
viewtopic.php?f=10&t=3579&start=75#p21572

does anybody feel the same way?
iuliantoma
 
Posts: 30
Joined: Thu Jun 18, 2009 4:38 pm

Re: OpenCart v1.2.9

Postby iuliantoma » Mon Jun 22, 2009 6:14 am

for daniel and others interested. please take a look at this topic about the Seo URLs:

viewtopic.php?f=24&t=4518&start=0
iuliantoma
 
Posts: 30
Joined: Thu Jun 18, 2009 4:38 pm

Re: OpenCart v1.2.9

Postby Daniel » Mon Jun 22, 2009 11:26 am

iuliantoma wrote:what about this issue with the forgot password
viewtopic.php?f=10&t=3579&start=75#p21572

does anybody feel the same way?


i'll look into this.

at the monet i'm concertrating on finishing all the shipping modules.
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart v1.2.9

Postby dbassa » Mon Jun 22, 2009 3:49 pm

Seo urls working fine!!!! It didn't work before because I didn't put entry_keyword.
User avatar
dbassa
 
Posts: 229
Joined: Mon May 18, 2009 4:11 pm
Location: Spain

Re: OpenCart v1.2.9

Postby siluet » Tue Jun 23, 2009 11:34 am

dbassa wrote:Seo urls working fine!!!! It didn't work before because I didn't put entry_keyword.


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
siluet
 
Posts: 7
Joined: Fri May 08, 2009 3:51 pm

Re: OpenCart v1.2.9

Postby siluet » Tue Jun 23, 2009 1:54 pm

siluet 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


I think upload/catalog/model/tool/seo_url.php on line 48, instead of
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.
siluet
 
Posts: 7
Joined: Fri May 08, 2009 3:51 pm

Re: OpenCart v1.2.9

Postby siluet » Tue Jun 23, 2009 5:09 pm

and there must be a json.php file under \upload\system\helper\ directory, but there isnt on v1.2.9
siluet
 
Posts: 7
Joined: Fri May 08, 2009 3:51 pm

Re: OpenCart v1.2.9

Postby iuliantoma » Tue Jun 23, 2009 7:04 pm

siluet wrote:and there must be a json.php file under \upload\system\helper\ directory, but there isnt on v1.2.9

yes without json.php in system\helper\ the upload will not work
iuliantoma
 
Posts: 30
Joined: Thu Jun 18, 2009 4:38 pm

Re: OpenCart v1.2.9

Postby Daniel » Tue Jun 23, 2009 9:09 pm

siluet wrote:and there must be a json.php file under \upload\system\helper\ directory, but there isnt on v1.2.9


I changed the directory int he latest version.

why whats not working?
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart v1.2.9

Postby siluet » Tue Jun 23, 2009 9:17 pm

Daniel wrote:
siluet wrote:and there must be a json.php file under \upload\system\helper\ directory, but there isnt on v1.2.9


I changed the directory int he latest version.

why whats not working?


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.
siluet
 
Posts: 7
Joined: Fri May 08, 2009 3:51 pm

Re: OpenCart v1.2.9

Postby iuliantoma » Tue Jun 23, 2009 10:07 pm

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.


Copy json.php from system/library/json.php to system/helper/json.php and il will work.
iuliantoma
 
Posts: 30
Joined: Thu Jun 18, 2009 4:38 pm

Re: OpenCart v1.2.9

Postby iuliantoma » Tue Jun 23, 2009 10:10 pm

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)
iuliantoma
 
Posts: 30
Joined: Thu Jun 18, 2009 4:38 pm

Re: OpenCart v1.2.9

Postby iuliantoma » Thu Jun 25, 2009 11:46 am

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)
iuliantoma
 
Posts: 30
Joined: Thu Jun 18, 2009 4:38 pm

Re: OpenCart v1.2.9

Postby semli » Thu Jun 25, 2009 1:32 pm

Did anyone succeed to use direct paypal payment method v1.2.9?
I get: "This transaction cannot be processed"
Any idea how to solve this problem?
semli
 
Posts: 3
Joined: Thu Jun 25, 2009 1:23 pm

Re: OpenCart v1.2.9 sef urls

Postby semli » Thu Jun 25, 2009 1:39 pm

It works fine in the following way:

route=product/product&product_id=2048

But when I use sub categories (path=8_9 was added)

route=product/product&path=8_9&product_id=2048

old url is used (in the same product)

How can I fix it?
semli
 
Posts: 3
Joined: Thu Jun 25, 2009 1:23 pm

Re: OpenCart v1.2.9

Postby Bugbites » Thu Jun 25, 2009 4:41 pm

I would also like to know if the upgrade is easy. I have 1.28. I have one module, an offline credit card check out. Is there a guide to the upgrade somewhere?
Bugbites
 
Posts: 22
Joined: Mon Jun 01, 2009 5:10 pm

PreviousNext

Return to News & Announcements

Who is online

Users browsing this forum: No registered users and 12 guests

Hosted by Arvixe Web Hosting