Notifications
Clear all
Topic starter
Use align attribute or an html code.
find the featured.tpl file located: catalog/view/theme/default/template/module and open the featured.tpl file. Another place it can be is
in the controller file, but the featured.tpl is where the featured module gets
its front end display view from. Remember to find the string of code where its
pulling both the image and product name text. It will look something like,
[PHP]
<a href="”><img src="” alt=”” />
<a href="”>
<input type="button" value="” onclick=”addToCart(”);” class=”button” />
[/PHP]
Posted : 17/02/2020 12:32 pm