HomeHome Product Discus... Product Discus...SmithCartSmithCartupgrade buy now not displaying productsupgrade buy now not displaying products
Previous
 
Next
New Post
6/15/2012 5:13 PM
 

I upgraded my smithcart to 5.o and buynow is not displaying the products. I am using DNN 6.1.5. Could you tell me how to make the products appear? Thanks

 
New Post
6/15/2012 5:27 PM
 

Hi Loyd,

What version of the cart did you upgrade from?  To fix the issue you need to setup page templates.  Please see the following forum post pinned to the top of the forum titled "upgrade notes"  http://www.smith-consulting.com/Forum...

 


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
6/18/2012 6:42 AM
 

I do not know what version I upgraded from. I followed the instructions and save the template list below. How do I get the template to display with the products on the buynow page? I had it as three columns 9 products per page. Thanks

 

 <table class="products">
    <tr>
        <td class="prodCell">
            <ASP:LABEL ID="lblProductName" runat="server" Text='<%# Eval("ProductName") %>' CssClass="SmithLargeText" />
        </td>
    </tr>
    <tr class="SmithRowAlignBottom">
        <td class="prodCell2">
            <br />
            <ASP:LABEL runat="server" ID="lblPrice" CssClass="SmithLargeText" Text='<%# Eval("Price","{0:c}") %>'   />
            <ASP:TEXTBOX runat="server" ID="txtPrice" Width="50px" MaxLength="8" Visible="false" /> &nbsp;
            <ASP:LABEL ID="lblPriceUnits" runat="server" Text='<% #Eval("PriceUnits") %>' CssClass="SmithProdText"/>
                    
        </td>
    </tr>
    <tr runat="server" ID="trQty" visible="false">
        <td class="prodCell2">
            <ASP:LABEL runat="server" ID="lblQtyLabel" resourcekey="lblQtyLabel" CssClass="SmithProdText" />
            <ASP:TEXTBOX ID="txtQuantity" Width="50px" MaxLength="8" CssClass="SmithProdText" runat="server" Text="1" />
        </td>
    </tr>
    <tr>
        <td class="prodCell2">
            <%--<ASP:Button ID="btnSelect" runat="server" OnClick="btnSelect_Click" resourcekey="btnSelect" CausesValidation="false" CssClass="scButtonClass"  />--%>
            <ASP:BUTTON ID="btnSelect" runat="server" resourcekey="btnSelect" CommandName="SelectProduct" CausesValidation="false" CssClass="scButtonClass"  />
                    
        </td>
    </tr>
        <tr>
        <td class="prodCell2">
            <ASP:LABEL ID="Label1" runat="server" Text='<%# Eval("Description") %>' CssClass="SmithProdName" />
        </td>
    </tr>
        <tr>
        <td class="prodCell2">
            <ASP:LABEL ID="hndProductID" runat="server" Text='<% #Eval("ProductID") %>' Visible="false" />
            <ASP:LABEL ID="lblShowQty" runat="server" Text='<% #Eval("ShowQuantity") %>' Visible="false" />
            <ASP:LABEL ID="lblUserEnteredAmount" runat="server" Text='<% #Eval("UserEnteredAmount") %>' Visible="false" />
        </td>
    </tr>
</table>

 
New Post
6/18/2012 2:33 PM
 
After you have created your product list template you dont need to do anything further for products to display in the buynow module so something else must be going on. Do you have any errors in your dnn event viewer? Also, try changing your skin back to the default dnn dark knight skin to see if that works.


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
6/19/2012 6:56 AM
 

I have no error in the event viewer. I changed the skin to default and nothing worked. Could you please give me a solution to display my products? Thanks

 
New Post
6/19/2012 12:29 PM
 
Hi Lloyd,
Try doing the following to see if it fixes the template on your site:

1. From the store admin menu, click on the page template button to go into the page template editor and delete all your page page templates.

2. In file explorer, navigate to your \portals\[portalid]\smithcart\tenplates folder

2. Delete all the files in the \portals\[portalid]\smithcart\tenplates folder

3. Reset iis and restart the application from the dnn host menu

4. Go to product listing page and see if your products are displayed.


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartupgrade buy now not displaying productsupgrade buy now not displaying products