Page 5 of 25
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 3:49 am
by FinrodFelegund
i know it's not the right place to ask. can someone help me to to make the default currency romanian - ron - (ron is the name of the currency) i have no idea on how to calculate the value !
Thanks!!
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 3:51 am
by i2Paq
Dutch translation OC 1.4.0 ready for download:
Here!
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 3:52 am
by Daniel
Your right the coupons are going to be moved back to the confirmation page.
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 3:57 am
by Yakiv
Daniel wrote:Your right the coupons are going to be moved back to the confirmation page.
It would be cool if it automatically displayed (for instance) -10% off of the price in the cart and continued to act throughout the shopping, if the person continued to shop. ...From a user standpoint, if there is a field for a coupon, in the cart, and you enter the coupon and see no actual results, other than a message that says that it was applied, the user may be very dissatisfied with this and just leave the store. You know how people are, they want instant results.

Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 4:06 am
by dbstr
clonex wrote:But i found (only) one bug..
When i add a option for my products, then the last added option value for the product, will not be saved

.
Confirmed.. it's acting weird.
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 4:09 am
by Daniel
olk fine. I only did it because that what other carts were doing. to be honest this method does not work well.
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 4:20 am
by mendozal
Daniel will you upload 1.4.0 again with the changes or this is for future releases?
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 4:34 am
by Daniel
it wil be 1.4.1. I will release in the next few days.
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 4:34 am
by Qphoria
Yakiv wrote:Daniel wrote:Your right the coupons are going to be moved back to the confirmation page.
It would be cool if it automatically displayed (for instance) -10% off of the price in the cart and continued to act throughout the shopping, if the person continued to shop. ...From a user standpoint, if there is a field for a coupon, in the cart, and you enter the coupon and see no actual results, other than a message that says that it was applied, the user may be very dissatisfied with this and just leave the store. You know how people are, they want instant results.

I agree with this one.. if you could make coupons add themselves to the cart like it was a non-removable product, and showed itself with a decreasing price, that would be best and instant.
Like
Apple Macbook: $1000.00
Ipod: $200.00
*Coupon Code: XYZ1234 (-10%): - $120
Subtotal: $1080.00
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 4:47 am
by Qphoria
@Daniel,
Remember we were talking on skype about this
Shipping quotes running twice issue and you mentioned you had fixed it. But it still isn't fixed.
If you have a lot of live rate lookups you are essentially running them all twice when you only need to do it once.
The first time to show them on the shipping page.
The second time because you have the is POST check too low in the code. It is running the quote check again, then the POST check, so the extra quote check is just wasted bandwidth and time. Please be sure it gets into 1.4.1
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 4:51 am
by Daniel
Which part of the code is doing this I have checked and it uses session to remember the shipping methods. Which file and line is still causing the problem?
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 5:00 am
by Qphoria
Ah.. ok.. you fixed it by adding the session variable check instead of moving the POST code above. That might be ok then. I only quickly glanced at the code, but now I see you do the shipping_methods check first.
I'm not sure the best way.
Option A) Do the query once and set it to the session so that it doesn't query again unless you change the cart.
or
Option B) Do the query each time the page loads, but move the POST check above the query so it only loads once per page load and not during the POST check.
The problem with option A is that its like the old v1.2.9 where you have to click "update" on the cart page to see changes in the shipping.
Option B is the method I was referring to in that other post. It shows the file and changes:
http://forum.opencart.com/viewtopic.php ... 15&start=0
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 5:06 am
by loadaverage
can we have the new version in svn please?
also, files can be attached to google code's issue tracker.
how many bug databases do you want to start/maintain?
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 5:24 am
by Daniel
if I used mantis I can allow other members sign up as bug fixers.
It really helps when a bug is reported that soem one also posts a fix.
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 5:32 am
by Yakiv
Qphoria wrote:Yakiv wrote:Daniel wrote:Your right the coupons are going to be moved back to the confirmation page.
It would be cool if it automatically displayed (for instance) -10% off of the price in the cart and continued to act throughout the shopping, if the person continued to shop. ...From a user standpoint, if there is a field for a coupon, in the cart, and you enter the coupon and see no actual results, other than a message that says that it was applied, the user may be very dissatisfied with this and just leave the store. You know how people are, they want instant results.

I agree with this one.. if you could make coupons add themselves to the cart like it was a non-removable product, and showed itself with a decreasing price, that would be best and instant.
Like
Apple Macbook: $1000.00
Ipod: $200.00
*Coupon Code: XYZ1234 (-10%): - $120
Subtotal: $1080.00
Exactly, Q. You've got what I am thinking. It would really be very cool.
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 5:38 am
by Daniel
what about the right hand cart box/ does that need the discount in aswell?
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 5:41 am
by loadaverage
if I used mantis I can allow other members sign up as bug fixers.
It really helps when a bug is reported that soem one also posts a fix.
i don't get it. you can assign people to your issues in the current tracker.
you can attach patches as well, even without being a project member.
sure, the google code issue tracker is "barebone", but you don't
have the infrastructure in place to take advantage even of that.
there is no incremental repository to make the patches against
in the first place.
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 6:04 am
by Daniel
loadaverage wrote:if I used mantis I can allow other members sign up as bug fixers.
It really helps when a bug is reported that soem one also posts a fix.
i don't get it. you can assign people to your issues in the current tracker.
you can attach patches as well, even without being a project member.
sure, the google code issue tracker is "barebone", but you don't
have the infrastructure in place to take advantage even of that.
there is no incremental repository to make the patches against
in the first place.
So you recommend github?
Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 6:04 am
by Yakiv
Daniel wrote:what about the right hand cart box/ does that need the discount in aswell?
You're talking about the small Shopping Cart box on the right (that stays there, no matter what page you're on)? Yes, that's the one I was focusing on. But of course, the one in the middle, on the actually cart page would need it, primarily. If you can do it, that would be COOL! And if you can make it do that nifty tween affect, bringing the discount to the box, that would be even COOLER.

Re: OpenCart v1.4.0
Posted: Tue Jan 12, 2010 6:08 am
by sizzlingscience
Hello there,
I've uploaded a new copy of version 1.4.0 and cannot add new categories or products. A error message is flashing up when I click save but the error message doesn't stay on screen long enough to read.
I was getting it to work fine with the previous version, so I'm sure I'm not doing anything differently than before.
Long the new look by the way!
Cheers, Melanie