File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Go to `Settings` -> `Ecommerce` -> `Invoice Template` to customize the invoice t
12
12
13
13
### Customize directly file
14
14
15
- Copy file ` platform/plugins/ecommerce/resources/views/invoices/template.blade.php ` to ` storage/app/invoices/template.blade.php ` to start customize .
15
+ Copy file ` platform/plugins/ecommerce/resources/templates/invoice.tpl ` to ` storage/app/templates/ecommerce/invoice.tpl ` to start customizing it .
16
16
17
17
## Bangladesh font
18
18
@@ -21,8 +21,8 @@ To display Bangladesh text in invoice, need to use font **FreeSerif**.
21
21
- Download ` FreeSerif.tff ` font
22
22
from https://github.com/byrongibson/fonts/blob/master/backup/truetype.original/freefont/FreeSerif.ttf .
23
23
- Upload ` FreeSerif.tff ` to folder ` /public ` .
24
- - Copy file ` platform/plugins/ecommerce/resources/views/invoices/template.blade.php `
25
- to ` storage/app/invoices/template.blade.php ` to start customize.
24
+ - Copy file ` platform/plugins/ecommerce/resources/templates/invoice.tpl `
25
+ to ` storage/app/templates/ecommerce/invoice.tpl ` to start customize.
26
26
- Change in CSS:
27
27
28
28
``` blade
92
92
93
93
- Download font ** kaputaunicode** from http://www.kaputa .com/slword/kaputaunicode.htm .
94
94
- Upload `kaputaunicode.tff` to folder `/public`.
95
- - Copy file `platform/plugins/ecommerce/resources/views/invoices/ template .blade .php `
96
- to `storage/app/invoices/ template .blade .php ` to start customize.
95
+ - Copy file `platform/plugins/ecommerce/resources/templates/invoice.tpl `
96
+ to `storage/app/templates/ecommerce/invoice.tpl ` to start customize.
97
97
- Change in CSS:
98
98
99
99
```blade
You can’t perform that action at this time.
0 commit comments