HomeHome Product Discus... Product Discus...SmithCartSmithCartMy Cart and Display GridMy Cart and Display Grid
Previous
 
Next
New Post
9/28/2011 9:35 AM
 

Is this possible with Smith Shopping cart.

1. Add the My Cart with summary of cost at top like the login? This would have an image of a shopping cart with cost and how many items are in the cart. See Amazon's navigation at top right with the shopping cart image.

2. The current product list grid shows 10 items. When working with odd number columns, it shows one item at the last row. Is it possible to manage how many items are displayed on the grid to fill it evenly.

 

 

 
New Post
9/28/2011 4:42 PM
 
Hello,

Which version of the Cart and DNN are you currently running?

Thanks,
 
New Post
10/7/2011 11:11 AM
 
I don't know. We are hosting with you and don't have access to the module to see the version.
 
New Post
10/7/2011 6:46 PM
 

Hello,

1. Smith Cart comes with a separate mini cart module that can be placed on any page in your portal. If you want to use the mini cart module with your shopping cart you must check the “Use
MiniCart” checkbox in the cart settings. For more information on the MiniCart module, please see pg. 227 of the SmithCart Manual.

2. to change the number of products displayed on the product listing page, please follow the instructions in the following post: http://www.smith-consulting.com/Forum...

Thanks,

 
New Post
10/11/2011 5:54 AM
 
Thanks for the suggestions, but for the display, how do we change the default? We don't want the drop down box to be displayed. Would like to limit the default display to 9 or 12 instead of the 10.
 
New Post
10/11/2011 8:02 AM
 
MiniCart: What value do I change to make the cart the Checkout button? Want to remove the word CHECKOUT.
 
New Post
10/11/2011 1:38 PM
 
Hello,

I'm not sure I completely understand your question. Are you looking to change the button text in the MiniCart module?

Thanks,
 
New Post
10/12/2011 6:18 AM
 

1 - MiniCart : No not change the text. Keep the shopping cart icon, qty and price. Make the shopping cart icon the checkout link. Remove the Checkout LinkButton control.

2. Product List datalist: Can we change the default value that loads the control to 9 or 12 products instead of the 10? 10 products leaves two empty spots at the bottom of the list.

 
New Post
10/12/2011 2:30 PM
 

Hello,

1. Yes it is possible for you to change make the Shopping Cart Icon of the MiniCart to function as the "View Cart" button and hide the original button by making the following changes to the MiniCart.ascx file located in the DesktopModules/MiniCart folder:

 

Orginal Code:
<asp:Image ID="Image2" runat="server" ImageUrl="~/DesktopModules/Smith.MiniCart/Images/minicart.png" /> 
     <%= Localization.GetString("item.Text", LocalResourceFile)%>
     <asp:Label ID="lblQty" runat="server" Text="0" CssClass="SmithProdText" /><br />
 
Modified Code:
<asp:LinkButton ID="IbCheckout" runat="server" onclick="IbCheckout_Click" >
    <asp:Image ID="Image2" runat="server" ImageUrl="~/DesktopModules/Smith.MiniCart/Images/minicart.png" /> 
     <%= Localization.GetString("item.Text", LocalResourceFile)%>
     <asp:Label ID="lblQty" runat="server" Text="0" CssClass="SmithProdText" />
     </asp:LinkButton><br />
 
Comment the following:
<div class="viewcartbox">
        <div class="b_left">&nbsp;</div>
        <div class="b_center">&nbsp;&nbsp;<asp:LinkButton ID="IbCheckout" runat="server" onclick="IbCheckout_Click" Text="CHECKOUT" CssClass="b_link" resourcekey="IbCheckout.Text" Font-Size="12px"/>&nbsp;&nbsp;</div>
        <div class="b_right">&nbsp;</div>
 
 
2. In regards to setting the number of products displayed on the ProductListing page, in Cart v.4.36 we added a feature called "Show Records Dropdown" in the Cart Settings. I understand that you are running an earlier version of the Cart and we are hosting your site so our developers will coordinate an upgrade of your store so that you can take advantage of the new features.
 
Thanks,

 

 
New Post
10/17/2011 9:47 AM
 

The upgrade did not resolve the numbers of default product showing. It is still showing 10 items. Is there a way to change the datalist initial data to 9?

Found it by entering more than one numbers in the record dropdown values.

 
New Post
10/17/2011 5:31 PM
 
Hello,

When using the Show Records Dropdown feature you need to enter a comma separated list of numbers to be displayed on the Product Listing page.

Thanks,
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartMy Cart and Display GridMy Cart and Display Grid