Close

Profile: Support

Avatar

User posts

11 years ago

cicciuzzo wrote:
hi

how can I do the upgrade all plug-in without losing the changes made in version 2.80??

I'm interesting to new feature.

hi


Hi cicciuzzo,

You need to perform the upgrades to 3.1 following the scenario:

1. Run the nopCommerce upgrade script from 2.8 to 3.0 on your database
2. Run the 7Spikes upgrade script from 2.8 to 3.0 on your database
3. Run the nopCommerce upgrade script from 3.0 to 3.1 on your database

Then copy all the plugins version 3.1 to your Plugins folder of your nopCommerce 3.1 website.

Thus you should have your site running on 3.1 with the same db.

If you have made any customizations on the plugins, you will need to merge them to the corresponding plugins for version 3.1.

For more information you can refer to our online documentation and the upgrade sections for each plugin.

Hope that helps!

11 years ago

olgusha-g wrote:
Hello!
Our programmer at my request remade part of a nop commerce code and now it is possible to see at once what goods is available and what aren't present.
It wouldn't be bad to realize it in the form of a separate plugin

You can see it here
http://www.happykidshop.ru/buggy-boom-8833


Hi OLGUSHA-G,

Thank you for your suggestion and follow up. I agree it is much more user friendly. We will consider implementing it after the 3.2 release that is coming.

Thanks again!

11 years ago

imprintableswarehouse wrote:
With the Nop Mega Menu you can show categories up to 3 levels of depth. This can be done if you uncheck the "Show products in a single menu" and use the CategoriesWithPictures option for showing the categories.

Thank you for the response. We would only need three levels but do not want to use images.

What we're looking for is something like this

Is this possible?


Hi,

Unfortunately there is no possibility to have similar display with the Nop Mega Menu plugin. As we think it will really add value to the plugin, we are going to implement this functionality after the release of nopCommerce version 3.2 which is going to happen in two weeks on 11th of December.

Thank you again for the suggestion!

Best Regards!

11 years ago

jsyles wrote:
I'm a newbie to nopcommerce and .net. Can someone please show me what to change in the ProductTabs.chstml file to change the Tabs order. I'm trying to have the Overview in position #1, my Custom Tabs following (I need several Custom Tabs) and the Review Tab always last following any Custom Tabs.

I opened the ProductTabs.chstml file in Visual Studio and am overwhelmed!

Thanks and much appreciated!


Hi jsyles,

We have implemented display ordering for the specific tabs in the plugin. Now you can set display order for each tab and in the public part the tabs will be displayed in that order.
In order to make use of this functionality you need to download the latest version of the Nop Quick Tabs and update the plugin following the article.

Best Regards!

Hi Jose,

I looked at your site and I could not reproduce the problems you have described in your post.

There is one issue however which is not strange at all. You have one slider on all the pages except the category page which is trying to render images that are referenced from localhost(http://localhost/content/images/thumbs/0003608.jpeg, http://localhost/content/images/thumbs/0003609.jpeg), which is incorrect. The slider on category pages uses images that are referenced correctly via your domain name(http://www.spininc.com/content/images/thumbs/0003608.jpeg, http://www.spininc.com/content/images/thumbs/0003609.jpeg).

Can you please make sure that you have cleared nopCommerce'c cache from the administration. Do you have just one slider mapper to the left_column_before widget zone. Do you have any store, category mappings for this slider.

We have already replied to you from our support email, so any details regarding this issue you can  also send there.

As to the other issue you have described related to the Nop Mega Menu, I could not reproduce it.

Looking forward to your reply!

11 years ago

Hi IMPRINTABLESWAREHOUSE,

With the Nop Mega Menu you can show categories up to 3 levels of depth. This can be done if you uncheck the "Show products in a single menu" and use the CategoriesWithPictures option for showing the categories. How many levels of categories you need to display. We think that is confusing for clients if a site has more than 3 levels of depth and that is why the Nop Mega Menu show only the first 3 levels of depths, which appear as more major categories.
The solution that you have found will not work as it uses an old version of the Nop Mega Menu which used to build all categories no matter whether they were displayed or not, which was a crucial performance bottleneck.

Hope that makes sense!

11 years ago

lnetdev5 wrote:
we checking nop ajax plugin, and trying to adjust it for our needs.
is it too complicated to change the filters group panels to regular divs instead of dropdowns and the spec options in each to sort of div buttons? when trying to do so the filtering stop working afcourse, i guess because the class names and their mean for the minified javascript of nopAjax.

someone already did it? can one guide me in general to achieve my goal?
thanks.


Hi lnetdev5,

I am not completely sure what you mean by changing the filter group panels to be regular divs instead of dropdowns as the filter group panel is a div and can contain either a dropdown or checkboxes, depending the UI mode that is set from the administration of the plugin. The Nop Ajax Filters have two UI modes - in dropdowns or in checkoboxes. Changing the html structure will break the functionality and it will not be straightforward to change the html and the filters to continue to work, as the javascript rely on the structure.
However you can change the styling of the elements to simulate what you need. If you can be more specific on what you try to achieve, we might be able to tell you more on how to do it.

Hope that helps!

11 years ago

jkeeler wrote:
Ok I took the _ColumnTwo.cshtml file and duplicated it to be _ColumnsTwoHome.cshtml and then used it in my index.html layout call function.  To get the slider on the home page, I created it and assigned it to widget home_page_top and then added:

`<div class="hmslider">
  @Html.Widget("home_page_top")
</div>`

before the center-2 div tags. Worked perfectly.  

Now I need to add the blog to the home page within some custom div tags within the center-2 div's How can I display the latest blog post on the home page? Thanks in advance.


Hi JKEELER,

I am glad that you managed to make the modification successfully!

Unfortunately in nopCommerce there is no functionality to display blog posts on the home page. You can show news instead. There is a setting in the Administration -> Configuration -> Settings -> News Settings that is called "Show on home page" and if checked news will be shown on the home page.

Hope that helps!

Hi LFTALERO,

You can refer to our How Do I article related to updating a plugin to its latest version. After that you should uninstall and install the Nop Ajax Filters plugin so that the new stored procedure that is used for filtering gets created.

Please let us know if you have any troubles updating the plugin.

Best Regards!

Sliders
11 years ago

Ho COLIN,

These widgets are valid for the Nop Fashion Theme and not the Nop NeoFashion Theme. The widget zone that is used for the home page main slider in the Nop NeoFashion Theme is home_page_slider_top . You can have a look at our online documentation for the theme.

Hope that helps!