Close

Profile: Support

Avatar

User posts

13 years ago

iBEAUTHENTIC wrote:

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


I see the Fashion theme v2.6 is released but using the demo I saw one error right away. Try adding something to the cart ....



Hi,

I don't see any problem with the demo of the Fashion theme with adding products to the cart. Maybe you have had such a problem while we have been updating the demo web site or something. Please try again and let us know if you still have any problems with the demo.

Best Regards

13 years ago

Hi,

Thank you for using our products and services. There was a problem with the Nop Electronics Theme due to the ongoing upgrade to the new version. Could you please download the latest package from your My Account section and replace all the folders with the ones from the latest package.

If you plan to upgrade and use the latest version of the Nop Electronics Theme 2.6 you can wait until tomorrow when the theme will be released for version 2.6.

Thanks.

13 years ago

Hi,

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

As to removing our plugins for the themes, we do not intend to do that as our plugins afford a more configurable functionality as they are at the moment and moreover we intend to add more powerful features to them in the future. The Ajax Cart for example supports adding products with attributes via a mini product details fly out view, something which is not in nopCommerce 2.6. As to out immediate plans for the cart we intend to add a much more detailed pop up dialog to the cart, showing what product was added to it, and allowing the user to navigate to various pages and take various actions. Regarding the Instant Search, we intend to add a Categories dropdown like:

http://www.imdb.com/

Please note that our themes have a setting to enable\disable every plugin in them. So should you wish to use the default nopCommerce functionality you will be able to do that.

I hope this is useful!

bscott wrote:
Hi,
I just installed the Tab from the ultimate collection and now I'm getting this error.

I installed v 2.5 and followed the install instructions, copied the files into the plugins directory.

any help would be appreciated.


Hi bscott,

Please try to modify your Global.asax file by simply putting an empty space in it.
If this doesn't help you can see in the Log and post the error here so that we can help.

Best Regards,
Nop-Templates Support Team

13 years ago

ctetik1989 wrote:


No. I installed those 2 plugins without any errors. They seem as installed in the admin panel's plugins section but, it gives error when I try to create a slider. Because they are instaleld but not create database tables. By the way, thanks for your time and help.


Hi,

If there are no tables in the database then you need to install the plugin again, so that they are created. Go to App_Data\InstalledPlugins.txt and remove this line: SevenSpikes.Nop.Plugins.AnywhereSliders

This will mark the plugin as NOT installed and this will allow you to install it.
Then when it is installed correctly you should be able to see the tables in the database.
Probably you have received some error during the installation of the plugin, which you have ignored or haven't noticed.

Please let us know if everything is OK!

Best Regards,
Nop-Templates Support Team

13 years ago

ctetik1989 wrote:


I tried it many times, but it didn't work. Can you share the creation query of tables with me?


There is no creation query as it uses EF Code first and the database tables are automatically created.
So you are actually not able to install the plugin and you get this error when you try to install the plugin. Is that correct?

Best Regards

13 years ago

ctetik1989 wrote:

I am using nopcommerce 2.4 and anywhere plugin 2.4. My datasource is SQL server.


Probably there is something wrong with your installation.
Could you please check if any of the tables below exist in your database and then drop them in the exact order below:

"Carousel3DSettings"
"CarouselSettings"
"NivoSettings"
"SliderImage"
"SliderWidget"
"SliderCategory"
"AnywhereSlider"

Then make sure the plugin is not installed (not present in the InstalledPlugins.txt).
Then install it again.

Hope this helps!

Best Regards,
Nop-Templates Support Team

13 years ago

ctetik1989 wrote:
Hi,

First of all, thanks for your product. I installed anywhere plugin as in the instructions. But,it gives an error such as "dbo.anywhereslider not found". I tried both manual and automatic ways in the instruction document. But, both gives the same error. How can I fix it? If I should create an anywhereslider table, which columns should it have?

Regards,


Hi,

Which version of nopCommerce are you using?
Are you using SQL Server or SQL Compact Edition?
Please note that when the Sliders are being installed they automatically create any database tables needed.

Best Regards,
Nop-Templates Support Team

13 years ago


Hi Jtan,

Thank you for using our products and for the feedback!

As to the error from the jCarousel slider in the Nop Shop All theme, we are aware of it and currently working on the fix. It is not a severe error that can stop your working process on your site. You can remove the error by adding at least 4 products that are marked as Show on Home Page. Thus the javascript error will disappear.

13 years ago

evalulu wrote:
Hi there

I downloaded the Anywhere sliders and installed it on my nopcommerce system. However I have limited knowledge on programming and couldn't find a thread to mention how to integrate the slider to show only on homepage.

I'm currently using NopCommerce 2.40 and would appreciate if anybody could show me how to do that. Thanks.


Hi evalulu,

The easiest way is to use Manual itegration on the home page, which is Home\Index.cshtml file.
Please read the online documentation of the sliders point 2.1 - http://www.nop-templates.com/Help/NopAnywhereSliders/Version_2_5/lessons/Integration.html

Best Regards,
Nop-Templates Support Team