Jump to content

Payment-pages not found


Recommended Posts

The paypal works, but not Payson, Klarna and Bankwire.


Something else I noticed is that other modules other than these payment one, also gives off "page not found" - such as the loyalty one when I click to see loyalty points from the account pages.

 

 

The url looks similar to the one of the Klarna payment module's page not found. Perhaps they should look like this, but thought I would show it just in case:
 

thedomain.com/sv/module/loyalty%7B/:controller?process=summary

Edited by midana (see edit history)
Link to comment
Share on other sites

thedomain.com/sv/module/payson%7B/:controller

 

thedomain.com/sv/module/prestaworksklarna%7B/:controller

The bankwire I won't use when the site is live, I just use it for testing, but it still looks similar so I show it as well:
thedomain.com/sv/module/bankwire%7B/:controller

Link to comment
Share on other sites

strange,

it's definitely not default behaviour of prestashop

the problem is somewhere in engine or in modules that you use

 

let's for example inspect bankwire module,

what version of module you use? (exact number)

in addition, what prestashop version you use? (and theme?)

Link to comment
Share on other sites

Prestashop 1.5.6.2, theme DT Biocosmetic Responsive (allthough it's been a tiny bit modified through css and adding modules that are outside of what comes with it).
 

Bankwire by Prestashop v 0.6

Klarna by Prestaworks v 1.10

Payson by Prestaworks v 2.3


Find it so weird :/

Link to comment
Share on other sites

Yes,
 

Translations (directory)

sv.php

en.php

bankwire.jpg

de.php

es.php

fr.php

payment.tpl

payment_execution.tpl

payment_return.tpl

ru.php

 

 

For mytheme/modules/paypal:

translations (directory)

sv.php

en.php

views (dir~)

templates (dir~)

front (dir~)

about.tpl

error.tpl

index.php

order-confirmation-mobile.tpl

order-confirmation.tpl

order-summary.tpl

hook (dir~)

column.tpl

confirmation.tpl

express_checkout_payment.tpl

express_checkout_shortcut_button.tpl

index.php

integral_evolution_payment.tpl

paypal.js

index.php

translations.xml

 

 

 

For mytheme/modules/payson:

No directory used

Link to comment
Share on other sites


{*

 

* 2007-2013 PrestaShop

 

*

 

* NOTICE OF LICENSE

 

*

 

* This source file is subject to the Academic Free License (AFL 3.0)

 

* that is bundled with this package in the file LICENSE.txt.

 

* It is also available through the world-wide-web at this URL:

 

* http://opensource.org/licenses/afl-3.0.php

 

* If you did not receive a copy of the license and are unable to

 

* obtain it through the world-wide-web, please send an email

 

* to [email protected] so we can send you a copy immediately.

 

*

 

* DISCLAIMER

 

*

 

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer

 

* versions in the future. If you wish to customize PrestaShop for your

 

* needs please refer to http://www.prestashop.com for more information.

 

*

 

* @author PrestaShop SA <[email protected]>

 

* @copyright 2007-2013 PrestaShop SA

 

* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)

 

* International Registered Trademark & Property of PrestaShop SA

 

*}

 

 

 

<p class="payment_module">

 

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

 

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

 

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

 

</a>

 

</p>

Link to comment
Share on other sites

The issue was really small, thankfully! It had to do with a } missing from the SEO & URLS page at modules route.

So it was:

module/{module}{/:controller

 

While it should have been:

module/{module}{/:controller}

 

Must have removed it by accident while working myself blind at some point I guess. :P Either way, it's fixed now and the payment modules work as they should. :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...