Page 2 of 4
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 3:44 am
by Daniel
antoinef wrote:Daniel wrote:
yes it is.
please let me know if you find any problems.
Hello Daniel,
I have not been able to make the royal mail shipping module work with a product weight > 0
I hope this helps. Please let me know if you happen to fix this bug.
Thanks.
Antoine
check your weight classes. make sure you did not delete the one you were using. it works for me.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 3:52 am
by paulsvang
It works great so far but I have a quick note. It seems when I change the template to anotherone in the store manager, it works great. However, when I go back into the store manager, the drop down for the template always defaults to the same one. Would it be better if it showed the template that is currently being used? Makes more sense to me.
Just a thought.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 3:55 am
by antoinef
Daniel wrote:
check your weight classes. make sure you did not delete the one you were using. it works for me.
I'm not from UK so I don't know what the Royal Mail prices/options should behave.
It seems that product weight is not an issue. Some services seems to appears or not based on the product weight. I guess this is normal behavior. Is it ?
Antoine
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 3:58 am
by rednet
How to update from 1.4.0 to 1.4.2 ?
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 4:04 am
by kr1s
Hi Everyone!
I'm new on here & new to Opencart, infact I haven't downloaded it yet only played with the demo, but it looks to be what I'm after & have just scrapped 30 hours spent on Magento for it.
I do have a couple of questions though regarding multistore, can you use sub domains for extra stores? Are you limited on the amount of stores (I need 1 master store & 4 small stores)?
Keep up the good work

Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 4:14 am
by Daniel
antoinef wrote:Daniel wrote:
check your weight classes. make sure you did not delete the one you were using. it works for me.
I'm not from UK so I don't know what the Royal Mail prices/options should behave.
It seems that product weight is not an issue. Some services seems to appears or not based on the product weight. I guess this is normal behavior. Is it ?
Antoine
thats how royal mail works!
only some will show up because most methods are UK only!
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 4:15 am
by Daniel
paulsvang wrote:It works great so far but I have a quick note. It seems when I change the template to anotherone in the store manager, it works great. However, when I go back into the store manager, the drop down for the template always defaults to the same one. Would it be better if it showed the template that is currently being used? Makes more sense to me.
Just a thought.
its a bug. will be fixed in the next version.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 4:16 am
by Daniel
kr1s wrote:Hi Everyone!
I'm new on here & new to Opencart, infact I haven't downloaded it yet only played with the demo, but it looks to be what I'm after & have just scrapped 30 hours spent on Magento for it.
I do have a couple of questions though regarding multistore, can you use sub domains for extra stores? Are you limited on the amount of stores (I need 1 master store & 4 small stores)?
Keep up the good work

it should do but you need to configure your sub domain to point to your main hosting directory.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 5:08 am
by LeetPirate
Hi, thanks for the update!
Quick question, does this version switch product pictures to match the options selected? As in what is requested
in this topic.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 5:09 am
by Daniel
no
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 7:54 am
by payflow
Looking over the changes between 1.4.0 and 1.4.2, I have one serious "What were you thinking" question to ask. Why did you change from (diff file):
Code: Select all
- $this->data['sort_name'] = $this->url->https('sale/customer&sort=name' . $url);
To:
Code: Select all
+ $this->data['sort_name'] = HTTPS_SERVER . 'index.php?route=sale/customer&sort=name' . $url;
Similar changes show up everywhere. The original relevant function was:
Code: Select all
public function https($route) {
if (HTTPS_SERVER != '') {
$link = HTTPS_SERVER . 'index.php?route=' . str_replace('&', '&', $route);
} else {
$link = HTTP_SERVER . 'index.php?route=' . str_replace('&', '&', $route);
}
return $link;
}
It could have simply been changed to:
Code: Select all
public function https($route) {
return HTTPS_SERVER . 'index.php?route=' . $route;
}
And achieved the same exact effect. I'd love to hear the logic that necessitated the 1.5MB diff file that results from this change. The largest diff file I've ever produced that spanned across all files of an entire release was 85KB.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 8:37 am
by Daniel
Basicly the url class was pretty stuiped. it should not have existed at all. whch frameworks have a url class like the one I used? I might as well just have used 2 functions.
Sorry for th ecore change but i think thats the last one i will do thats that big.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 9:09 am
by elmo
Hi There: Will the current 1.4.0 addon modules work in ver 1.4.2
Thanks in advance
Elrond
www.directit.co.nz/index.php
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 10:41 am
by Jacob_chan
Hello everyone!
Could anyboday provide a detailed instruction of upgrade from 1.40 to 1.42?
Thanks a lot!
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 3:00 pm
by dbstr
Daniel wrote:Basicly the url class was pretty stuiped. it should not have existed at all. whch frameworks have a url class like the one I used? I might as well just have used 2 functions.
Sorry for th ecore change but i think thats the last one i will do thats that big.
Sorry to ask, but what was wrong with it? Why was it stupid?
I'm asking because I'm going to add it again, unless you can give me a good reason. I haven't been playing around with 1.4.x much yet, but that URL change doesn't make sense to me.
Also, could you answer my question from the 1.4.1 thread about the order editor? Thanks.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 4:30 pm
by i2Paq
dbstr wrote:Also, could you answer my question from the 1.4.1 thread about the order editor? Thanks.
dbstr wrote:Daniel wrote:I don't plan on adding any more features to opencart for a while.
So you are not gonna finish the order editor? I can see you already started it, and I really like the stuff you made already.
This is, in my opinion, one of the coolest things about opencart.. and its not even done ;-)
The planning is to first build a stable and bug "free" OC 1.4.x release.
After that I believe the OrderEdit is the first thing that will be build in, if I might believe Daniel.
I agree with you that it is a must have as NO OTHER cart has it in the core-code so it would be a great feature.
Like you I'm a little sad it is not there (yet) but I find it more importand to have a stable OC version.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 4:39 pm
by navex
paulsvang wrote:It works great so far but I have a quick note. It seems when I change the template to anotherone in the store manager, it works great. However, when I go back into the store manager, the drop down for the template always defaults to the same one. Would it be better if it showed the template that is currently being used? Makes more sense to me.
Just a thought.
Yeah I've seen this too and am trying to find a fix.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 4:45 pm
by navex
luiseduardo wrote:Does this new version fix the image manager issue? It still do not work properly
Thanks
Make sure to turn-off compatibility mode in IE.
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 4:47 pm
by OSWorX
navex wrote:paulsvang wrote:It works great so far but I have a quick note. It seems when I change the template to anotherone in the store manager, it works great. However, when I go back into the store manager, the drop down for the template always defaults to the same one. Would it be better if it showed the template that is currently being used? Makes more sense to me.
Just a thought.
Yeah I've seen this too and am trying to find a fix.
No need for, already marked as bug and fixed.
Please: use sometimes the forum search (the litte, tiny link at the top) before you post something.
thx!
Re: OpenCart 1.4.2
Posted: Wed Mar 10, 2010 5:06 pm
by OSWorX
elmo wrote:Hi There: Will the current 1.4.0 addon modules work in ver 1.4.2
It depends:
* basically they should
* but if they use some enhanced code (like tabs) this will work, but not correct (in the sample with the tabs for example only the link is shown, because the css.class has changed form tabs to htabs [THANK YOU DANIEL!!]).
Test them and if they will not work (or correct), contact the module author!