The message "This is a demo store. Any orders placed through this store will not be honored or fulfilled." does not appear on the front-end of my website, although it dose appear on the back-end! It is definitely set correctly on the admin. I have checked this a few times!
Any ideas please why this is so?
4 answers
This sounds more like a Virtuemart related issue than a JA Social template related issue.
Have you checked over at the Virtuemart Community Forums yet?
No, I have a Magento community installation with JM Wall theme. That is why I have placed my question on JM Wall Forum.
Hi susanp,
You can open the file of app\design\frontend\base\defaulttemplate\page\1co lumn.phtml and place this code at it right below the tag.
HTML Code:
<div class="wrapper">
PHP Code:
<?php echo $this->getChildHtml('global_notices') ?>
I hope that helps !
Hi, Sherlock,
I looked in 1column.phtml, and, the PHP code is already there!
This question is now closed