Changing ProductTemplate.SingleVariant.cshtml

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 năm cách đây
When I tried to change the move the _productAttributes in ProductTemplate.SingleVariant.cshtml into the
<div class="product-details-info">,  I get an internal error message from discountasp.net

====================
We're sorry, an internal error occurred that prevents the request to complete.

Our supporting staff has been notified with this error and will address this issue shortly. We profusely apologize for the inconvenience and for any damage this may cause. You might want to try the same action at later time.
======================

Please advice.  
Thank you,

Richard
12 năm cách đây
You're getting a generic error ("We're sorry, an internal error occurred that prevents the request to complete"):

To find out what went wrong you need to turn off the custom errors mode.
1. Open web.config file
2. Find out the following line <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
3. Replace it with <customErrors defaultRedirect="errorpage.htm" mode="Off">
12 năm cách đây
Thank you.   Now I can see the error.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.