2 problems on check-out page

  • Posts: 76
  • Thank you received: 0
11 years 5 months ago #73467

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

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
11 years 5 months ago #73634

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); ?>

Please Log in or Create an account to join the conversation.

Time to create page: 0.059 seconds
Powered by Kunena Forum