Daniel wrote:You are really paranoid.
Sorry for being so irritating
What happened was this. After reinstalling OPC in an attempt to confirm one of the other "bugs", I got to the payments page and realised I had not activated the moneybookers module I wanted to use.
So I logged into the admin on a separate tab and did the activation.
However, I noticed that after going back to the basket and starting the checkout flow, the module was not showing up at payment. For a while, I thought I had done something wrong so I went back into admin, deactivated and reactivated with no luck. Refreshing the page several times didn't help either and neither did logging off and back on.
I then activated paypal in admin and after mucking around for a while, the two both came up. I later went and deactivated paypal and again, even after logging off and on, refreshing and whatnot, the paupal module was still there. The only thing that got rid of it was closing the browser and relaunching it.
I bet that was not how you expected it to work which is why I made the post.
I have edited layout.tpl as follows to stop page caching...
Code: Select all
<base href="<?php echo $base; ?>" />
<!-- no cache headers -->
<meta http-equiv="Expires" content="Fri, 1 Jan 1999 00:00:00 GMT">
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<!-- end no cache headers -->
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/stylesheet.css" />
First and only edit I have made to the code.