Close

Profile: Boyko

Avatar

User posts

12 years ago

shayt wrote:
i am not 100% sure it's the same problem,
but a few times, in a category page
i saw this error -
http://tinypic.com/r/bjeiw6/5

and i have the errors in my site log.

all the errors are from a Guest account.

the URLs are -
/nopajaxcart/getaddproducttocartajaxbutton
/nopajaxcart/getaddproductvarianttocartajaxbuttonwidget
/nopajaxcartshoppingcart/addproducttocartajax
/nopajaxcartcatalog/checkifproducthasattributesfordefaultproductvariant

Shay


Hi Shay,

This looks like a problem with a specific product. What is this product for which the Ajax Cart could not be loaded? Could you send us a link to this page where you get this error?

Thanks

12 years ago

codestream wrote:
Unfortunately the Mega Menu doesn't work for us as the client wants the categories listed on the main menu bar instead of under a categories option. We also don't just want to show the first few manufacturers, but only ones with products.

The reason for having manufacturers without products is simple. When a user uploads a new product for sale they need to select the manufacturer of the product and so we need a comprehensive list to avoid allowing them to enter it themselves which would result in corrupt data and duplications. They will be doing this through a custom page so I think we will end up setting the published status for the manufacturer only once a product has been mapped to it.


Hi codestream,

Thank you for the follow up. Yes the published status seems like a good workaround and no need to modify the Manufacturer service(which you should try to avoid if you want to upgrade to a newer version without too much pain).
Please note that the Mega Menu is a much improved version of the Header Menu and everything you can do with it can be done with the Mega Menu plus much much more.
The Mega Menu has a setting called "Show categories in a single menu" which you can uncheck and all the top level categories will be shown in a separate menu items. You can also choose to show the subcategories in Grid (with pictures) or in List (just like the Header Menu). There a plenty of options that we have added and you can play with them. We have explained the Mega Menu in our online documentation, so you can refer to it.

Should you have additional question we will be glad to help!

Thanks

12 years ago

[email protected] wrote:
I want to use MegaMenu on an ASP.NET site that is not nopCommerce.

Surely this is possible. Do you have any install and usage instructions?


Hi [email protected],

I don't think that the Mega Menu could be used outside of the nopCommerce context as it depends on it on many levels.
The Nop Mega Menu plugin is MVC based and consists of 3 main parts: Controller, Model and View.
1. The controller uses the nopCommerce services to populate its Model.
2. The model is also related to nopCommerce as it consists of some of the existing nopCommerce models - ManufacturerModel etc.
3. The View is the only thing that can be reused or at least its Html and CSS.

I hope this answers to your question.

Thanks

12 years ago

codestream wrote:
Hi, we have a list of over 500 manufacturers in our database and it would be extremely helpful to only display the ones that have products mapped to them in the menu. I can't see a way of doing this without editing the manufacturer service itself.

Do you know a way to do this in the latest version?


Hi codestream,

There is no such method implemented in nopCommerce to get only manufacturers that have products mapped to them, so you need to make customizations. With the Nop Mega Menu plugin you can limit the number of manufacturers that are shown to a specified number i.e 20 and then you will get a View all link that when clicked will take you to the Manufacturers page in nopCommerce that shows all of the manufacturers. I don't know why you should have a manufacturer without products(makes no sense) but you can simply not publish these Manufactures.

Hope this helps!

Thanks

12 years ago

shayt wrote:
i am getting SOMETIMES and error -
The parameters dictionary contains a null entry for parameter 'productId' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult GetAddProductToCartAjaxButton(Int32, System.String, Boolean)' in 'SevenSpikes.Nop.Plugins.AjaxCart.Controllers.NopAjaxCartController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter. Parameter name: parameters

i am using version 3.00

Thanks,
Shay


Hi Shay,

Have you noticed when this error occurs?
On which page the error is thrown i.e catalog pages or a product page?
What is the user that causes the error i.e is it a logged user or some search engine bot?

Thanks

12 years ago

pawrisian wrote:
Oh so sorry !

I am talking about the Theme Roller for the Electronics Theme.

Thanks !


Hi pawrisian,

We are almost ready with the Theme Roller for the Electronics theme. We just need to create some nice Presets and some new textures. Hopefully we will be able to launch the Theme Roller at the end of next week.

Thanks

12 years ago

drcomputer wrote:
I am using nop3.0, installing electronic theme with plugins getting this error
nable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.


Hi drcomputer,

It looks like you are trying to use the theme not with the nopCommerce 3.0 official code base but with the latest changesets, which are not compatible with the plugins and the theme.
You need to use the 3.0 version of the Theme with the official nopCommerce 3.0 code base.

Please note that we can’t provide a version of the theme and all the plugins with it for the latest changesets as it is a work in progress and Andrei constantly makes new changes i.e renames classes, changes models and interfaces etc.

Thanks

12 years ago

pawrisian wrote:
Any idea when approximately it will be ready ???


Hi pawrisian,

Are you asking for the Theme Roller for the Electronics theme or about improving the styling of the Forum?
The Forum is the electronics theme is styled and you can see it here.

Thanks

12 years ago

zjerry wrote:
Add the 'Recently Viewed' menu at the header.
This item should look like the quick cart dropdown.
Menu item shoud be disabled when recently viewed list is empty.

Add the 'Go to Comparision' menu item at the header (disabled when comparision is empty).

Allow custom tabs to appear in the QuickView.


Hi zjerry,

Thank you for the suggestions!

Would you mind suggesting them in our UserVoice portal?

Thanks

P.S: There is a setting in nopCommerce 'catalogsettings.compareproductsnumber' that you can use to limit the number of products to be compared.

Beauty Tabs
12 years ago

MetafocusGlobal wrote:
Hi,

That sounds about right, is it complicated?

Chris


Hi Chris,

It is not complicated but you need to create a different Tab for each product.
For example you create a Tab with name TabP1 and display name to be Ingredients and add the specific content for product P1 and then map this tab to product P1. Then do the same but for product P2 etc. As you can see that it is not complicated but you just need to map the different tabs to each product.

Hope this makes sense!

Thanks