Close

Profile: Support

Avatar

User posts

12 years ago

Yes,

In My Account -> Downlodable Products

Just download the Nop Ajax Filters, the link always points to the latest version.

12 years ago

Hi,

Thanks for specifying the date of the core!
I believe you do not have the latest version. You need a version, which is built after the 14.02.2012. Would you be able to download it again from your My Account section and let us know if you still have the problem or not? Also, just in case, please restart your web application after you replace your installation of the filters. Best way to do this is to modify the Global.asax file.

Thanks again and looking forward to your reply!

Bugs
12 years ago

Hi,

Thank you for reporting this! We are going to investigate this and if confirmed to be a bug will let you know how to update your installation. We hope that this error would not impede you project development!

Thanks

12 years ago

Ok, we can see the overlap problem in IE 9.
Thanks for reporting this! We will look at it and will let you know how to fix it.

12 years ago

Hi,

In the CategoryTemplate.ProductsInGridOrLines.cshtml file you need to consider this code:

@*filtering*@
    @if (Model.PagingFilteringContext.PriceRangeFilter.Enabled ||
        Model.PagingFilteringContext.SpecificationFilter.Enabled)
    {
        <div class="product-filters">
            <div class="filter-title">
                <span>@T("Filtering.FilterResults")</span>
            </div>
            <div class="filter-item">
                @Html.Partial("_FilterPriceBox", Model.PagingFilteringContext.PriceRangeFilter, new ViewDataDictionary())
            </div>
            <div class="filter-item">
                @Html.Partial("_FilterSpecsBox", Model.PagingFilteringContext.SpecificationFilter, new ViewDataDictionary())
            </div>
        </div>
        <div class="clear">
        </div>
    }


You can either comment it or remove it.

Please let us know is you still have problems.

12 years ago

ylechasseur wrote:
Hi ,

As you know, I'm using the electronic template on www.usnautic.com ...

Best regards from a very statisfied custommer

Yves Lechasseur
www.usnautic.com


Hi Yves,

Please check the electronics theme demo for example:
http://themes.electronics.nop-templates.com/search?q=apple&btnSearch=

actually the HomePage Slider is shown only on the home page and is not shown on any other pages:
http://themes.electronics.nop-templates.com/c/6/smartphones

Please make sure you have the the HomePage slider integrated the same way as it it described in Sample#2 in the documentation:
http://nop-templates.com/Help/NopAnywhereSliders/Version_2_3/lessons/Working_with_Nop_Anywhere_Sliders.html

It should be in a section that is defined only on the Home page.

Hope this helps!

Best Regards,
Nop-Templates Support Team

12 years ago

ledlightingwholesale wrote:
I installed the Electronics theme and everything went as expected...


Thank you for using our products!

From the Administration set the setting below:
  
General And Miscellaneous Settings -> Security Settings -> Hide admin menu items based on permissions
  
This is needed in order to get the Plugins menu appear otherwise it is not shown and you won't be able to configure the plugins.
We have reported this problem, which was introduced in nopCommerce 2.4 and it will be fixed by the nopCommerce team in version 2.5.

Please note that we automatically set this setting in the installation of the Core plugin, so there might be some problem with your installation.

Please let us know if you have any more problems with the theme\plugins!

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

Hi Brad,

we have integrated the gift card functionality in our Nop Fashion Theme and uploaded a new version on the site. You can download the new version from your My Account section.

Thanks!

Bugs
12 years ago

Hi Brad,

we will integrate it and will let you know as soon as it is done.

Bugs
12 years ago

bradsymons wrote:
The theme doesn't by default have the product collateral divs where the details for a gift card for example are shown.
This means that you cannot use the gift card functionality for Nopcommerce.
Please advise what i need to do to put this functionality back in the theme.
(Using 2.30)


Hi Brad,

Thank for using our products and your feedback is much appreciated!

You are right that the theme doesn't show Gift Cards and this is done on purpose.
We have tried to match most of the nopCommerce features and at the same time provide some unique design that suits a concrete business i.e Fashion shop. We haven't thought that a Gift Card would be used in a Fashion store and that's why the code in the view is commented out. We think it will be much better to have a separate product template for Gift Cards otherwise the code in the default Single Variant templates gets very messy.
Anyway could you share how exactly you want the Gift Card product page should look like? Maybe have all the text boxes on the right side of the image?

Thanks