Close

Profile: Boyko

Avatar

User posts

11 years ago

lacorne wrote:
Any update on the attribute combination display with stock tracking?

"the way that nopCommerce currently works is that a customer can choose ANY combination and try to add it to the cart, if there is not stock in that combination they should get an out of stock message.

I don't really like this way, I think that once you choose a size, for example, then the color should populate with the available colors in that size - or something along those lines. That seems to be the way that most online stores do it."

Any update available?

Thank you,


Hi lacorne,

You are right that it is a bit frustrating but I don't think this has been changed in the latest version of nopCommerce. We are also not aware of any solution about this. You can ask in the nopCommerce forums if there are any plans for this to be implemented as you suggest for the next release.

Thanks!

11 years ago

lacorne wrote:
Hello,
How can we change the sorting order of the main shop (catalog) page.
By default products are ordered alphabetically, how can we update this to be ordered by “created on” by default? So the newer products are always in front.
Thank you,


Hi lacorne,

The default sort order in nopCommerce is by position. You can manage the Order/position of the products within a given category from the category page and selecting the Products tab and change the display order.
Unfortunately the sort order can't be changed in nopCommerce from the Administration. The "View per page" and the "View in Grid or List" can be changed in the administration but the sort order is always the same.

Hope this helps!

Thanks

11 years ago

milo wrote:
I have also slow loading with nopCommerce 2.7 and Fashion theme with ajax filters enabled.
Filtering takes up to 5 seconds and sometimes (seems random) more then 10 seconds even when the page is already in cache. With the standard nopCommerce filtering is fast  (< 1 sec).

Our site runs on a fast dedicated VPS, with 3 cores and 4GB ram. I only have enabled  the Specifications Filter in the settings of the ajax filter.

We have multiple variants per products, tier prices and discount rules.
In the catalog controller i have made adjustment for loading categories. This helped reduced the page load considerbly (not for the ajax filtering) Maybe this helps resolve the issue?

/* added preparePiceModel parameter, set to false (performance reasons) */
model.Products = PrepareProductOverviewModels(products,false).ToList();


Please take a look at http://www.papicolor.com/210x297mm-a4 and try out a filter. We want to keep the pageload < 1 sec.


Hi milo,

Please update the Ajax Filters to its latest version as we made some improvements in the caching.
Please refer to this article for the update.

As to the speed please note that the Ajax Filters do much more than the default filters in nopCommerce - i.e take the discounts into account, calculate the available sort options based on the current selection etc. This means that there is no way to make the Filters work as fast as the default nopCommerce filters, which simply filter the products.

Please let us know if you notice any improvement in the filters after the update.

Thanks

11 years ago

Maxine_K83 wrote:
Oh crikey.

I'm not sure, what i thought might happen is when you create it and make it appear under every product I thought a new box would appear in the product details like where the Full Description is with the name of the new tab so you could put the information in it.

If there is no other way then I'll just have to create one for every product that needs a different buyers guide - can you call them all Buyer's Guide though or will they need to have different names?

Not ideal but if there's no other way, then that's it :)


What you have thought definitely makes sense. This is a good idea for future versions of the plugin. Unfortunately you will have to name each new tab with the same name. This is how the plugins work and it is really intended to create Tabs that can be shared between a set of products i.e Warranty tab and the information in this tab is exactly the same for all these products. The Tabs are not very much intended for individual products but we can improve that in future versions.

Thanks

11 years ago

Maxine_K83 wrote:
Hi,

Thanks for coming back to me.

I did look at the online documentation first before emailing you.

if you add the content to the tab when you make it then that content will be the same for all products which isn't ideal.

How do you make it have different content for different products? i.e different products will have different buyers guides.

thanks


Hi Maxine_K83,

Yes, it is not ideal and you have to create a new Buyer's Guide for every product if you want different Buyer's Guides. But where do you suggest to get the different content from?

Thanks

11 years ago

Maxine_K83 wrote:
Hi There,

I have a couple of questions regarding Quick Tabs.

At the moment we have two showing on each product page - Overview (which I have renamed Specification) and Review.

It seems that when I am in a product in the Admin section of NopCommerce if I put content into the Full Description section this then appear on the Front End under Specification which is what we want so that fine - is this the way to do it though?

Also, I have just created a new Tab called Buyer's Guide. Have attached it to every product so that it appears and it does however, where do i put the content in so the content appear in the tab? where does this go?

many thanks


Question 1: Yes, the Overview tab gets its content of the product full description.

Question 2: Any custom tab gets its content from the information added to the Tab itself i.e when you create a new Tab called Buyer's Guide then you add the content of this tab. Mapping the Tab to any set of products will simply display the Tab with its content on all these products. This way you can share common information i.e buyer's guide on several products. You can map a given Tab to a category/manufacturer and then it will be shown on all products in this category/manufacturer.

Please refer to the online documentation for more information!

Thanks

11 years ago

drcomputer wrote:
Hi,

How to add remove button in minishopping cart so that items can be removed directly from mini shopping cart


Hi drcomputer,

Please note that the mini shopping cart is not part of the Ajax Cart plugin.
To add a remove button in the mini shopping cart you need to edit this view although it might not be straightforward to do so.
Presentation\Nop.Web\Views\ShoppingCart\FlyoutShoppingCart.cshtml
You can ask this in the nopCommerce forums as probably there are some discussions about this already.

Thanks

Bugs
11 years ago

inspired wrote:
Is the onestepcheckout supposed to work on this theme? I can't get past the first step!

Thanks,

Dave


Hi inspired,

Yes, it is supposed to work and it seems to be working on our demo store. Which version do you use and what error do you got?

Thanks

THenrich wrote:
I installed Mega Menu on a fresh nopCommerce 2.8. Now I get this error:

[MissingMethodException: Method not found: 'System.String Nop.Services.Media.IPictureService.GetPictureUrl(Nop.Core.Domain.Media.Picture, Int32, Boolean, System.Nullable`1<Boolean>)'.]
   SevenSpikes.Nop.Plugins.MegaMenu.Controllers.MegaMenuController.PreparePictureModel(Int32 pictureId, String categoryName) +0


Hi THenrich,

It looks like you either don't use the official nopCommerce 2.8 or you have modified the PictureService in nopCommerce. Please make sure you use the official nopCommerce 2.8 version and not the currently work in progress version of nopCommerce 3.0 that is available on codeplex as there are some breaking changes in it.

Thanks

11 years ago

s.jaspreet wrote:
Any update on this?


Hi s.jaspreet,

It was ready yesterday but we forgot to let you know.
You can see it here. Simply get the latest package and update the Themes\Jewelry\Content\css\styles.css file only.

Hope you like it!