- go do
src/views/product-details.ejs
- add the below code in line number 307 code :
<%
if(productDetails.QualityType == "Premium"){
%>
<span class="pro-tag cost m-shadow p" ><%= productDetails.QualityType %> </span>
<%
}else{
%> <span class="pro-tag cost m-shadow " ><%= productDetails.QualityType %> </span>
<%
}
%>
- Go to
src/views/layouts/left-sub-menu.ejs
file - You can find code similar to this
<li class="col-md-12" >
<a href="/product/book/-YOUR CATEGORY NAME HERE-"><span class="" >- YOUR CATEGORY NAME HERE - </span> </a>
<i class="fa fa-angle-right" aria-hidden="true"></i>
</li>
- Instead of
-YOUR CATEGORY NAME HERE-
there will be a category name - So you can Add the above code and just replace
-YOUR CATEGORY NAME HERE-
with the category you want - lines you can add on
- no.53 - for column 1
- no.71 - for column 2
- no.94 - for column 3
- Remember your category spelling should be exactly same as the one you added through admin panel
- It should be capitialised
- Go to
src/views/layouts/header.ejs
-
- go to line 64
-
- in the src part change with your image link
or
- in the src part change with your image link
- add your logo with
logo.png
inwebsite-img
folder inpublic/images
folder - delete the previous one
- Go to
src/views/layouts/bottom-footer.ejs
file - In line 35 replace the
WebsiteName
with your website name
- go to
src/views/layouts/payment/payment-option-cart.ejs
from 128 linesrc/views/layouts/payment/payment-option.ejs
from 117 line
Feel free to create a issue or mail me @ [email protected]
Feel free to create PR