seranting Posted May 26, 2014 Share Posted May 26, 2014 Hello, good morning!Im Sergio and i a web developer.I have an online store in Prestashop 1.5.6 giving me a problem every time you pay by bank transfer.Always get the same price unless you give CTRL + F5 to remove the cache. Is there any way to fix this?Thank you very much! Link to comment Share on other sites More sharing options...
NemoPS Posted May 26, 2014 Share Posted May 26, 2014 That's really weird! What is the price you are getting? Do you have any checkout related third party module installed? Is that price somehow meaningful, like if it belongs to a specific product? then, I assume you already tried with multiple browsers/machines...? Link to comment Share on other sites More sharing options...
seranting Posted May 28, 2014 Author Share Posted May 28, 2014 (edited) Yes, it is very rare. I have installed the module Page Cache but it already appeared before the same price. I've tried several browsers and I feel the same.The url is in http://new.futurbar.com Edited May 28, 2014 by seranting (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted May 29, 2014 Share Posted May 29, 2014 Have you tried using the default theme, and disabling all types of cache? Link to comment Share on other sites More sharing options...
jlballesteros Posted January 4, 2016 Share Posted January 4, 2016 I have modified the file /themes/your_theme/modules/bankwire/views/templates/hook/payment.tpl The line: href="{$link->getModuleLink('bankwire', 'payment')|escape:'html':'UTF-8'}" By: href="{$link->getModuleLink('bankwire', 'payment')|escape:'html':'UTF-8'}?ts={$smarty.now}" The value of parameter 'ts' is a the current timestamp and is different always, therefore i've achieved that the bankwire payment page is not cached. I'm sure is not the more elegant solutions but it works and it was driving me crazy. 1 Link to comment Share on other sites More sharing options...
Recommended Posts