- Posts: 76
- Thank you received: 0
2 problems on check-out page
- zoeatdemetra
-
Topic Author
- Offline
Less
More
13 years 10 months ago #73467
by zoeatdemetra
2 problems on check-out page was created by zoeatdemetra
Hi Nicolas,
Please take a look at the attached page. You can view the actual webpage: demetracabinetry.com/demetra-shop-online/checkout.html
2 problems on the checkout page:
1.Shipping method / payment method : title is missing
2.Image is too big and it pushes the text out of the boarder line.
I am new at Hikashop and green with CSS codes, can you advise me how to solve above problems more specificly? Thank you!
Zoe
Please take a look at the attached page. You can view the actual webpage: demetracabinetry.com/demetra-shop-online/checkout.html
2 problems on the checkout page:
1.Shipping method / payment method : title is missing
2.Image is too big and it pushes the text out of the boarder line.
I am new at Hikashop and green with CSS codes, can you advise me how to solve above problems more specificly? Thank you!
Zoe
Please Log in or Create an account to join the conversation.
13 years 10 months ago #73634
by nicolas
Replied by nicolas on topic Re: 2 problems on check-out page
You should add that CSS on your website for the titles missing:
#hikashop_checkout_page legend {
color: black !important;
}
For the image, you should edit the file "cart" of the view "checkout" via Display->Views and change the line:
<?php echo $this->image->display($image->file_path,true,$image->file_name,'style="margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle"'); ?>
to:
<?php echo $this->image->display($image->file_path,true,$image->file_name,'style="margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle"', '', 50, 50); ?>
#hikashop_checkout_page legend {
color: black !important;
}
For the image, you should edit the file "cart" of the view "checkout" via Display->Views and change the line:
<?php echo $this->image->display($image->file_path,true,$image->file_name,'style="margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle"'); ?>
to:
<?php echo $this->image->display($image->file_path,true,$image->file_name,'style="margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle"', '', 50, 50); ?>
Please Log in or Create an account to join the conversation.
Time to create page: 0.142 seconds