Page 2 of 2

Re: give some feedback with "Confirm" button click

Posted: Sun Jul 21, 2013 3:09 pm
by rbnj0904
Hi Guys, I'm facing the same issue, completely no response for a long time after clicking the Confirm order button in 1.5.5.1, Any working fix for this?

Re: give some feedback with "Confirm" button click

Posted: Wed Jul 31, 2013 9:37 pm
by lovol
Really, do you guys not think you just need to move hosting to something faster? There is a small delay, but I moved hosts and all is good.

Re: give some feedback with "Confirm" button click

Posted: Tue Feb 02, 2016 5:26 am
by mkp007
The "Attention" div needs to be centered in the page. For me, it was out of view so no feedback. I modified the div so that it was front and center.

You need to find where the div is defined. /catalog/view/theme/default/stylesheet.css

Code: Select all

.attention{width:120px;height:50px;padding:30px 47px;font-size:17px;font-weight:bold;color:#000;text-align:center;background:#EAF7D9;border:1px solid #BBDF8D;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-khtml-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;position:fixed;top:40%;left:40%;margin-bottom:-40px;box-shadow:1px 1px 0px 1000px rgba(0, 0, 0, 0.5);z-index:100; }
I suggest doing this for the success div too. but you will need to add some buttons like "continue shopping" and "view cart".

Re: give some feedback with "Confirm" button click

Posted: Fri Mar 03, 2017 5:54 pm
by NatVanish
Yeah, I would Like that as well