Jump to content

Specials and New Products - Not redirecting to friendly url


Recommended Posts

Vekia, yes it is a module within my theme:

Here is the code for the quick links block:

<h2>Quick Links</h2><ul>
<li class="item"><a href="index.php?controller=prices-drop">Specials</a></li>
<li class="item"><a href="index.php?controller=new-products">New products</a></li>
<li class="item"><a href="https://www.whispardesign.com/contact_us">Contact us</a></li>
</ul>

 

I suppose a quick fix would be to replace the controller link with the friendly url page link. Unless, there is a different way to code it, that may be my best option...

Link to comment
Share on other sites

Thanks Vekia

Because the information is entered through a module in the back office, the above code will not work like it would if controlled by a tpl file (where it would work perfectly). The module works similar to the html anywhere module.

So the only thing I could think to do is just change the links in the list to the actual friendly url link.

(see attached screen)

post-463404-0-31236100-1368479600_thumb.jpg

Link to comment
Share on other sites

×
×
  • Create New...