HomeHome Product Discus... Product Discus...SmithCartSmithCartFeatured Product crashFeatured Product crash's when setup on SideBar1
Previous
 
Next
New Post
8/10/2010 6:00 PM
 

Hey Scott

I've setup Featured Item on SideBar1 and get an error when it's selected. Not sure if this is a DNN or SmithCart issue.

Any help would be appreciated.

BTW it works fine from the Store page!

http://www.nourishingecology.com.au/d...

Server Error in '/dotnetnuke' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

 
New Post
8/11/2010 11:17 PM
Accepted Answer 

In the featured products module settings there is a setting titled "BuyNow Page Name". If the featured products module is on the same page as the buynow module then you can leave this field blank. If you add the featured products module to a page that does not have the buynow module on it then you must enter the page name that has the buynow module. This tells the featured products module which page to navigate to when the user clicks a product. The page name property can be found in the page settings.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartFeatured Product crashFeatured Product crash's when setup on SideBar1