Shipping invoice printing + Customers

  • Posts: 16
  • Thank you received: 0
14 years 1 month ago #2847

Hi, few questions.

Is it possible to 1. change the way the Shipping invoice prints,

its rather small

also

2. export the customers addresses so I can merge them into a label program ?

Regards
#
John

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
14 years 1 month ago #2848

Hi,

1. Shipping invoices can be customized via the Display->Views menu. There, search for the file invoice of the view order of the back end.

2. You cannot do it directly from within HikaShop. However, you can export the content ( completely or only the entries you need ) of the hikashop_address table with PhpMyAdmin. In PhpMyAdmin, you can export a table content or part of it in CSV or other formats. CSV is probably supported by all the label software out there. You can look at that tutorial for how to do that: www.siteground.com/tutorials/php-mysql/mysql_export.htm
Onthis tutorial, it explains how to export the whole database but will want to export only a table so after selecting your database and before clicking on the export button, you can click on the table jos_hikashop_address on the left. That way, it will only export that table.

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

  • Posts: 35
  • Thank you received: 0
13 years 7 months ago #18845

I also need to make the shipping address type larger. I have located the file you mention but can't see where in the code I can increase the font size. Can you tell me what code I need to change?

Many thanks (as always)

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
13 years 7 months ago #18852

Please do a screenshot so that we can see exactly what you want to increase.

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

  • Posts: 3
  • Thank you received: 0
12 years 11 months ago #39011

please indicate what lines should be changed in Display/view/invoice in back end to increase the size on the type.

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #39095

What do you mean by "type" ?

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

  • Posts: 3
  • Thank you received: 0
12 years 11 months ago #39130

the font sizes as the invoice is hard to read.

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #39215

You don't need to edit any code to change the font size in the invoice.

You should be able to do that by adding some CSS in the back end CSS file of HikaShop via the Display tab of the configuration, like that:
#hikashop_invoice_main_div{
font-size: 20px;
}

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

Time to create page: 0.080 seconds
Powered by Kunena Forum