Quantity and remove products are not showing in responsive mobile version

  • Posts: 84
  • Thank you received: 1
  • Hikashop Business
5 years 6 months ago #298618

Hi there,

Quantity and remove products are not showing only in responsive mobile version.
I have attached an image that show exactly the problem. I hope this help you.
Is it something that hide in template and where i found it?

thanks in advance!

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
5 years 6 months ago #298623

Hello,

Can you try it with the "Styles for the front-end" option set to none via "Hikashop->System->Configuration->Display" ? Thank you.

Kind regards,
Mohamed Thelji.

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

  • Posts: 84
  • Thank you received: 1
  • Hikashop Business
5 years 6 months ago #298650

Hi Mohamed,
Thanks for your reply. Ok it fix with this option but is not a solution!
With this method i lost any style in front end!
Can you please inform me how to fix this problem a better option without any adjustment in style being lost?
Thanks

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

  • Posts: 4519
  • Thank you received: 611
  • MODERATOR
5 years 6 months ago #298663

Hello,

You're right but that was just a way to get the root issue, now we know that you have to add custom css in order to correct it.
HikaShop have change a lot, and style.css is quite old, so sometime that can leads to this kind of issue, sorry for this.

I will help you to correct this, can you try to add this code in your frontend_css file ?

table#hikashop_order_listing tbody td:nth-child(1), 
form#hikashop_show_cart_form table#hikashop_order_listing th:nth-child(1), 
form#hikashop_show_cart_form table#hikashop_cart_listing td:nth-child(2), 
form#hikashop_show_cart_form table#hikashop_cart_listing th:nth-child(2),
form#hikashop_show_cart_form table#hikashop_cart_listing td:nth-child(5), 
form#hikashop_show_cart_form table#hikashop_cart_listing th:nth-child(5), 
form#hikashop_show_cart_form table#hikashop_cart_product_listing tbody td:nth-child(1), 
form#hikashop_show_cart_form table#hikashop_cart_product_listing th:nth-child(1), 
form#hikashop_show_cart_form table#hikashop_cart_product_listing td:nth-child(5), 
form#hikashop_show_cart_form table#hikashop_cart_product_listing th:nth-child(5) {
    display: block !important;
    padding: 0px;
    margin: 0px;
}
table.hikashop_product_quantity_table tr, t
able.hikashop_product_quantity_table td, t
able.hikashop_product_quantity_table tr, 
table.hikashop_product_quantity_table tr {
    display: inline-block !important;
    padding: 0px !important;
}

Note : In order to see how to proceed, have a look on this tutorial

Hope this will fit your needs.

Regards

Last edit: 5 years 6 months ago by Philip.

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

Time to create page: 0.048 seconds
Powered by Kunena Forum