Close

Profile: Support

Avatar

User posts

12 years ago

iBEAUTHENTIC wrote:
Hi,

we are considering adding the quantity text box on the product details page for nopCommerce v2.5 as it is expected to be release very soon. If you plan to upgrade to v. 2.5. you will get it for free. Otherwise we will integrate it in v.2.4 also.

Thanks!



I see v2.5 is up, great job! But I don't see a quantity text box on the product details page. Is it possible to give instructions on how to add this? The category page allows you to enter a quantity and it would be a big improvement to be able to do this on the product details page as well.


Hi,

We decided to release the theme first and then add the feature you requested. There are many customers waiting to upgrade their sites and we don't want to make them wait too long. We are now working on adding a quantity text box and some other features, which will be added in a few days. You can check some of new features, which we have already added i.e View in Grid/List.
Any feedback is much appreciated!

Best Regards,
Nop-Tempaltes Support Team

Nop 2.5
12 years ago

Hi guys,

We just released Nop Fashion Theme for nopCommerce 2.5

Best Regards,
Nop-Templates Support Team

12 years ago

Hi guys,

You can now download the Nop Anywhere Sliders for nopCommerce 2.5. If you already use the  Anywhere Sliders for nopCommerce 2.4 then please follow the instructions in the Upgrade folder in the package for version 2.5
Basically you need to run an upgrade script to your database that will add some additional tables and to import some additional resources.
It is worth to take a look at the new documentation and see how you can integrate the Sliders on a category page and also how to use the new Nivo slider. Any feedback is always welcome as usual!

Best Regards,
Nop-Templates Support Team

Nop 2.5
12 years ago

shaaj wrote:
Do you have Nop Fashion Template in Nop 2.5? Also Is it possible to add a slider in home page? If you plan to release it for Nop 2.5 then when it will be available?


Hi shaaj,

We plan to release the Nop Fashion Theme for nopCommerce 2.5 tomorrow.
The Fashion theme has already a slider integrated on the Home page.

Best Regards,
Nop-Templates Support Team

12 years ago

Hi,

Please find our answers below:

1. As far as I can see the red line is the Nop Categories Header Menu(which is part of the Nop Fashion Theme). So in order to add a direct link you should edit the ~/Plugins/SevenSpikes.Nop.Plugins.CategoriesHeaderMenu/SevenSpikes.Nop.Plugins.CategoriesHeaderMenu/Views/CategoriesHeaderMenu.cshtml and edit it by adding a new <li> element with the link you want to display: for example - <li><a href="mylink.com">My Link Text</a></li>

2. The Green zone is the Category Navigation and it is built dynamically from all the categories in your site. You can add a direct link below or above the categories in the green zone by editing the: ~/Themes/Fashion/Views/Catalog/CategoryNavigation.cshtml file and adding a new <li> element before the </ul> or right after the <ul> element. For example: <li><a href="mylink.com">My Link Text</a></li>. You should also add new css classes to achieve the styling when the link is active or not.

3. The title of the green zone is a resource and can be changed from the administration: Administration -> Languages and click on the "View string resources" link for English. Then find the "Categories" resource name. You can edit its value with whatever you want to be displayed.

4. You can achieve that by changing the ~/Themes/Fashion/Views/Catalog/CategoryNavigation.cshtml and editing the title in the following way:

from this

<div class="title">
            @T("Categories")
        </div>

to this:

<div class="title">
            <div class="first_word">First</div>
            <div class="second_word">Second</div>
        </div>

and add different css classes for .first_word and .second_word.

5.  The title of the yellow zone is a resource and can be changed from the administration: Administration -> Languages and click on the "View string resources" link for English. Then find the "Manufacturers" resource name. You can edit its value with whatever you want to be displayed.

6. You should edit the ~/Themes/Fashion/Content/CSS/Fashion.css file by changing the following css classes:

#sub-navigation .title, #sub-navigation-cart .title
{
...
}

and

.block .title
{
...
}

7. You should edit the ~/Themes/Fashion/Views/Shared/Header.cshtml view and add the icons with the respective styling before the

<div>
     @Html.Action("SearchBox", "Catalog")
</div>

8. I am afraid that without modifying the main layout of the header currently you can add a background only for the part above the search box. You can try this by editing the ~/Themes/Fashion/Content/CSS/Fashion.css and add a background for the following css class:

#header
{
}

Hope that helps!

12 years ago



Hi,

The new sliders have a new Nivo slider, so there is a database upgrade script that needs to be run and some new resources that need to be imported. There will be support for mapping sliders to categories too.
We are done with the upgrade of all of the plugins but we need to update the documentation and upload them on the web site. Once a plugin is ready it will be uploaded  on the web site. Probably tomorrow at some point all of the plugins will be available for 2.5 on the web site.

Best Regards,
Nop-Templates Support Team

12 years ago

zaharovo wrote:
Hi. after installing paid version of ajax filter's ...


Hi zaharovo,

Could you tell us which version of the Filters and nopCommerce do you use?

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

[email protected] wrote:
Hi I am facing couple of issues using NOP Electronics theme:

1. When I select the checkbox in the azax filters it is not being selected:

Example: In the site http://122.248.215.10/c/3/desktops

select check box under processor or RAM or HDD it is not being selected and the system does not filter the products


2. In the Price Range filter, move the Price range filters so that no product falls in the range, system displays a blank pop-up and user is forced to go back using the browser button to continue in the website.

Thanks,
Jeevan


Hi Jeevan,

Thank you for reporting this!
Can you download the latest version of the Electronics theme from your account downloadable products. Then replace the Core and the Filters plugins folders(don't uninstall them) and then Restart your application. Please let us know if you still experience this problem.

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

[email protected] wrote:
Also, the filters do not carry the electraonics theme combinations rather, it has the nop original colour combinations.


Hi,

You can change the Theme for the Filters from the Settings of the plugin. There is a dropdown with the Theme. Choose the Electronics theme and then Save the Settings.

Thanks,
Nop-Templates Support Team

12 years ago

ylechasseur wrote:
Hi Guys,

I have a problem with the SEOs and I sure it is a mistake I did in my DB. In fact, when I enable the SEO I have this error message:


Hi Yves,

Thank you for reporting this issue.
We will take a look and investigate the problem and will let you know.

Best Regards,
Nop-Templates Support Team