Post by FinrodFelegund » Tue Jan 12, 2010 3:49 am

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!!

----------------------------------------------------------------------------------------------------------
owner and manager of - superproduse.com


New member

Posts

Joined
Thu Aug 20, 2009 7:15 pm


Post by i2Paq » Tue Jan 12, 2010 3:51 am

Dutch translation OC 1.4.0 ready for download: Here!

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by Daniel » Tue Jan 12, 2010 3:52 am

Your right the coupons are going to be moved back to the confirmation page.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Yakiv » Tue Jan 12, 2010 3:57 am

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. ;)

Active Member

Posts

Joined
Tue Dec 15, 2009 5:31 pm

Post by dbstr » Tue Jan 12, 2010 4:06 am

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.

Request Reviews v1.0 released.


Active Member

Posts

Joined
Sun Aug 30, 2009 12:20 am

Post by Daniel » Tue Jan 12, 2010 4:09 am

olk fine. I only did it because that what other carts were doing. to be honest this method does not work well.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by mendozal » Tue Jan 12, 2010 4:20 am

Daniel will you upload 1.4.0 again with the changes or this is for future releases?

Newbie

Posts

Joined
Sat Oct 31, 2009 4:10 am

Post by Daniel » Tue Jan 12, 2010 4:34 am

it wil be 1.4.1. I will release in the next few days.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Qphoria » Tue Jan 12, 2010 4:34 am

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

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Qphoria » Tue Jan 12, 2010 4:47 am

@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

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Daniel » Tue Jan 12, 2010 4:51 am

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?

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Qphoria » Tue Jan 12, 2010 5:00 am

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

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by loadaverage » Tue Jan 12, 2010 5:06 am

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?

we is experts(tm)


New member

Posts

Joined
Fri Nov 20, 2009 2:10 am

Post by Daniel » Tue Jan 12, 2010 5:24 am

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.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Yakiv » Tue Jan 12, 2010 5:32 am

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.

Active Member

Posts

Joined
Tue Dec 15, 2009 5:31 pm

Post by Daniel » Tue Jan 12, 2010 5:38 am

what about the right hand cart box/ does that need the discount in aswell?

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by loadaverage » Tue Jan 12, 2010 5:41 am

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.

we is experts(tm)


New member

Posts

Joined
Fri Nov 20, 2009 2:10 am

Post by Daniel » Tue Jan 12, 2010 6:04 am

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?

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Yakiv » Tue Jan 12, 2010 6:04 am

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. :)

Active Member

Posts

Joined
Tue Dec 15, 2009 5:31 pm

Post by sizzlingscience » Tue Jan 12, 2010 6:08 am

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

New member

Posts

Joined
Tue Jan 12, 2010 6:03 am
Who is online

Users browsing this forum: No registered users and 128 guests