Page 2 of 6

Re: OpenCart 1.5.4 Released!

Posted: Sun Aug 19, 2012 3:21 am
by iogames
Great!

Edited:

I can´t find this phrase to translate on the new USERS ONLINE

http://prntscr.com/e0mlu

the Filter button

Re: OpenCart 1.5.4 Released!

Posted: Mon Aug 20, 2012 12:45 pm
by Daniel
iogames wrote:Great!

Edited:

I can´t find this phrase to translate on the new USERS ONLINE

http://prntscr.com/e0mlu

the Filter button

it was a bug. its been fixed on github.

Re: OpenCart 1.5.4 Released!

Posted: Mon Aug 20, 2012 3:42 pm
by i2Paq
Daniel wrote:
iogames wrote:Great!

Edited:

I can´t find this phrase to translate on the new USERS ONLINE

http://prntscr.com/e0mlu

the Filter button

it was a bug. its been fixed on github.
How do I get the latest version + bug fixes from the Github?
This without getting the work you and Qphoria are doing on the unfinished extension installer and other new features.

Re: OpenCart 1.5.4 Released!

Posted: Mon Aug 20, 2012 6:09 pm
by Hemidart
Thanks for all the hard work Guys.
Only problem so far is the Auspost is the old one with only 2 post options and stops shipping if reg post was selected before update.
This is the Aust post you should incorporate http://www.opencart.com/index.php?route ... _license=0

Thanks Hemi

Re: OpenCart 1.5.4 Released!

Posted: Tue Aug 21, 2012 1:59 am
by Qphoria
i2Paq wrote:
Daniel wrote:
iogames wrote:Great!

Edited:

I can´t find this phrase to translate on the new USERS ONLINE

http://prntscr.com/e0mlu

the Filter button

it was a bug. its been fixed on github.
How do I get the latest version + bug fixes from the Github?
This without getting the work you and Qphoria are doing on the unfinished extension installer and other new features.
1.5.4 on git is currently all release so the latest should still be ok. I'm on my own fork now for any of my changes and I just pull request to get them added to the main project when done.. But nothing pushed yet.

Re: OpenCart 1.5.4 Released!

Posted: Tue Aug 21, 2012 2:27 am
by i2Paq
Qphoria wrote:
i2Paq wrote: How do I get the latest version + bug fixes from the Github?
This without getting the work you and Qphoria are doing on the unfinished extension installer and other new features.
1.5.4 on git is currently all release so the latest should still be ok. I'm on my own fork now for any of my changes and I just pull request to get them added to the main project when done.. But nothing pushed yet.
So if I extract from the Github I get all the new changes + fixes?

What if we want just the bug-fixes for 1.5.4.1?

We where told that with Github we would not see or get changes/new features in the current branch but just bug-fixes.
Now we are still working like we did with Google-code and that was NOT what moving to Github was about and was promised us.

Or would you provide a bug-fix only zip if needed for 1.5.4.1?

I'm willing to donate to get these bug fixes only zip as I finally want a release where the bugs are fixed and no new features or changes plus their new bugs are introduced.......

Re: OpenCart 1.5.4 Released!

Posted: Tue Aug 21, 2012 11:38 am
by Global Titans
Here are the new files ONLY.

http://www.multiupload.nl/538K0E3CBW

Re: OpenCart 1.5.4 Released!

Posted: Fri Aug 24, 2012 10:31 am
by ozstar
Hi,

Is there an easy pathway to upgrade from 1.5.2.1 to 1.5.4.1. ?

Thanks

oz

Re: OpenCart 1.5.4 Released!

Posted: Fri Aug 24, 2012 1:32 pm
by MarketInSG
download v1.5.4.1 and just run the update. nothing hard.

Re: OpenCart 1.5.4 Released!

Posted: Sun Aug 26, 2012 1:44 pm
by marcelwoo
When can we expect product fulltext search ? product searching has always been a problem for opencart....

Re: OpenCart 1.5.4 Released!

Posted: Tue Aug 28, 2012 4:53 am
by stex
Tnx Daniel

;)

Re: OpenCart 1.5.4 Released!

Posted: Tue Aug 28, 2012 6:23 pm
by Daniel
marcelwoo wrote:When can we expect product fulltext search ? product searching has always been a problem for opencart....
already has it in 1.5.4

Re: OpenCart 1.5.4 Released!

Posted: Tue Aug 28, 2012 9:00 pm
by allenshea
Most function of OC is good, But the search function is really bad.

Back to 1.5.3, we can search tab samsung
http://demo.opencart.com/index.php?rout ... %20samsung

But upgrade to 1.5.4, you can get nothing if use tab samsung, you have to use the words of TAB or SAMSUNG.

Re: OpenCart 1.5.4 Released!

Posted: Wed Aug 29, 2012 5:56 am
by dave310
Any update script for 1.5.2.1 to 1.5.4.1 ?????

Re: OpenCart 1.5.4 Released!

Posted: Wed Aug 29, 2012 11:05 pm
by Qphoria
marcelwoo wrote:When can we expect product fulltext search ? product searching has always been a problem for opencart....
Already in 1.5.4 but I think it is Tag based now, just like the extension store.
If you have old 1.5.3 tags, you will need to run this to convert them to 1.5.4 tags:
http://forum.opencart.com/viewtopic.php ... 90#p336297

Re: OpenCart 1.5.4 Released!

Posted: Wed Aug 29, 2012 11:06 pm
by Qphoria
dave310 wrote:Any update script for 1.5.2.1 to 1.5.4.1 ?????
READ THE README.TXT FILE

Re: OpenCart 1.5.4 Released!

Posted: Thu Aug 30, 2012 11:32 am
by marcelwoo
allenshea wrote:Most function of OC is good, But the search function is really bad.

Back to 1.5.3, we can search tab samsung
http://demo.opencart.com/index.php?rout ... %20samsung

But upgrade to 1.5.4, you can get nothing if use tab samsung, you have to use the words of TAB or SAMSUNG.
Yeah, I think it is a problem.
This line of code in 1.5.4.1 only searches the description column in the product_description table:

Code: Select all

OR MATCH(pd.description) AGAINST('" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "'
Maybe it it better to also search the name column?

Re: OpenCart 1.5.4 Released!

Posted: Thu Aug 30, 2012 8:53 pm
by Johnathan
Not saying the search doesn't have issues, but it does search the product name:

Code: Select all

if (!empty($data['filter_name'])) {                    
    if (!empty($data['filter_description'])) {
        $sql .= "LCASE(pd.name) LIKE '%" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "%' OR MATCH(pd.description) AGAINST('" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "')";
    } else {
        $sql .= "LCASE(pd.name) LIKE '%" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "%'";
    }
} 

Re: OpenCart 1.5.4 Released!

Posted: Fri Aug 31, 2012 12:24 am
by marcelwoo
Johnathan wrote:Not saying the search doesn't have issues, but it does search the product name:

Code: Select all

if (!empty($data['filter_name'])) {                    
    if (!empty($data['filter_description'])) {
        $sql .= "LCASE(pd.name) LIKE '%" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "%' OR MATCH(pd.description) AGAINST('" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "')";
    } else {
        $sql .= "LCASE(pd.name) LIKE '%" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "%'";
    }
}
Yeah, but the like pattern has its own limit. Why not do something like

Code: Select all

 $sql .= "LCASE(pd.name) LIKE '%" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "%' OR MATCH(pd.name) AGAINST('" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "') OR MATCH(pd.description) AGAINST('" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "')";
Yes, MATCH AGAINST will ignore some short words and some common words, so we can combine LIKE and MATCH AGAINST.

I still think MATCH AGAINST is wayyyyyyyy better than like.

Re: OpenCart 1.5.4 Released!

Posted: Sun Sep 02, 2012 12:00 am
by Daniel
allenshea wrote:Most function of OC is good, But the search function is really bad.

Back to 1.5.3, we can search tab samsung
http://demo.opencart.com/index.php?rout ... %20samsung

But upgrade to 1.5.4, you can get nothing if use tab samsung, you have to use the words of TAB or SAMSUNG.

the demo is 1.5.3