Close

Profile: Boyko

Avatar

User posts

mwoffenden wrote:
I uninstalled Quick Tabs.  Then re-installed.  

After re-install (and configuration) I cannot get them to show up at all.  I cleared the cache and restarted the app.


Hi mwoffenden,

If you uninstall a plugin in any of our themes then the plugin is marked as not integrated in the theme.
As you are using the Electronics theme and you have uninstalled the tabs they a marked as unintegrated. You simply need to integrate the Quick Tabs in the Nop Electronics Theme -> Settings and in the Plugins integration tab to check the Quick Tabs plugin.

Many thanks

11 years ago

119kings wrote:
Dear Sir / Madam

I have just purchased the Nop Ajax Cart, I have succesfully installed on the the deployable file but I was wondering if it was possble to instal within the orignal source code provided by NopCommerce as I will need to make design changes in the css.

Hope this makes sense

Kind regards

Richard


Hi Richard,

We already sent you an email but will write this here, so that the other guys can read it.

When working with the nopCommerce sources, the best way to work with our plugins is to add them in the Plugins folder of your Nop.Web project.
Presentation\Nop.Web\Plugins
Then you can make all your changes there.
When you are done and ready for deployment you can run Deploy.bat and simply
copy the SevenSpikes folders into the deployable Plugins folder.

This is not ideal but it is much simpler than having the sources in the
actual Plugins folder.
As if you add the SevenSpikes plugins into the root Plugins folder where are all other
plugin projects then you will have to make changes in the msbuild to
copy them into the Presentation\Nop.Web\Plugins folder every time you make any changes , which can slow you down. Also you will have to make changes in Deploy.bat to work properly and copy the SevenSpikes plugin folders.

Hope this information is useful!

We will be glad if other plugin users can share any other best practices. We really like to make our plugins really easy to use during development, so any suggestions are welcome and greatly appreciated!

Best Regards

11 years ago

bubli wrote:
Hello,
Is there an estimate date when Nop Fashion Theme for nopCommerce 2.6 will be released?

Thanks!


Hi bubli,

We plan to release all our plugins and themes for nopCommerce 2.6 by Friday July 6th.

Hope this will work for you!

Regards

Prafulla07 wrote:
Hello,

We are using "Nop Instant Search" with NopCommerce version 2.5. It is working perfectly fine but now we are migrating to new version 2.6 of NopCommerce. I have used same steps as of version 2.5 to implement "Nop Instant Search" but unable to install plugins of Nop Instant Search. actually the plugins of Nop Instant Search not showing in the list of plugins. I have refreshed the list but does not show the plugins.

Please provide the solution to new version i.e. for 2.6


Hi Prafulla07,

We plan to release all our products for nopCommerce 2.6 by Friday July 6th.

Hope this will work for you!

Regards

mickk wrote:
Any news on adding a dropdown for all manufacturers?

Hi mickk,

We plan to do this a week or two after the release of nopCommerce 2.6 as we will be very busy upgrading all our plugins and themes for nopCommerce 2.6.
There are a lot of improvements and changes in nopCommerce 2.6 and also a brand new Widget system, so we will also need to change the Header Menu to support it.

Hope this information is useful!

Many thanks

11 years ago

temptator wrote:
hi guys, so what was the cause of a problem?
seems like im haveing same issue


Hi temptator,

First make sure you have the Core SevenSpikes plugin installed and if it is then continue reading below as it is a very rare situation and till now only a few clients have reported it.
The problem was related to how nopCommerce loads plugins.
It was reported to the nopCommerce guys and has been fixed for the upcoming nopCommerce 2.6.
You can read more here:
http://www.nopcommerce.com/boards/t/17455/load-plugins-based-on-their-displayorder-on-startup.aspx

The workaround this problem is to copy the three assemblies from the Core plugin folder (Plugins\SevenSpikes.Core) and paste them in the plugin folder of the plugin that throws the exception. Here are the files:
SevenSpikes.Nop.Core.dll
SevenSpikes.Nop.Framework.dll
SevenSpikes.Nop.Services.dll

Hope this helps!

Best Regards

11 years ago

JonJJ wrote:

Excellent! :-)

The reason I asked is that I could not see from the Quick Tabs screenshots if there was the possibilty of modifying it in another language.

That settles it, we will buy all the plugins. :-)



There is also a free trial that you can play with :)

Hope this helps!

Bugs
12 years ago

Support wrote:

Is it possible to change the pictures for the Slider navigation buttons?


It is possible to do whatever you want.
All the views are open to modifications, so you are not limited to call the sliders with different parameters if you like. You can find all the views files for the sliders inside the plugin folder Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Views\HomePageSliders
To answer your question you can find the images in this folder Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Styles\carousel3d\images and change them if you like.


If you use the 2D version of the slider, which actually uses Coin-Slider then you can read how to change the Next/Prev text in this article
In short you need to modify Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Scripts\coinSlider\coin-slider.min.js on line 28 (search for class='cs-prev'>prev) and change the text with whatever you want and later style it by modifying the .css file Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Styles\coinSlider\coin-slider-styles.css

Best Regards

Hi Razorback,

Thank you for your help.
Your problem with no images for the sliders will be investigate and an update will be available shortly.

Razorback wrote:
Hi All
Had the same problem, symptoms and checks as dcarny, Nothing was happening until i added <trust level="Full"/> to system.web in web.config.


Can you revert your changes in the web.config file and try again.
There is no need to change any trust level as it has nothing to do with the plugins.
We believe that your change has just triggered the web server to restart and actually led to the same effect as changing the Global.asax file.
Please check out our previous post.

Razorback wrote:

Q. for support, Is the source code available for this plugin as i'd like to see whats happening in the background and would prefer not to run in full trust mode.


Please remove the trust mode it is not needed.
No, the source code is not available for this plugin.

Kind Regards,
Nop-Templates Team

Hi guys,

We managed to reproduce the problem.
The actual problem seems to be how nopCommerce works with newly installed plugins.
It is a general problem, so we are going to report it in the nopCommerce forums.
EDIT: The problem is reported here

Solution:

The easiest fix is to simply change the Global.asax file’s date modified, which will cause you application to restart and find the controllers of the newly installed plugins. There are other ways to restart your web application as the ASP.NET engine watches for changes in several places i.e the bin folder of the application. But the simplest and easiest way is to change the Global.asax file.

How to do it?

You can do this by opening the file Global.asax in Notepad and simply add a blank space at the end of the file and then save it.
The Global.asax file is located in the main folder of your application(the same folder where the Web.config file is).
Make sure the Global.asax file has an updated date modified.

You should now be able to open the plugin pages.

Kind Regards,
Nop-Templates Team