Report bugs for Version 1.2.3beta

Enter AlegroCart Bugs Here, but if you're not certain, post in General support first.
User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs for Version 1.2.3beta

Post by Brent » Tue Aug 03, 2010 6:51 am

Well, you have a good holiday too.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Report bugs for Version 1.2.3beta

Post by leo » Mon Aug 09, 2010 2:14 pm

I am back.
Attachments
Delivery Information_1281388170878.png
comments
Delivery Information_1281388170878.png (71.78 KiB) Viewed 12935 times

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs for Version 1.2.3beta

Post by Brent » Mon Aug 09, 2010 3:40 pm

I just did a fresh install of 1.2.3beta and ran as is, but I still can't create the problem in Firefox.
Does it do it in just shipping or payment as well?

In the .tpl, the text area is sized by characters, 89.
Can you try and adjust that and see if it makes a difference.

Thanks

ps. Welcome back

edit: I tried this by resizing window from 1024 X 768 and can produce this. What is your window size?
I can correct by applying width to text areas.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Report bugs for Version 1.2.3beta

Post by leo » Tue Aug 10, 2010 12:10 pm

1680*1050 on 21' wide screen

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs for Version 1.2.3beta

Post by Brent » Tue Aug 10, 2010 12:16 pm

Great.
Try the contact form and see if it is too large. I'm sure it will be.

It appears text area size needs to be set in css.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Report bugs for Version 1.2.3beta

Post by leo » Tue Aug 10, 2010 12:48 pm

Contact us is OK.

Another topic. I think coupon discount cannot be higher than subtotal + shipping cost.
Customer can check out with negative Total.
Attachments
Checkout Confirmation_1281389804462.png
Checkout Confirmation_1281389804462.png (16.53 KiB) Viewed 12925 times

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs for Version 1.2.3beta

Post by Brent » Tue Aug 10, 2010 1:30 pm

No, it should not be higher.
I have not got to the checkout yet.
I am just finishing the Admin re-writes.

Just have payments and reports left to do.

I'll check the coupon handling. I remember some comments on it a year or so ago.
It needs to be fixed. It also screws up paypal so you can't use itemized payment.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Report bugs for Version 1.2.3beta

Post by leo » Tue Aug 10, 2010 1:55 pm

Yes, it should not be higher.
Under Cart the continue shopping button redirects to the last visited page.

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs for Version 1.2.3beta

Post by Brent » Tue Aug 10, 2010 2:10 pm

Try adding this to the checkout_shipping.css in css3 folder.

Code: Select all

#shipping .f  textarea{
	width: 99%;
}
Under Cart the continue shopping button redirects to the last visited page.
That is by design. It was requested many times in opencart that continue shopping be redirected to previous page.
If someone is looking at items in a category, most people thought it would be better to return there in case
they wanted to order more products in that category. It was never implemented because no one wanted to take the time to do it.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Report bugs for Version 1.2.3beta

Post by leo » Wed Aug 11, 2010 4:41 am

It seems to be logic but sometimes surprising.
It would be better if controller of the previous page was product, caterory, manufacturer or search --> redirect to previous page, else to home.

Locked