How to change the name of a product in PDP[Product Details Page] using source code

a) Inspect the corresponding name that we want to change

b) Find the corresponding template

c) Find the corresponding view file

d) Then we have to find out the respected class in the corresponding template, we have to find the class from there we can find the variable that is passed to the view file

e) Then find out the variable in the view file ,and change the value in the return section with our need.

f) Run the local file and we can view the change

Leave a comment

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