Close

Profile: hristian.dimov

Avatar

User posts

Bugs
8 years ago

soheila2014 wrote:
hi
when i install a new theme (for example Nitro), when i click on "Nop Nitro Theme-->Settings", The following error occurs:



Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'SevenSpikes.Theme.Nitro.Models.Admin.NitroThemeSettingsModel' does not contain a definition for 'EnabledAsWidget' and no extension method 'EnabledAsWidget' accepting a first argument of type 'SevenSpikes.Theme.Nitro.Models.Admin.NitroThemeSettingsModel' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 120:"html", 800, 47, false);
Line 121:
Line 122:           Write(Html.FieldIdFor(model => model.EnabledAsWidget));
Line 123:
Line 124:EndContext("~/Views/NitroThemeAdmin/SevenSpikes.Theme.Nitro.Views.NitroThemeAdmin.Settings.cs" +


Source File: c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\vs\eb212c0b\98b85492\App_Web_sevenspikes.theme.nitro.views.nitrothemeadmin.settings.cshtml.a158a3bc._49_xm6b.0.cs    Line: 122


Hi,

It looks like that you are using a different version of the Core plugin and the Nop Nitro theme plugin. Please download the latest version of our site and you won't have any problems. You can follow this article if you need any help: http://www.nop-templates.com/how-to-update-a-nopcommerce-theme

Hope this helps!

Bugs
8 years ago

Sizzler wrote:
The standard NopCommerce filters sorts alphabetically by option name as a secondary Order By after the display order. In the event that two or more options have the same "display order" value. Its a simple matter of just having a secondary field name in order by clause.  Switching from the core Nop filters to the Ajax filters breaks that functionality and the sort order is no longer correct.  This is a very simple fix and it needs to be fixed.



Hi,

Yes, you are right. We have fixed the issue. At the moment, the plugin is deploying to our server and it will be ready in a few hours when the builds are completed. Please download it ( after 2-3 hours ) and update the plugin to the latest version following this article: https://www.nop-templates.com/how-to-update-a-nopcommerce-plugin ( https://www.nop-templates.com/how-to-update-a-nopcommerce-theme )

Hope this helps!

gnik wrote:
if I have two stores in each of their products, I see the drop-down list of all products from all stores

Hi,

Thanks for reporting this.

We fixed it, please download and update the plugin to the latest version following this article: https://www.nop-templates.com/how-to-update-a-nopcommerce-plugin

Hope this helps!


you upgrade 3.5.855.15571 ? I just need to download?

Hi,

yes, you just need to download the latest version from our site ( from 'My Downloads' page ). The version that contains the fix is 3.5.***.21008

Hope this helps!

hi! I downloaded the plug-in in your account for the version 3.50 but there is still the old version of the plug-ins 3.5.855.15571


Hi,

Unfortunately, your license has expired in February 2015. This means that after this date you are not eligible to receive updates and therefore you cannot download the latest version of the plugin. You would need to renew your license in order to be able to download a newer version of the plugin.

P.S. - if you want you can contact the sales team ( [email protected] ) for more information.

Hope this helps!

8 years ago

objecta wrote:
Hi

Last Year we made som customizations the RichBlog plugin adding the following div to the skin Home index.cshtml

<div class="rb-cats">
  @Html.Action("RichBlogCategories", "RichBlog")
</div>

Now we are triyng to uddate the site to nop 3.80 and the only missing customization is for the RichBlog plugin where we are getting an error telling us the "RichBlogCategories" action does not exists on the "RichBlog" controller.

Has this action been removed and if so, is there any action we can use instead getting the same kind of data?

Best regards
Objecta Data
Klaus E. Frederiksen


Hi Klaus,

Yes, we made this action private because we changed how the plugin is integrated to the page(s). Now it is using widget zones.

Here is what you should do:

1) Add your custom widget zone in the code e.g:

<div class="rb-cats">
  @Html.Widget("your_custom_widget_zone_for_rich_blog_categories")
</div>

2) Add your (new) widget zone in the \Plugins\SevenSpikes.Nop.Plugins.RichBlog\SupportedWidgetZones_BlogCategoryNavigation.xml file - e.g:

  <WidgetZone>your_custom_widget_zone_for_rich_blog_categories</WidgetZone>

3) Restart the application

4) Go to Rich Blog Administration -> Category Navigation Settings tab and select your widget zone from the drop-down.

That's it.

P.S. Please do not duplicate forum posts and tickets.

Hope this helps!

simonyan wrote:
Hi there,

We installed the clean nopcommerce 3.7 with "Seven Spikes Core","Nop Sales Campaigns" and "Nop Smart Product Collections".

We created one custom list in "Nop Smart Product Collections" and one Sales Compaign. We notice
the Countdown time not shown in the Product Box of "Nop Smart Product Collections". But the countdown time is shown in the product box of "Featured products".


Should we adjust the "Product Box Selector" and "Product Box Picture Container Selector" of "Nop Sales Campaigns"? Any document can be provided?

thanks.

best regards,

Simon


Hi Simon,

Please go to the SaleCampaigns.min.js file, find this: ( at the end of the file)

$(document).on("nopAjaxFiltersFiltrationCompleteEvent",

and change it like this:

$(document).on("nopAjaxFiltersFiltrationCompleteEvent newProductsAddedToPageEvent",

Hope this helps!

8 years ago

cooperchen wrote:
Good job, can I download trial again? If new access control is what we want, we will take a order for it.


Hi,

Yes, you can download it again. Please let me know if everything is okay after you test it.

8 years ago

cooperchen wrote:
Our attachment need access control, do you have a plan to add control for attachment plugin?


Hi,

Can you be more specific? Which page do you want to restrict/allow? The whole administration for the Attachments plugin or something else?

P.S. We restricted the Attachments tab, which we add in the product-edit to the Manage Plugins ACL a weeks ago.

Hope this helps!

gnik wrote:
if I have two stores in each of their products, I see the drop-down list of all products from all stores

Hi,

Thanks for reporting this.

We fixed it, please download and update the plugin to the latest version following this article: https://www.nop-templates.com/how-to-update-a-nopcommerce-plugin

Hope this helps!


you upgrade 3.5.855.15571 ? I just need to download?


Hi,

yes, you just need to download the latest version from our site ( from 'My Downloads' page ). The version that contains the fix is 3.5.***.21008

Hope this helps!

gnik wrote:
if I have two stores in each of their products, I see the drop-down list of all products from all stores


Hi,

Thanks for reporting this.

We fixed it, please download and update the plugin to the latest version following this article: https://www.nop-templates.com/how-to-update-a-nopcommerce-plugin

Hope this helps!

gnik wrote:
Does filtering through the store in the list of product?
Thenks


Hi,

Could you please elaborate more?