Cant find css to handle table

  • Posts: 7
  • Thank you received: 0
10 years 6 months ago #193040

-- HikaShop version -- : newest bussines

As you can see the table is not responsive. I cant seem to find a right selector to manage this. I know I am missing something silly. :)

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

  • Posts: 7
  • Thank you received: 0
10 years 6 months ago #193041

To clarify, I would like it to behave like the product table for checkout wich is fully responsive and nicely done.

And the button to confirm the order isn't working either...

Thanks in advance and thank you for the best e-comerce joomla extension.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 6 months ago #193059

Hi,

To be responsive, you need to add these following properties in the frontend default css file:

.hikashop_cart_products table, .hikashop_cart_products table thead, .hikashop_cart_products table tbody, .hikashop_cart_products table thead th, .hikashop_cart_products table tbody td, .hikashop_cart_products table thead tr, .hikashop_cart_products table tbody tr {
    display: block;
}

Regarding the "Proceed to checkout" button, it has been fixed and will be present in the next release which should arrive soon.
Else you can edit the view "cart / showcart" and replace:
if($cart_type == 'cart' && $this->params->get('show_cart_proceed',1)) echo $this->cart->displayButton(JText::_('PROCEED_TO_CHECKOUT'),'checkout',$this->params,$url_checkout,'');
By:
if($cart_type == 'cart' && $this->params->get('show_cart_proceed',1)) echo $this->cart->displayButton(JText::_('PROCEED_TO_CHECKOUT'),'checkout',$this->params,$url_checkout,'window.location=\''.$url_checkout.'\';return false;');

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

Time to create page: 0.066 seconds
Powered by Kunena Forum