Checkout products not in layout

  • Posts: 3
  • Thank you received: 0
11 years 7 months ago #128747

-- url of the page with the problem -- : dndcarnival.cloudaccess.net/checkoutpage.html
-- HikaShop version -- : 2.2.2
-- Joomla version -- : 3.1.5
-- Browser(s) name and version -- : Chrome

So I'm very new to Hikashop and eCommerce in general, been figuring out this extension fairly well so far though.
I've run into a problem I cant seem to fix or find documentation on.

Whenever you have something in the cart and you go to the checkout page,some of the information is displayed outside of my layout, like it is floating to the right.




Any help would be appreciated.

Attachments:
Last edit: 11 years 7 months ago by dndcarni.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #128794

Hi,

I think that using some CSS code like this will probably do the job :

.hikashop_cart_product_name{
	width:10px!important;
}

The following user(s) said Thank You: dndcarni

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

  • Posts: 3
  • Thank you received: 0
11 years 7 months ago #128916

Thank you!
Although Im not totally sure where i should place this code?
should i find a certain plugin theme plugin, or put in the CSS section or another part of the configuration settings?

I did find this in the 'frontend_custom.css' :

#hikashop_cart .hikashop_cart_product_name a{
  font-weight:bold;
}
.hikashop_cart_product_name_value{
  width:40%;
}


.hikashop_cart_title{
  font-weight: bold;
}

I changed the "width:40%;" to "width:10px!important;"

but after saving it and refreshing my page, there didnt seem to be a change.


I seemed to have found what could be the problelm when inspecting the elements with chrome.
in the elements bar i found this:
<div id=" hikashop_checkout_cart" class="hikashop_checkout_cart">
   <table class="table table-striped table-hover" width="100%">...</table>

in the browser window the inspect element popup for the above(bottom) line declares this:
table.table.table-striped.table-hover 949px  172px

it is indeed too wide.
The width should be 700px, but i cant seem to find the correlating table or a place in the CSS to fix it.

Last edit: 11 years 7 months ago by dndcarni. Reason: More Info

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

  • Posts: 3
  • Thank you received: 0
11 years 7 months ago #128925

I figured it out, using your code.
sorry I'm not at all experienced with using code. but i found where i just needed to add the complete lines you gave me and it worked like a charm.
Thanks again!

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

Time to create page: 0.098 seconds
Powered by Kunena Forum