-
Notifications
You must be signed in to change notification settings - Fork 262
* Required item displaying twice #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is likely to be because your template is sufficiently different to the standard Magento ones that changes that SCP has made aren't quite working correctly. (eg Your template adds the message in a place that SCP doesn't know about) I'd suggest turning on 'template path hints', finding out which templates/blocks are responsible for outputting each '* required items' and just removing one. The one that's part of SCP is in app/design/frontend/base/default/template/catalog/product/view/options/scpwrapper.phtml Matt |
Thank you, that worked perfectly. I am using this with Magento EE. Awesome extension. |
http://dawking.com/catalog/product/view/id/5977/s/hd-test/
as you can see, for some reason the (*required items) is displaying twice.
The text was updated successfully, but these errors were encountered: