Close

Profile: IvanStoyanov

Avatar

User posts

THenrich wrote:
I installed Mega Menu and configured it. I checked the checkboxes, saved, cleared nopCommerce cache and restarted the app. Refresh the page and restarted the browser but when I hover over the menu, I don't see any changes. It's still the same original menu.

What am I missing?

http://i45.tinypic.com/a27uye.jpg


Hi THenrich,

What version of nopCommerce are you using?

Also did you enabled the widget of the Mega Menu plugin? To do so go to Content Management => Widgets and enable the Mega Menu plugin.

Also you can try to uninstall and install the plugin. I can see that you are missing the resources.

I will be waiting for your reply.

Ivan Stoyanov

violabg wrote:
Nop Ajax Cart on Product Page, always start with quantity set to 1, and when you click the add to cart button it does not honor the product with minimum quantity.
This is true for single variant product and for multi variant products where the first variant get 1 has quantity.


Hi violabg,

Thank you choosing our products and reporting this problem.
We are going to investigate it and get back to you.

Ivan Stoyanov

12 years ago

jmbusquets wrote:
Is possible stop the carousel when mouse is over it?


Hi jmbusquets,

We have added this functionality to the Nop JCarousel plugin. To update your plugin to use this functionality, please read the following article: http://www.nop-templates.com/t/How-To-Update-A-NopCommerce-Plugin.

NOTE: We have added this functionality only for nopCommerce 2.8

Ivan Stoyanov

12 years ago

busybird wrote:
I installed the plug in and activated it in admin. When I go to the HOME PAGE I get the error page and this in the logs: The controller for path '/admin/NopAjaxFiltersAdmin/Settings' was not found or does not implement IController.

I cannot see a directory corresponding to the path above. Any ideas? (this is a trial version on 2.8).


Hi busybird,

It seems like you need to do the following fix:

1. Open the Global.asax file of your nopCommerce website.
2. Add some spaces after the code inside the file.
3. Save the file, upload it to your ftp, replacing the old Global.asax file.

Everything should be OK now. This is a well known issue for nopCommerce websites.

Ivan Stoyanov

castironcook wrote:
BIG THANKS!
I've been desperate to make this fix, too.  Can I just download the theme and replace a few files, too?   I've tried to keep my theme modifications to a minimum, but there are always some.
I am also using nop 2.7 and the Fashion theme 2.70.


Hi castironcook,

Yes, of course you can.
Just use the following instructions:

Support wrote:
Hi milo,

You should also use the new registerUrl when the Register button is clicked on the Login page.

So to do that open the ~/Themes/Fashion/Views/Customer/Login.cshtml file and update the following two:

line 116: <input type="submit" class="registerbutton button-oval gray" onclick="location.href='@registerUrl'" value="@T("Account.Register")" />

and the following line:

line 139: <input type="submit" value="@T("Account.Register")" class="registerbutton button-oval gray" onclick="location.href='@registerUrl'" />

The text in bold is the new one that should be changed. So use the registerUrl variable instead of Url.RouteUrl("Register")

Hope that helps!

12 years ago

kamyarp wrote:
Hi
Is RTL Theme ready ? If not when is it ready ?

Please inform me about that . thanks..


Hi kamyarp,

All of our themes now support RTL. Please read the following release notes for more information.
http://www.nop-templates.com/nopcommerce-themes-and-extensions-281-released

Ivan Stoyanov

12 years ago

teck81 wrote:
Hi,

I just downloaded the trial version of Ajax cart and I would like to test the Ajax navigation component only. We made extensive modifications on NC source files and we do not plan to use the "popup" window function of this plugin to add items to cart.
In fact, we would like to take advantage of the AJAX paging feature only. Is that possible?

Thanks.


Hi teck81,

The Ajax Cart plugin do not have a paging feature. You may be referring to the Ajax Filters plugin. When you make a filtration, change the view mode, sort or the number of displayed items, the pager will load the page content by Ajax.
NOTE: At the moment the Ajax Filters plugin work only on category pages.

If you had something else in mind, can you explain it to us more descriptively.

Ivan Stoyanov

12 years ago

cooperchen wrote:
I go to All Settings make shopallthemepluginintegrationsettings.integratenopajaxcart > True, Nop Ajax Cart can work, but Nop Shop All Theme > settings still not see Integration of Nop Ajax Cart.

and in this way, Nop Ajax Cart will brought error of different good. the meaning that buy no.1 will give me no.2.


Hi cooperchen,

What version of nopCommerce are you using?
The Ajax Cart plugin now is integrated by widget, so there is no need for the setting that you are trying to add.
Please update you theme and plugins (you can do this by reading the following article http://www.nop-templates.com/t/How-To-Update-A-NopCommerce-Theme ).
After that go to the Settings of your Ajax Cart plugin and make sure that the Enable Nop Ajax Cart setting is checked.

Ivan Stoyanov

milo wrote:
Hi Ivan,

Can you specify the changes in code or only the name of the files which are modified?
This would help me alot because I currently have a lot of changes in CSS and views and I don't have any merge tool (currently working in notepad :-) )

Thanks.


We changed Themes/Fashion/Views/Customer/Login.cshtml

Best wishes.

Ivan Stoyanov

milo wrote:
hi,

I'm working on a upgrade to 2.7 with the fashion theme.
If a guest wants to check-out and registrers the users is redirected to the homepage instead of the check-out page.

This is issue should be resolved in standard nopCommerce 2.7 (i checked it works with the default theme). There is ReturnUrl specified in the Fashion but doesn't work.
I noticed that the url's are different, maybe this helps.

standard nopC:     /login/checkoutasguest?returnUrl=%2Fcart
fashion theme:      /login?ReturnUrl=%2fcart

Note: I dont use the one-page checkout.

Please give me a solution and fix this in the next release.


Hi milo,

Thank you for reporting this problem. We implemented the fix to the Fashion theme.

You can download the package, replace the Fashion folder that is located in the Themes folder with the Fashion folder located in the package and you are good to go.

NOTE: If you have done any modifications to the theme, you need to merge your modifications to the Fashion folder in the package before replacing.

Ivan Stoyanov