krenciol Posted November 13, 2019 Share Posted November 13, 2019 (edited) Hello, I'm trying to change "all product link" on my main site on the featured products module to link:" www.mysite.com/11-main" I've found two lines on .tpl file, but I'm stuck. Can you please help me Presta 1.7 Edited November 18, 2019 by krenciol (see edit history) Link to comment Share on other sites More sharing options...
lototo Posted November 19, 2019 Share Posted November 19, 2019 Post the lines and get our help 😶 Link to comment Share on other sites More sharing options...
krenciol Posted November 19, 2019 Author Share Posted November 19, 2019 There are two lines in tpl file: <a class="all-product-link float-xs-left float-md-right h4" href="{$allProductsLink}"> {l s='All products' d='Shop.Theme.Catalog'}<i class="material-icons"></i> </a> and there are line in the php file 'allProductsLink' => Context::getContext()->link->getCategoryLink($this->getConfigFieldsValues()['HOME_FEATURED_CAT']), Link to comment Share on other sites More sharing options...
joomleader Posted November 20, 2019 Share Posted November 20, 2019 You can change to <a class="all-product-link float-xs-left float-md-right h4" href="http://www.mysite.com/11-main"> {l s='All products' d='Shop.Theme.Catalog'}<i class="material-icons"></i> </a> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now