Templates: Aanpassen (Cassiopeia) CSS

  • Posts: 6
  • Thank you received: 0
  • Hikashop Business
1 year 1 month ago #348883

-- HikaShop version -- : 4.7.0
-- Joomla version -- : 4.2.6
-- PHP version -- : 8.0
-- Browser(s) name and version -- : Mozilla 109.0.1
-- Error-message(debug-mod must be tuned on) -- : no error

By printing an invoice on the backend I see that the Euroteken is not at the same raw as the price, see attachment. Where can I fix that please?
Thank you.
Pieter


Attachments:

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

  • Posts: 4491
  • Thank you received: 609
  • MODERATOR
1 year 1 month ago #348885

Hello,

You can edit directly the invoice view, follow me step by step :
1. Go to your tmpl folder to find your invoice in this folder :
=> YourWebsite\administrator\components\com_hikashop\views\order\tmpl
2. Open it, and in the very start of your invoice.php file, add some tag style

<style></style>
3. and add a css command in order to have a minimum width for any colums :
min-width: 80px;
4. Results :
With this code :
table.adminlist.table.table-striped td {
    min-width: 80px; // Or more as value for your command;
}


Hope this will fit your needs
Regards

Last edit: 1 year 1 month ago by Philip.

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

  • Posts: 6
  • Thank you received: 0
  • Hikashop Business
1 year 1 month ago #348902

Hi, it does not working, see attachments.
What did I wrong?

Attachments:

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

  • Posts: 81378
  • Thank you received: 13037
  • MODERATOR
1 year 1 month ago #348905

Hi,

You added the code before the ?>
You need to add it just after that and it will work.

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

  • Posts: 6
  • Thank you received: 0
  • Hikashop Business
1 year 1 month ago #348915

Yes it works.
Thanx, Pieter

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

Time to create page: 0.087 seconds
Powered by Kunena Forum