Skip to content

Commit e930670

Browse files
Fix docs for invoice template
1 parent 1976970 commit e930670

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/farmart/invoice-template.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Go to `Settings` -> `Ecommerce` -> `Invoice Template` to customize the invoice t
1212

1313
### Customize directly file
1414

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.
1616

1717
## Bangladesh font
1818

@@ -21,8 +21,8 @@ To display Bangladesh text in invoice, need to use font **FreeSerif**.
2121
- Download `FreeSerif.tff` font
2222
from https://github.com/byrongibson/fonts/blob/master/backup/truetype.original/freefont/FreeSerif.ttf.
2323
- 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.
2626
- Change in CSS:
2727

2828
```blade
@@ -92,8 +92,8 @@ body {
9292
9393
- Download font **kaputaunicode** from http://www.kaputa.com/slword/kaputaunicode.htm.
9494
- 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.
9797
- Change in CSS:
9898
9999
```blade

0 commit comments

Comments
 (0)