Close

Profile: Support

Avatar

User posts

Showoff
12 years ago

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

12 years ago

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

12 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

12 years ago

manidesigner wrote:
Hi Ivan,

Thanks for your support. I reads that documentation, having little doubts.
1. when we follows the steps(2,2.1,3,3.1) mentioned in the documentation means we get all  products to be loaded in the slider.?

2. the step 2.1  is done on index.cshtml file., but the step in 3(Adding a custom Widget) is to be done at which page.?

I wants all the products from all the category to be displayed., what shall i do for it.? pls guide me..

Regards
Mani.


Hi Mani,

Our advice is to download the trial of the plugin and play with it for a while.
Then if you still have something that is not clear to ask.

Best Regards,
Nop-Templates Support Team

12 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

12 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

12 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

12 years ago

IndigoTea wrote:
I'd really like to be able to have the option to click on the zoom image to get the full-size pop-out (combining existing functionality with cloud zoom), somewhat like this example:

http://www.pyramidcollection.com/itemdy00.asp?T1=P97854%20XS&source=igodigital&pagetype=HomeB


Hi IndigoTea,

Thank you for giving us feedback and helping improving our products!
Unfortunately this web site is not accessible but we got the idea.
Could you please add this feature request in our UserVoice portal?
This way we can track what our customers really want and is worth to be implemented.

Many thanks in advance!

Best Regards,
Nop-Templates Support Team

12 years ago

jhaworth42 wrote:
Hi

How would I add paypal & Credit card image to footer of the fashion theme?


Hi jhaworth42,

To add any images to the Footer of the Fashion theme you need to edit any of these file depending where exactly you want your images to appear.
Themes\Fashion\Views\Common\InfoBlock.cshtml
or
Themes\Fashion\Views\Common\Footer.cshtml

Hope this helps!

Thanks