Page 4 of 5

Re: Report bugs for Version 1.2.3beta

Posted: Tue Aug 17, 2010 7:57 am
by Brent
That is probably related to your resolution similar to the text area in shipping and payment.
I'll change to css sizing as well.

Thanks

edited: It was a problem of no CSS specifying Table width. Fixed.

Re: Report bugs for Version 1.2.3beta

Posted: Tue Aug 17, 2010 8:26 am
by leo
If customer has more than one address, admin cannot edit only the first one, as the others are not visible.

Re: Report bugs for Version 1.2.3beta

Posted: Tue Aug 17, 2010 8:45 am
by Brent
If customer has more than one address, admin cannot edit only the first one, as the others are not visible.
That also is by design.
In the old versions, customer address was never available.
I included now so admin could actually create a customer account with address and edit the main address if required.
I don't think admins should actually be editing customer information unless customer enters an incorrect address.
Admin could also change default address, which should not be a choice of admin.

Do you think we should be able to do that. I also disabled the customer password changes in admin.
What are your thoughts?

Re: Report bugs for Version 1.2.3beta

Posted: Tue Aug 17, 2010 9:01 am
by leo
You' re right!
I think it have to be visible but not editable.

Re: Report bugs for Version 1.2.3beta

Posted: Thu Aug 19, 2010 3:24 pm
by Brent
When Maintenance mode is enabled, admin users do not have access to catalog.

FIxed.
Now if user is logged to admin, Maintenance mode is not applicable to user. Catalog access is available until user logs off.
In order invoice (in the shop and admin as well) the subtotal, shipping rate etc. are visible on the left side.
Fixed
Another topic. I think coupon discount cannot be higher than subtotal + shipping cost.
Customer can check out with negative Total.
Fixed. If fixed discount is higher than total, total can not be less than zero.

Re: Report bugs for Version 1.2.3beta

Posted: Sat Aug 28, 2010 11:55 am
by leo
On checkout confirmation in the brackets after TAX only the % is visible. Tax rate is missing (or the % is unnecessary).

Re: Report bugs for Version 1.2.3beta

Posted: Sun Aug 29, 2010 6:04 am
by Brent
On checkout confirmation in the brackets after TAX only the % is visible.
You'll have to help me out with that one. I can't reproduce.
On your test, should this cart example have tax?

The % is added in tax calculate, and should only appear if there is a tax total valve. If no value, empty array is returned.

Re: Report bugs for Version 1.2.3beta

Posted: Sun Aug 29, 2010 7:36 am
by leo
Yes, tax is used. If tax class--> tax rate--> description is UK TAX 17.5%, two % is visible:

Re: Report bugs for Version 1.2.3beta

Posted: Sun Aug 29, 2010 11:42 am
by Brent
The case you show is a description of the Tax.

The % is automatically added in tax/calculate/language.
If the % is removed from the end of the tax description, it will display correctly.

Or, should we remove the % that is added to the description in language?

Re: Report bugs for Version 1.2.3beta

Posted: Sun Aug 29, 2010 1:11 pm
by leo
Remove from the language file, so that admin can decide what to indicate: just UK TAX or UK TAX 17.5%.