|
I don\’t have a CMS Page called \"Privacy Policy\”
There is a good chance it was deleted after installation. However, my cookie policy notice HAS content (text, a link and a button) So this must be generated somewhere?
This is what is inside the file you mentioned (I had looked before)
<?php if ($this->displayNoscriptNotice()): ?> <noscript> <div class=\"noscript\"> <div class=\"noscript-inner\"> <p><strong><?php echo $this->__(\'JavaScript seem to be disabled in your browser.\'); ?></strong></p> <p><?php echo $this->__(\'You must have JavaScript enabled in your browser to utilize the functionality of this website.\'); ?></p> </div> </div> </noscript> <?php endif; ?> <?php if ($this->displayDemoNotice()): ?> <p class=\"demo-notice\"><?php echo $this->__(\'This is a demo store. Any orders placed through this store will not be honored or fulfilled.\') ?></p> <?php endif; ?>
Nothing of any use what so ever.
Someone MUST know how to change this cookie policy text?
|