Close

Profile: Support

Avatar

User posts

11 years ago

Hi,

So you will need to add your widget zone in the Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/SupportedWidgetZones.xml file and restart the application after that so that the new file is being loaded.

Please let us know how it goes!

Best Regards!

11 years ago

[email protected] wrote:
On my local machine I installed NopCommerce3.2 and your theme DarkOrange with the plugins according to your Installation guide step 2:
http://www.nop-templates.com/Help/NopDarkOrangeTheme/lessons/Installation.html
When I execute VS Studio 2013 in Debug mode I receive the following error:

An exception of type 'System.Exception' occurred in Nop.Core.dll but was not handled in user code

Additional information: Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=3.2.3.9269, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=3.2.3.9269, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=3.2.3.9269, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

What do I do wrong ?  


Hi,

Can you let us know if you remove our plugins, whether the site will load. Do you use the plugins for version 3.2. Can you make sure that the SevenSpikes.Core plugin is present in your Nop.Web/Presentation/Plugins folder.

Looking forward to your reply!

Best Regards!

11 years ago

jkeeler wrote:
I have modified the template to be an even 1000px wide rather than 980px.  I changed the media query in the 980.css and 980.rtl.css line to read:

@media screen and (max-width: 1020px) and (min-width: 769px) {

from its original code which was:

@media screen and (max-width: 990px) and (min-width: 769px) {

Now, the responsive menu is expanded automatically when the browser is between 990px and 1020px.  I dont see anywhere I can modify code to fix this. Can you assist?



Hi,

There are two other places that you should edit.

Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Lighthouse/Content/MegaMenu.css - you will need to update the media queries, so that it matches the new breakpoint.
The same number you should place in the Themes/Content/scripts/Lighthouse.js file in the line 28, where you have the pixels in the if statement.

   if (documentDimensions.width <= 990) {


Hope that helps!

Best Regards!

11 years ago

cicciuzzo wrote:
Hi

i developed a simple view and i needed of insert a widget zone for to position same element in that zone.

I selected a new widget zone in admin panel but this widget don't work ..

I add the widget zone

<?xml version="1.0" encoding="utf-8" ?>
<SupportedWidgetZones>
  <WidgetZone>left_side_column_before</WidgetZone>
  <WidgetZone>left_side_column_after</WidgetZone>
  <WidgetZone>rigth_side_column_search_product</WidgetZone>
</SupportedWidgetZones>



how i doing that?

hi


Hi,

As far as I understand you want to display the Ajax Filters in the rigth_side_column_search_product widget zone that you have added to the SupportedWidgetZones.xml file.If this is the case you need to have a call to the widget for this zone. So in the view that you want to display this, you need to have the following
@Html.Widget("rigth_side_column_search_product").

Hope that helps!

Bugs
11 years ago

kaunuk wrote:
Hi

Yes it was still happening, so in the end I have implemented a 301 redirect.

I think you should test this on a dev site, as this problem still exists.

Thanks
Kevan

Hi kevanbulmer,

I still think this is connected with something not quite correct on the server.
You can see on our demo site that it doesn't matter if it is with or without www.
http://www.themes.fashion.nop-templates.com/c/1/clothing
http://themes.fashion.nop-templates.com/c/1/clothing

Till now 2 other customers reported this and it was connected with their configuration on the server not being quite right. One of them has this "shared SSL" setting enabled. I was curious what could be wrong on your server. In any way a permanent redirect is required for good SEO, so you should keep it this way.
By the way your web site looks very nice. You have done great job! We really like the way you have styled the Ajax Filters. Would you mind if we add your web site to our showcase for the Ajax Filters?

Many thanks!

Hi.

Dear Nop-Templates team.

This guy was right.

it IS the matter for plugin address line contains www or not. It does not matter when SSL is not enabled. but is IS matter with SSL enabled.

Just tested, checked, and problem is still there.
We got a plugin couple of month ago.

Everything was working fine (with www and without) unless we enabled SSL on NopCommerce version 3.00.

Now we have to force redirect http://domainname.com to http://www.domainname.com for this error will not apper on the page.

So, the problem is still here.

Thanks a lot!

Kind regards.

Vadim.


Hi,

Can you please tell us what settings do you have for the store you have setup. You can see them from administration -> configuration -> stores and click on the Edit link.

We will investigate this further, but know your settings might help us to the right directions.

Best Regards!

11 years ago

peterfreak wrote:
Hi support, what you describe is actually not what i am experiencing (or asking about) so i'll try to explain another way:
- The product attributes were added in random order
- The product attributes values were added to each product in varying order, then arranged via display order.
- The ajax filter dropdowns (not the values contained within) display in the order of the product attributes of the first record in the Product_ProductAttribute_Mapping table

I am wanting to configure the order of the product attribute dropdown boxes, not the values contained within.

For now i have adjusted the Product_ProductAttribute_Mapping table to set the first product in desired order which seems to work but isnt a user friendly method.


Hi,

I see what you want to achieve. Unfortunately there is no administration about that. For the specification boxes we use the Display Order of the specification, but attributes do not have general display order, because they can have display order for a product only. So one attribute can have display order of 1 for one product and display order of 10 for another. So there is no way to determine any order when showing them in the filters.
There is no administration that can manipulate the table you are referring to, so it should be done manually.

Hope that helps!

11 years ago

jburke wrote:
When I enable the quick tabs plugin and show the reviews tab it removes the star rating from up by the product price/add-to-cart button. I have clicked around through the code and cannot figure out how to make the star rating show by the price/add-to-cart button after enabling the quicktabs/reviews. Any idea how I might be able to display the star rating?

Thanks!
JB


Hi JB,

We have fixed that issue and uploaded on our site. Please download the Nop Quick Tabs again and replace the folder of the plugin in your site with the one downloaded from our site. The product review overview and the rating starts should be visible.

Please let us know if the issue still occurs.

Best Regards!

11 years ago

peterfreak wrote:
Hi, im trialing Ajax Filters 3.11 on NopCommerce 3.10 and cant find a way of setting the Attribute filter dropdown boxes to display in the same order as the Attributes have been set to display on the products page.
The Attributes have been added in random order to begin with and i do not want to display in ID order or alphabetical order.
Is this possible?


Hi,

The attribute options are sorted alphabetically. As you know attributes are set per product and that is why they cannot be sorted in some general way. For each product you have different attributes and there is no way to combine all attributes and sort them in some logical way. That is why they are sorted alphabetically.

If you need any further information, please do not hesitate to contact us.

11 years ago

hkreklame wrote:
My Mega Menu is missing subcategories. Here is a picture of my settings(it did work in the earlier version).

https://www.dropbox.com/s/pwees154hd4nbaf/Screenshot%202013-12-12%2013.53.10.png

If i disable the megamenu, it works with the standard menu.

https://www.dropbox.com/s/k3w9izbfjsq7og3/Screenshot%202013-12-12%2014.12.38.png <- With megamenu

https://www.dropbox.com/s/bg4qkn3n5s1izpu/Screenshot%202013-12-12%2014.13.17.png <- Without the megamenu


Hi HKREKLAME,

There was an issue with the Nop Mega plugin that had been fixed and uploaded on our site. Can you please download the plugin again and update it following the article.

dcooneyca wrote:
I am also trying to copy the beauty theme.  I have followed the instructions in this post but I have problems with the featured categories on the main page.  Instead of displaying the text "Featured Categories" it reads "sevenspikes.themes.beauty_red.common.featuredcategories".

What have I missed?


Hi dcooneyca,

The "sevenspikes.themes.beauty_red.common.featuredcategories" is a locale resource that you need to add with a value of "Featured Categories" for your language. You can watch the following video on how to change locale resources from the administration.

Hope that helps!