Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e9051ca

Browse files
authored
Merge pull request #6499 from chandru-199/checkout_new_field_new_step
Added new step in checkout new field page
2 parents 7ae6d37 + bee8c54 commit e9051ca

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/guides/v2.3/howdoi/checkout/checkout_new_field.md

+20
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,26 @@ class MyBlock extends Template {
199199
}
200200
```
201201

202+
## Step 6: Run CLI commands
203+
204+
1. Compile the code with:
205+
206+
```bash
207+
bin/magento setup:di:compile
208+
```
209+
210+
1. Next, deploy static content:
211+
212+
```bash
213+
bin/magento setup:static-content:deploy
214+
```
215+
216+
1. Then clean the cache:
217+
218+
```bash
219+
bin/magento cache:clean
220+
```
221+
202222
{:.ref-header}
203223
Related topic
204224

0 commit comments

Comments
 (0)