Close

Profile: IvanStoyanov

Avatar

User posts

10 years ago

ckoch1979 wrote:
Hallo!

I would like to have two columns on product details page. For that purpose I set Layout = "~/Views/Shared/_ColumnsOne.cshtml" to [i]Layout = "~/Views/Shared/_ColumnsTwo.cshtml" in ProductTemplate.VariantsInGrid.cshtml but nothing happens.


Hi ckoch1979,

In order to do this, you need to go to /Themes/Fashion/Views/Catalog and open the ProductTemplate.SingleVariant and ProductTemplate.VariantsInGrid. In this views change the Layout to Layout = "~/Views/Shared/_ColumnsTwo.cshtml"

Ivan Stoyanov

10 years ago

joster wrote:


OK-
I backed up my database and ran the upgrade script over my 3.0 nopcommerce sql database as suggested, and below is a screen capture of the errors returned:
SEE HERE

I know from previous issues with nopcommerce script upgrades that there are certain Transact-SQL statements/functions that are not supported in SQL Azure.
See below post:
https://www.nopcommerce.com/boards/t/22211/unsupported-t-sql-statements-in-270-upgrade-script-sql-azuresee-last-post.aspx

Please update your script to also support SQL Azure versions of the nopcommerce database.
Thanks!


Hi joster,

Thank you for reporting this problem. We have not considered the users of SQL Azure. We will configure the upgrade script to support it ASAP.

We will inform you when we are ready.

Have a great day

Ivan Stoyanov

10 years ago

joster wrote:


Thanks!

Hi joster,

No you do not need to run the upgrade script when you do a clean install. Please add some spaces at the end of the Global.asax file to restart the application. This is a well known issue in nopCommerce.

Best regards,

Ivan Stoyanov

Hello-

I tried that just now and this is the new error I get:
-----------------------------------------------------------------------------------------
Server Error in '/' Application.

Invalid column name 'NumberOfVisibleItems'.
Invalid column name 'LimitedToStores'.

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.Data.SqlClient.SqlException: Invalid column name 'NumberOfVisibleItems'.
Invalid column name 'LimitedToStores'.

Source Error:


Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }

Source File: c:\inetpub\wwwroot\3point0\Views\Widget\WidgetsByZone.cshtml    Line: 5
------------------------------------------------------------------------------------------------------------


Hi joster,

You need to run the upgrade script, that we have included in the 3.0 package of the Fashion theme. Please follow the steps in the documentation: http://www.nop-templates.com/Help/NopFashionTheme/Version_3_0/lessons/Theme_Upgrade_from_2_80_to_3_00.html

Ivan Stoyanov

10 years ago

cheerfulcalf wrote:
I see, that for Nop Ultimate Plugin Collection supported nopCommerce versions are nopCommerce 2.3 - 3.0. But when dowloading trial, there are no files for version 3.


Hi cheerfulcalf,

We are happy to inform you that yesterday we have released our plugins and themes for nopCommerce 3.0. Please read the following release note for more information:
http://www.nop-templates.com/nopcommerce-30-themes-and-plugins-released

Ivan Stoyanov

10 years ago

joster wrote:
I did see that there was an upgrade sql script for the Fashion theme, but rather than try to upgrade my 2.80 nopcommerce with version 2.80 Fashion theme to the 3.0 version of each, I decided to just do a fresh install of each.

The new nopcommerce 3.0 site installed fine, When I copied in the freshly downloaded version 3.0 Fashion theme (plugins and theme) to the new site, I already had the Admin Plugins page open. I then clicked the "Reload list of plugins" and saw all the 7Spikes stuff was now in the list.

I did not go to general settings to enable the new theme, but instead clicked on "Public Store" to make sure all was well.

It was not OK(see error pasted below)....and now I cannot even get back into the Admin area.
----------------------------------------------------------------------------------------------------
Server Error in '/' Application.

The controller for path '/' was not found or does not implement IController.

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.Web.HttpException: The controller for path '/' was not found or does not implement IController.

Source Error:


Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }

Source File: c:\inetpub\wwwroot\3point0\Views\Widget\WidgetsByZone.cshtml    Line: 5

-------------------------------------------------------------------------------------------------------------
What could be the problem? Did I still need to run the upgrade sql script for the Fashion theme?

Thanks!


Hi joster,

No you do not need to run the upgrade script when you do a clean install. Please add some spaces at the end of the Global.asax file to restart the application. This is a well known issue in nopCommerce.

Best regards,

Ivan Stoyanov

10 years ago

cheerfulcalf wrote:
On this Wednesday ?


Hi cheerfulcalf,

Yes we will release the Nop Ultimate Plugin Collection today.

Ivan Stoyanov

10 years ago

minsou wrote:
Hi,

Could you please tell me how to completely remove  "Welcome to our store" widget on Home page (title and description), after installing the Neo Fashion template ?

Best regards


Hi minsou,

Please go to the administration of your website Content Management => Topics and delete the HomePageText topic.

Best regards,

Ivan Stoyanov

11 years ago

Hass wrote:
Hi

I manage to make it work by changing inside categoryMenuTemplate view


Hi Hass,

Great job. Some customizations can not be done from the administration, so you will need to modify the views or the .css file.

Ivan Stoyanov

11 years ago

aesperon wrote:
Sorry, I didn't posted my question correctly initially. I need to modify the size of the fonts under the category section. For Example on the left panel after a select a category I need to increase the size of the fonts there.

Thanks


Hi aesperon,

You need to go to /Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/ShopAll/Content and open the style.css file. There go to line 198 and find the following definition:
.mega-menu .row .box li a {
padding: 5px;
font-size: 11px;
}


Change the font size to configure the styling.

Ivan Stoyanov

11 years ago

aesperon wrote:
How can I change the size of the categories under the products in the Mega menu


Hi aesperon,

The Nop Mega Menu plugin have a setting: Categories image size (pixels): with this setting you can configure the size of the pictures.  Also you will need to configure the .css of the Nop Mega Menu plugin. For the Shop All theme it is configured for images 90px X 90px.

Ivan Stoyanov