{{minicart.wishlist.length}}
{{minicart.cartList.length}}
You have no items in your shopping cart.
You have 1 item in your shopping cart.
{{multiCartItemsStr.replace('[COUNT]', minicart.cartList.length)}}
{{cartItem.ProductName}}
SKU: {{cartItem.ProductSku}}
{{itemVariant.VariantHasText ? (itemVariant.VariantName + ': ' + itemVariant.VariantText) : (itemVariant.VariantGroup + ': ' + itemVariant.VariantName)}}
Total: {{cartItem.UnitCost * cartItem.Quantity | currency : '$' : 2}}
Qty: {{cartItem.Quantity | number : 2}}
Item(s): {{minicart.countCart().Number | number : 2}}
Total Price: {{minicart.countCart().Total | currency : '$' : 2}}
Item
Qty
Total
{{cartItem.ProductName}}
SKU: {{cartItem.ProductSku}}
{{cartItem.Quantity | number : 2}}
x {{cartItem.UnitCost | currency : '$' : 2}}
{{cartItem.UnitCost * cartItem.Quantity | currency : '$' : 2}}
{{itemVariant.VariantHasText ? (itemVariant.VariantName + ': ' + itemVariant.VariantText) : (itemVariant.VariantGroup + ': ' + itemVariant.VariantName)}}
You have no items in your shopping cart.
Subtotal
{{minicart.cartTotals.SubTotal | currency : '$' : 2}}
Cart ({{minicart.countCart().Number}})
Wish List ({{minicart.countWishlist().Number}})
Order History ({{minicart.orders.length}})
Image
Item
Qty
Total
{{cartItem.ProductName}}
SKU: {{cartItem.ProductSku}}
{{cartItem.Quantity | number : 2}}
x {{cartItem.UnitCost | currency : '$' : 2}}
{{cartItem.UnitCost * cartItem.Quantity | currency : '$' : 2}}
{{itemVariant.VariantHasText ? (itemVariant.VariantName + ': ' + itemVariant.VariantText) : (itemVariant.VariantGroup + ': ' + itemVariant.VariantName)}}
You have no items in your shopping cart.
Description
Created
{{savedCart.Description}}
{{savedCart.CreateDate | date : 'M/d/yyyy h:mm a'}}
SKU
Product Name
Unit Cost
Qty
Line Total
{{cartItem.ProductSku}}
{{cartItem.ProductName}}
{{cartItem.UnitCost | currency : '$' : 2}}
{{cartItem.Quantity | number : 2}}
{{cartItem.UnitCost * cartItem.Quantity | currency : '$' : 2}}
{{itemVariant.VariantHasText ? (itemVariant.VariantName + ': ' + itemVariant.VariantText) : (itemVariant.VariantGroup + ': ' + itemVariant.VariantName)}}
You have no items in your saved shopping cart.
You have no items in your wishlist.
Status
Order No.
Order Date
Ship To
Order Total
Pay Total
Balance
Bill Me Later
Open
Ready To Ship
Shipped
Picked Up
Cancelled
Incomplete
On Hold
Back Ordered
Returned
{{order.Status}}
{{order.OrderID}}
{{order.OrderDate | date : 'M/d/yyyy'}}
{{order.ShipFirstName}} {{order.ShipLastName}}, {{order.ShipAddress1}} {{order.ShipAddress2}}, {{order.ShipCity}}, {{order.ShipState}} {{order.ShipZipcode}}
{{order.GrandTotal | currency : '$' : 2}}
{{order.PayTotal | currency : '$' : 2}}
{{order.GrandTotal - order.PayTotal | currency : '$' : 2}}
Register
Login
Button
Facebook
Linkedin
Twitter
Youtube
replica watches
You can purchase a fake Yeezys from many online stores, but if you want to shop directly from China, I recommend using the
https://www.hontreplicawatch.me
!
Home
About Us
Products
Shopping Cart
Payment Registration Form
Booking Software
RazorEvents
Directory Module
Case Studies
Documentation
Free Trial
Services
Managed Services
ERP Integration
eCommerce Hosting
SEO
CyberSecurity
Custom Programming and Database
Request a Quote
Store
Support
User Guides
FAQ
Policies
License Request Form
Downloads
Our Blog
Contact Us
Home
Product Discus...
RazorCart
Product List - choose number of items to display
Previous
Next
7/16/2017 5:50 PM
Yener Adal
Joined: 7/16/2017
Posts: 17
Product List - choose number of items to display
Product List - How do I set it up so the end user can select how many
products to show on a page?
7/17/2017 2:49 PM
Dave Smith
Joined: 4/20/2017
Posts: 89
Re: Product List - choose number of items to display
Navigate to your product listing module settings and scroll down to the setting titled "Pager Page Size" and enter the number of products you want and click save to save your changes.
7/17/2017 4:27 PM
Yener Adal
Joined: 7/16/2017
Posts: 17
Re: Product List - choose number of items to display
How do I get so the end user can choose the number of items to display?
For example, a dropdown list of options (e.g. 5, 10, 25, etc) and when they choose one of those options, the number of products displayed match that number.
7/17/2017 5:59 PM
Dave Smith
Joined: 4/20/2017
Posts: 89
Re: Product List - choose number of items to display
There is no setting for this, you need to edit the view and create a custom dropdown. Next, use ngChange on your custom dropdown-menu to do the following
list.pageSize = %value%
list.rebindProducts()
7/25/2017 12:22 AM
Yener Adal
Joined: 7/16/2017
Posts: 17
Re: Product List - choose number of items to display
This is how I got it to work.
Not sure if there is a better way to set the list.
pageSize
apart from assigning the value to itself.
Thanks
<select name="numToDisplay" ng-change="list.pageSize = list.pageSize; list.rebindProducts()" ng-model="list.pageSize" class="form-control ng-pristine">
<option value="32">Display</option>
<option value="6">View 6</option>
<option value="9">View 9</option>
<option value="18">View 18</option>
<option value="32">View 32</option>
</select>
Page 1 of 1
Previous
Next
Home
Product Discus...
RazorCart
Product List - choose number of items to display
Questions?
Contact us for
answers!
Contact Us!