- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The store link is authenticallyamerican.store/army west point/index.php. Can anyone pls help???
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @archanad,
I get error 500 when access to your store link. The problem maybe caused by your theme miss form key in login page and register page.
You can try open 2 files:
app\design\frontend\your_theme_package\default\template\persistent\customer\form\login.phtml
app\design\frontend\your_theme_package\default\template\persistent\customer\form\register.phtml
After that, find code "<?php echo $this->getBlockHtml('formkey'); ?>" . If this files doesn't has this code, please the code: "<?php echo $this->getBlockHtml('formkey'); ?>" under form tag.
One Step checkout extension - Social Login extension - Gift Card extension
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @archanad,
I get error 500 when access to your store link. The problem maybe caused by your theme miss form key in login page and register page.
You can try open 2 files:
app\design\frontend\your_theme_package\default\template\persistent\customer\form\login.phtml
app\design\frontend\your_theme_package\default\template\persistent\customer\form\register.phtml
After that, find code "<?php echo $this->getBlockHtml('formkey'); ?>" . If this files doesn't has this code, please the code: "<?php echo $this->getBlockHtml('formkey'); ?>" under form tag.
One Step checkout extension - Social Login extension - Gift Card extension
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content