How can I change the layout of FEATURED STORE ITEMS shown in the homepage? I have it in the right-hand sidebar. The product image needs to show smaller so the product title can float left next to the image.
Who can help?
Thanks
How can I change the layout of FEATURED STORE ITEMS shown in the homepage? I have it in the right-hand sidebar. The product image needs to show smaller so the product title can float left next to the image. Who can help? Thanks |
Hello By default Store uses the same HTML template (modules/boonex/store/templates/base/unit.html) to display product lists. So, if you want to apply the changes to Home Page only then you need to do customization in PHP code too. You need to start from serviceHomepageBlock method which can be found in modules/boonex/store/classes/BxStoreModule.php file. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |