Close

Profile: pdesignz

Avatar

User posts

11 years ago

What about the dropping of the content, will this end once I purchase the full plugin or is it only when running the trial version.

Thanks

11 years ago

I am currently running a trial version of the Nop Commerce plugins and I have found at times that when the ajax filter displays this message, You are running a Trial version of SevenSpikes.Nop.AjaxFilters that my main content drops all the way to the bottom of the page. If I refresh the page then the layout returns to normal, but when that message displays again then my content again is shown at the bottom of the page. Is this due to currently running the trial version during development and will this happen when I purchase the plugins. I was planning on purchasing the multiple domain version and don't want this to happen when I have the actual live plugins...

11 years ago

Thanks for the info, I do have a question about your link.
<a href="@Url.RouteUrl("Boards")">@T("Forum.Forums")</a>
I see "Boards", can I use anything there or does this have to be something specific
Forum.Forums, how would I find out what I need to use here? For example if I wanted to use About US, or a topic or custom page.

I also noticed that there are if statements in use, such as
@if(Model.Settings.IncludeHomePageLink)
@if (Model.Settings.EnableCategories)
@if (Model.Settings.EnableMegaMenuTopic)

Would I need to use something like this and if so, how do I know what use after settings.

Thanks

11 years ago

I am wondering how I can add additional items to the menu. I looked at the documentation and was able to follow and add an additional topic as instructed. This was not a problem,  but I was then wondering how can I add an additional item to the menu and also not have a drop down or submenu be displayed, just looking for an additional link to the menu.

Thanks

11 years ago

Worked Great! Thanks

11 years ago

Hello, I am using a trial version of the Mega Menu, when I hover over the products link it shows a column for Categories and a column for Manufacturers. How can I remove the column of manufacturers and only display the Categories. Also how can I change the main Products title to something else.

Thanks!

I am not familiar with C#, but technically you are saying that on the homepage file
Themes\YourThemeName\Views\Home\Index.cshtml. I have the Jcarousel widget associated with home_page_bottom that before this section I could add a div and then in my css I would float this left. Can I also add images directly to the page, like I can in traditional html or would I need to make a background image via css for this.

So on the homepage I have this...


@{
    Layout = "~/Views/Shared/_ColumnsOne.cshtml";
}
<div class="page home-page">
    <div class="page-body">
        @Html.Widget("home_page_top")
        @Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
        <div class="clear">
        </div>
        @Html.Action("HomepageCategories", "Catalog")
        <div class="clear">
        </div>
        <[email protected]("HomepageProducts", "Catalog")
        <div class="clear">
        </div>-->
        @Html.Action("HomepageBestSellers", "Catalog")
        <div class="clear">
        </div>
        @Html.Action("HomePageNews", "News")
        <div class="clear">
        </div>
        @Html.Action("HomePagePolls", "Poll")
        @Html.Widget("home_page_bottom")
    </div>
</div>

So before the home_page_bottom, I could add a div that is float left. Could I also wrap the home_page_bottom in a div that floats right or will that not work in MVC. If I also want additional images and content can that be added in additional div's like I would in normal html farther down the page

Thanks!

Hello, I am not familiar with MVC and in the past I have been using Nopcommerce 1.9 as that was the last version that used web forms. Someone in the nopcommerce forums suggested that I use the latest 2.65 version as it was a better version and had more features and that the customization would be easy. What I am want to have is a graphic to the left of the carousel section. In the past I could have added a div with a graphic and floated this left, but I am not sure how to do this in MVC.

Thanks

11 years ago

Thanks for the reply, I did not even notice the Administration>Plugins menu, I thought it was Aminsistration>Configuration>Plugins. I like the demos of all the products and am debating on purchaing the whole suite with multiple domain option, but not sure if I can afford that. Have you had any reviews or response to your plugins.

Thanks

11 years ago

Hello, I just downloaded and installed the Nop Classic theme, and am having issues having the theme display like your demo is showing. I copied the NopClassic folder to the Themes folder and copied all the plugins to the plugins folder. I then went into Administration and changed the theme from DarkOrange to NopClassic. I then went to configuration, plugins and installed all the plugins. When I go to configure, it says configuration is not needed. I have cleared my cache and restarted the application and my homepage does not display as yout demo. Could the issue be that I am running this via localhost or therefore because I do not have the licensed versions of the plugins and therefore will not show or display and only acts like the original NopClassic theme. I am also new to asp.net and MVC, but was recommended to install 2.65 from the NopCommerce forums as said was easy to use and work with, so not sure if there is something I need to configure outside of the installation.

Thanks