- Posts: 16
- Thank you received: 0
Shipping invoice printing + Customers
15 years 9 months ago #2847
by niaa32
Shipping invoice printing + Customers was created by niaa32
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
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.
15 years 9 months ago #2848
by nicolas
Replied by nicolas on topic Re: Shipping invoice printing + Customers
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.
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.
15 years 3 months ago #18845
by Laceup
Replied by Laceup on topic Re: Shipping invoice printing + Customers
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)
Many thanks (as always)
Please Log in or Create an account to join the conversation.
15 years 3 months ago #18852
by nicolas
Replied by nicolas on topic Re: Shipping invoice printing + Customers
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.
Less
More
- Posts: 3
- Thank you received: 0
14 years 7 months ago #39011
by gms@matrixinstitute.com
Replied by gms@matrixinstitute.com on topic Re: Shipping invoice printing + Customers
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.
14 years 7 months ago #39095
by nicolas
Replied by nicolas on topic Re: Shipping invoice printing + Customers
What do you mean by "type" ?
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 3
- Thank you received: 0
14 years 7 months ago #39130
by gms@matrixinstitute.com
Replied by gms@matrixinstitute.com on topic Re: Shipping invoice printing + Customers
the font sizes as the invoice is hard to read.
Please Log in or Create an account to join the conversation.
14 years 7 months ago #39215
by nicolas
Replied by nicolas on topic Re: Shipping invoice printing + Customers
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;
}
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.184 seconds