[Solved] Display Weight under Price in Product Page & Search page [closed]
This is relatively simple if you understand the MVC (Model, View, Controller) pattern. Here are the steps required: You need to add the logic for fetching the product weight in the controller file and pass it to the view catalog/controller/product/product.php On line 283 (right after the price because it is a nice place for it) … Read more