checkout page problems

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Tue Nov 04, 2014 6:11 pm
Hello again.
I have 2 problems with my checkout page.
1. Cart doesn't open (pic 1). It looks like small black rectangle without any information.
2. Checkbox of "Create an account?" is not at the place where it should be. (pic2)
My site is fixgear.su
Hope for your help.
Thanks.
User avatar
Junior Boarder

GK User
Wed Nov 05, 2014 8:02 am
Hello,

Regarding your problems:
1) In this popup we are using WooCommerce default cart structure and unfortunately on some pages it's not loaded properly (e.g. cart page), so for now the only solution is do exclude this widget from the checkout page (using widget rules).

2) Please add the following code into css/override.css file:
Code: Select all
.form-row-wide.create-account {
   clear: both;
}
User avatar
Moderator

GK User
Thu Nov 06, 2014 4:22 am
Thank you!
User avatar
Junior Boarder


cron