I want to do a carousel with a Product source of BestSellers in a Category can you please explain how I would achieve this.
Thanks
Robert
Thanks that worked
Can you please tell me what the model is for Description.
I'm trying to add the Shipping description to the list of Shipping methods but can't figure out what the Description Model Element is. I tried adding the following below the <div> for Shipping Details
@if (!String.IsNullOrEmpty(shipping.Description))
{
<div class="method-description">
@Html.Raw(shipping.Description)
</div>
}
Thanks
Robert
Hi
I've updated to the latest version 3.3.499.11372
I did have version 3.3.153.10900 installed before but I still see that I'm being redirected to the Login page when I try to view the basket.
Hi
I'm using nop 3.3 is this the version you're looking for?
I downloaded the Theme on the 17th April 2014
Rob
Hi
I have a clean install without the motion Theme and I can play with it and move products to the cart and view the cart without ever logging in.
I have another clean install with the motion theme applied and I always get redirected to the Login page before I can view the cart.
I have the ACL set as guest enable shopping cart, I also have anonymous checkout set?
Any ideas what could be causing this?
I've stepped through the code and can't see where the redirect is happening and obviously why.
Using Fiddler I can see a request for /cart then it is redirected to /login?returnurl%2cart
Help please?
Rob
Hi
I have Category images of 310x140px as per demo but the images on the website are being scaled down to they are only taking about a quarter of the space for the featured categories
Thanks
Rob
Hi
Thanks for the response I understand its the way it is done and is not really an easy fix but is something that needs to be looked at in the medium term I reckon.
Thanks
Rob