Close

Profile: Support

Avatar

User posts

Bugs
13 years ago

codicezerouno wrote:
Hi,
  I found a new bug on this addon.
Enabling "Terms of service" on Order Settings and "Enable Nop Ajax Cart on Catalog Pages" on Nop Ajax Cart Settings, when the user clicks "checkout" on popup panel he goes to checkout page without accepting "Terms of service" as he must do from shopping cart page.

Please, could anyone help me on solving it?

Thanks in advance.


Hi codicezerouno,

Thank you for reporting it!
We will investigate and will let you know how to fix this issue.

Many thanks!

13 years ago

Please post here anything related to Nop Mega Menu plugin

Bugs
13 years ago

Please write here if you have any problems with the Nop Mega Menu Plugin

Showoff
13 years ago

Showoff how you have integrated the Nop Mega Menu plugin in your store to the community.

13 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Mega Menu plugin for nopCommerce.

13 years ago

cHiEsA wrote:
Here: http://www.pixmania.co.uk/uk/uk/computing/4-univers.html
In the right side at the middle of the page we have a menu "All Brands" with the bigger manufacturers logos like Asus, Apple, Samsung, Lexmark, HP and Sony.
What i want is something like that only in the home page of my site.
The idea is to replace the Manufacturers menu of Nop Commerce.


Hi cHiEsa,

The easiest way to do this is to use the JCarousel with the Manufacturers data source and to place it on the Home page.
We have done this on the Fashion theme demo site. Check it out:
http://themes.fashion.nop-templates.com/

Best Regards,
Nop-Templates Support Team

13 years ago

cHiEsA wrote:
Don't know if this is the right place to post, but i have my site with Nop Electronics Theme and everything works well but now i need to add in the default page a menu with the biggest manufacturers logos (Sony, Samsung, LG, etc. like in Pixmania website).
This menu works like default nop commerce manufacturers filter, but only appears in the initial page.
After we select a product or a manufacturer, the default nop commerce manufacturers filter should appear normally and the other will disappear.

Any tips on what's the best way to do this?

Thanks in advance.


Hi cHiEsA,

Don't quite get the idea.
Could you provide a link to the web site or a screenshot?

Thanks

13 years ago

vedran wrote:
Can I hide the filter group?
Example:
-on this page choose filter "SEASON/WINTER"
- then look group "VEIL" or "TASTE" or "RING"
These group do not have a solutions. Can I make them invisible?


Hi Vedran,

There is no easy way out of the box to do this. You can create some custom javascript that checks if there are only the All option available to hide it and to show it again if more options are available.

Best Regards,
Nop-Templates Support Team

[email protected] wrote:
Hi There I am using nop 2.60 and I'm getting the error as soon as I load ANY page...could it be that I've referenced it twice in a master page?

Thanks for the reply.

S


Hi stephen,

It seems like you have the Core plugin twice in your plugins folder.
Please delete all SevenSpikes.xxx folders from your Plugins folder.
Then add the Core and the HeaderMenu plugins folder again in the Plugins folder.

Thanks

13 years ago

castironcook wrote:
I'd like to proceed with editing the source for the homepage (Page Title).  Can you/someone provide instructions?  

Thank you for any help as I need to get this fixed as soon as possible.


Hi castinroncook,

If you don't want the default title set in the Administration then you have 2 options.
Either simply remove the default title from the Administration or to make some modifications to the razor code, which will prevent them to be added.
Both options are basically the same but the first is much easier.
If you opt for the second option then you need to modify this file:
Views\Shared\_Root.Head.cshtml
and change this line:
<title>@Html.NopTitle(true)</title>

to
<title>@Html.NopTitle(false)</title>


Then if you specify specific title for you home page you can edit this file:
Themes\Fashion\Views\Home\Index.cshtml
by adding this line of code:
Html.AddTitleParts("You home page title here");


Hope this helps!

Best Regards,
Nop-Templates Support Team