Close

Profile: Boyko

Avatar

User posts

Bugs
11 years ago

activeforever wrote:
What exactly are you going to look at? I can setup a new role with access to what you need. Management will not allow me to give you full admin access. I am very savvy around Nop, can you describe what you are looking for maybe?


Hi activeforever,

We understant your situation but without access we can't do much. Could you at least check for any errors in the Log that might be related to the scheduled task and the reminders.
http://www.nop-templates.com/t/nopCommerce-Troubleshooting-guide

Thanks

Bugs
11 years ago

activeforever wrote:
It is enabled and set at the default 60 seconds. Stop on error is not enabled. It is called the 'Customer Reminders Task' correct?


Yes, that is the correct task and setup.
Could you send us an emal with login credentials to your web site, so that we can take a look?

Thanks

Bugs
11 years ago

activeforever wrote:
The scheduled task does not seem to be running? Last start date, Last end date, and Last success date are all blank. I have restarted the application, iis reset, etc. but no luck. Any suggestions?


Hi activeforever,

Please check if the scheduled task is enabled and that you have an interval set.What interval do you have set now? Please note that the interval is in seconds, so you can specify 600 for example to make it run every 10 minutes, so that you can test it (in production it should be set to something like 86400 for example).
Then you need to restart the application.

Thanks

11 years ago

joster wrote:
Well...
OK...I replaced my existing plugins(including SevenSpikes.Core) with the ones bundled in the nop 2.65 fashion theme, then went to the website in a browser..I logged onto the admin area, now have this error:

---------------------------------------------------------------------------------------------------------
Server Error in '/' Application.

Specified file does not exist: "~/Scripts/telerik.common.js".

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Specified file does not exist: "~/Scripts/telerik.common.js".

Source Error:

Line 137:            //.Compress(true)
Line 138:            ))
Line 139:    @(Html.Telerik().ScriptRegistrar()
Line 140:            .jQuery(false)
Line 141:            .jQueryValidation(false)

Source File: c:\Inetpub\wwwroot\MFS2\Administration\Views\Shared\_AdminLayout.cshtml    Line: 139

Stack Trace:

[FileNotFoundException: Specified file does not exist: "~/Scripts/telerik.common.js".]
-------------------------------------------------------------------------------------------------------------

I found
~\Plugins\Scripts\2012.1.214\telerik.common.min.js

but that's the closest named file I can find in my installation. (scratching head)

Thanks for your help!


Hi Joster,

This error doesn't seem to be related to our plugins as none of our plugins links any of the telerik script files. Please try to upload the Adminstration folder again. Sometimes we have experienced strange  problems with our FTP client when uploading to the server. For example it happens to have two files to have their names switched i.e file1 got renamed to file2 and file2 to be renamed to file1, which causes very strange problems as the wrong files are loaded and this can really drive you crazy.

Hope this helps!

Thanks

11 years ago

joster wrote:
Well...
We're having a bit of trouble with the installation of the Fashion theme.

We installed the 2.65 version of the fashion theme by completing the following steps:

1. copied just the /Plugins/SevenSpikes.Theme.Fashion into our plugins folder
2. copied the entire fashion theme folder into our themes directory
3. added a line in the InstalledApps.txt file referencing the fashion theme
4. via Administration area, Configuration>>Settings>>General & Misc. Settings...changed the theme to Fashion and clicked save.



Hi Joster,

As you have the Electronics theme already installed and you need to install the Fashion theme and switch to it you need to do the followings:
1. Copy all the plugins from the Fashion theme package and add them into the Plugins folder replacing the existing ones as the plugins that come with the Fashion theme has the styling specific to the Fashion theme.
2. You need to properly install the Fashion theme plugin by going to the administration and click Install rather than just marking the plugin as installed from the InstalledPlugins.txt file. This is needed as the Fashion theme plugin adds settings and resources specific to the Fashion theme.

Then you need to restart the application and the best way to do this is to modify the Global.asax file by adding some empty spaces in it and save it just to trigger a proper application restart.

That's all and you should now simply switch to the Fashion theme. If you want to keep both themes on the same instance of nopCommerce then you need to have both theme plugins installed and also keep both theme folders Fashion and Electronics in the Themes folders of the plugins, so that when switching between the themes the proper styling is used.

Please let us know how it goes and if you need further assistance!

Thanks

11 years ago

mstuart wrote:

*** This is what I'm looking for.  The ability to assign tabs (e.g.: Video) to category pages.


Hi mstuart,

You can embed your videos directly into the Category description or under it.
If you want tabs you can add them in the description of the category.
Unfortunately you can't add javascript into the description but you can add it into the Category template and create the tabs into the description.

Hope this helps!

Thanks

11 years ago

joster wrote:
Does nop templates use responsive web design (fluid grid layout/fluid image scaling)?

When I was initially researching nop templates, I seem to recall a plugin for mobile devices?  

I'd appreciate some feedback on these topics.

Thanks.much.

Jeff


Hi Jeff,

We are currently working on making our themes and plugins responsive. Till then you can enable the mobile theme in nopCommerce, which is designed for mobile devices.

Thanks

rgujral wrote:
It is NOP 2.8. Why do you feel that I should edit the .asax file ?


Hi rgujral,

You might need to do this only once after you install the plugins, so that you can access their administration.
This is a very old problem in nopCommerce and is related to MVC and the plugin implementation in nopCommerce. You can read more about this here.
Did you manage to install the plugins?

Thanks

11 years ago

jburke wrote:
Thanks for the quick response! I have deleted the line of code mentioned above from both of the product templates. I have cleared my cache, restarted IE, and verified that I modified the correct product templates (twice) and the Related products (in addition to the jcarousel) are still there. Thanks for the assistance, is there another file I need to edit?


Hi jburke,

Do you have the Nop Quick Tabs plugin installed and the Automatic integration enabled?
If so then you need to modify the view of the Tabs as when the Automatic integration is enabled the views from the Tabs override the ones in the theme.
Please either disable the automatic integration of the Tabs and integrate them manually or simply delete the same lines from the files in this folder:
Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\AutomaticIntegration\DefaultClean\Views\Catalog

Please let us know if this is the case!

Thanks

11 years ago

shayt wrote:
Hi,

i want to add a support for rich snippets / microdata with schema.org vocabulary

and i follow the changes in -
http://nopcommerce.codeplex.com/SourceControl/changeset/ee4cf473a13a

but in files :
Views/Catalog/ProductTemplate.SingleVariant.cshtml, line 89
Views/Catalog/ProductTemplate.VariantsInGrid.cshtml, line 63

there is a change for the full description, and this line is in comment because of QuickTabs.
so i guess i need to change the code of QuickTabs,
please explain what i need to change.

Thanks,
Shay


Hi Shay,

Please note that this is new functionality and it is not supported in the current version.
We can't guarantee that this will work for nopCommerce 2.8. It will definitely work in nopCommerce 3.0 once it is released.

Anyway you can try to modify the view of the Quick Tabs.
Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductTabs.cshtml

The changes you need to make in the view should go on different places depending on if you have Ajax enabled or not from the administration of the Tabs.

Thanks