Cart module needs seperate translations

  • Posts: 259
  • Thank you received: 10
11 years 5 months ago #79729

Image will say it all. If the language files are translated as they should be, the tax message (tax included, tax excluded) is too long for the menu colums and comes outside the column. I know this can be "fixed" by shortening the associated strings but this is something i'd rather not do. I would recommend using seperate strings for the cart module.

Even when using the mini cart, the strings are still too long

Attachment not found



Attachment not found

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

  • Posts: 81633
  • Thank you received: 13085
  • MODERATOR
11 years 5 months ago #79783

You can change that in CSS by removing the no word wrapping on the prices for the cart so that the price string will appear on several lines if necessary in the cart. You can do that by adding such CSS on your website:
.hikashop_cart span.hikashop_product_price {
white-space: normal !important;
}

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

  • Posts: 259
  • Thank you received: 10
11 years 5 months ago #79812

is there no way to do this from within hikashop itself (or by adding it to a hikashop CSS file? This would make it alot easier. Ifnot, then i would like to suggest the addition of such feature. To be able to modify the HS CSS code from within the component

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

  • Posts: 26024
  • Thank you received: 4005
  • MODERATOR
11 years 5 months ago #79820

Hi,

You can edit the HikaShop CSS in the backend.
In the tab "display" of the configuration, you can customize the CSS file and edit it directly.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 259
  • Thank you received: 10
11 years 5 months ago #79827

Thx alot. Added the code via backend and it's almost what i need. I'll have to do a language file override a little. Issue solved

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

Time to create page: 0.063 seconds
Powered by Kunena Forum