Jump to content

Problem with friendly URL


Recommended Posts

Hello, when I set up friendly url in my website I have just one page witch don't want to work properly, in the final step when you have to chose that you will pay with bankwire, page are not found.The frendly URL are set, but it's not working, is that a problem with module or something else? Maybe there are a solution? Sorry for English...

Link to comment
Share on other sites

modules/bankwire/views/templates/hook/payment.tpl

....

<p class="payment_module">

<a href="{$link->getModuleLink('bankwire', 'payment')}" title="{l s='Pay by bank wire' mod='bankwire'}">

<img src="{$this_path}bankwire.jpg" alt="{l s='Pay by bank wire' mod='bankwire'}" width="86" height="49"/>

{l s='Pay by bank wire (order process will be longer)' mod='bankwire'}

</a>

</p>

 

 

your_theme/modules/bankwire/views/templates/hook/payment.tpl

there is no bankwire module

Link to comment
Share on other sites

*}

 

<p class="payment_module">

<a href="{$base_dir}?fc=module&module=bankwire&controller=payment " title="{l s='Pay by bank wire' mod='bankwire'}">

<img src="{$this_path}bankwire.jpg" alt="{l s='Pay by bank wire' mod='bankwire'}" width="86" height="49"/>

{l s='Pay by bank wire (order process will be longer)' mod='bankwire'}

</a>

</p>

Link to comment
Share on other sites

  • 4 months later...

hi


 


I have the same problem ; I have prestashop 1.5.4.1 and I took the leoconv theme


 


 I enable the friendly URL and it does work on the site but some troubles appeared when I "sign in"  I have "page not found 404 error " and I still don't find a solution , any suggestion please ???


 


thanx

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...