Item name based on subsidiary

⦁ Verifying subsidiary in the website.
⦁ Creating PLP Extension for the subsidiary.
⦁ Deploying and activating the plp extension.
⦁ Changing the template file and deploying the theme

Verifying subsidiary in the website”:
*List> accounting> items .
*Find Some random Item and view the item

*we can the subsidiary for that item .
*The subsidiary are verified.
*After verifying the subsidiary create the extension for subsidiary
CREATE PLP EXTENSION :
I. First we need to create a extension in terminal .
II. After that we need to activation the plp extension.
III. While we have to run the terminal by (gulp extension:fetch)->after that (gulp extension:local)
IV. Then go for the website and we inspect our website and find out the class name to insert our subsidiary
V. After that we copy that class name, paste in the Visual studio code.

VI. After copy the class name we have search for the facets_item_cell_grid.tpl in both (Theme and Extension)
VII. Then we need to change the code for display the subsidiary to the website
VIII. After that we need to find our module name and copy and paste to the view file.
IX. Then after the changes made we have to deploy theme and extension files.
The we need to pass the value to converted into html and we have deploy theme aswell
In facets_item_cell_grid.tpl added the subsidiary field using if condition.

⦁ After that we need to check the website is work in the local as well as in the original website
⦁ Then to check the changes are made by ours are coming are not.
⦁ Be sure to clear the cache invalidation while run the website.if you not clear the cache it will get an error. and haed reload also we need to do .

Leave a comment

Your email address will not be published. Required fields are marked *