tykayn Posted December 3, 2015 Share Posted December 3, 2015 since i changed the theme of my shop at www.latrotteuse.fr , the payment plugin seems to not recognize the shop. nothing changed in the plugin config. i found a set of javascript var declarations in the older template whom looked like being able to solve the identification issue, so i kept them in the new one, but it didnt did the trick. <script type="text/javascript"> var baseDir = '{$content_dir}'; var baseUri = '{$base_uri}'; var static_token = '{$static_token}'; var token = '{$token}'; var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals}; var priceDisplayMethod = {$priceDisplay}; var roundMode = {$roundMode}; </script> i don't know what is needed in the template or if it is something else to configure, but since no one touched the module config it should be something wrong in the new theme. I cannot find a reliable way to test it since when i add products to my cart, and go through the paiement process i can access the secured site to pay, and here the shop is recognised. 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