I am working with large number of products (nearly 700) and 2 column layout.
because all image sizes are 700 (both product and category), it took lot of time to load the entire page Currently 2 product are showing in one line. Is it possible to show 4 -6 products in one line with small image. If yes how can I do that?
See the nopCommerce Designer's Guide: http://docs.nopcommerce.com/display/nc/Designer%27s+Guide and the Theme X Responsive Configuration Guide: http://shop.getyournet.ch/en/theme-x-responsive-configuration-guide
Best regards, Peter Software Developer www.getyournet.ch
I just installed nopCommerce 3.70 and then installed Theme X Responsive at this [link removed]. There are some issues with this as follows:
1. I can see a "bullet" at top right corner of the slider. I think slider's bullets css is conflicting nopCommerce native css. 2. For sometime, slider goes blank (I am not sure if some slider image is missing or failing to load) 3. At the bottom of the page, Newsletter subscription box is not fixed (I guess some css problem or conflicting with nopCommerce native css). 4. In Footer.cshtml located at ~\Themes\X20\Views\Common (where x20 is Theme X Responsive), there are no properties with names RecentlyAddedProductsEnabled, HideOrders and HideAddresses. I had to comment these lines from the view to run the website.
Hi Everyone I'm a beginner of nopcommerce I have integrated this theme when I'm going to run It shows me error like this:
Compiler Error Message: CS0103: The name 'WorkContext' does not exist in the current context Source Error: Line 286: catch { } Line 287: Line 288: var roles = WorkContext.CurrentCustomer.CustomerRoles.Where(x => x.Active && x.Name == "Administrators"); Line 289: Line 290: init();