Close

Profile: Deni

Avatar

User posts

Bugs
9 years ago

nopnopgogo! wrote:
Hi,


in CheckoutAttributes.cshtml there's a little issue with the title. It's hardcoded in english, and you wrote '@*Don't forget to add dynamic title*@'! :D



Hi, 

Thanks for reporting this.

We have fixed it and will deploy it tomorrow.

9 years ago

IvanSlater wrote:
Hi there!

I have change the default nop blog path from /blog to /articles and everything goes fine, except your _RichBlogCategoriesNavigation.cshtml that uses your BlogByCategory route, poiting to /blog/category path.

Is possible to override this path to use /articles/category instead?

Please help!


Hi, 

Have you tried registering your route pointing to our controller/action, which are "RichBlog", "Category". Then you only need to modify the views.

I think this will do the trick for you.

9 years ago

stuart.miller wrote:
I was upgrading my Nopcommerce store to 3.7. I set up a new site, but I had upgraded my database from 3.20. I purchased the NeoFashion Theme, but I'm having a problem installing the Nop JCarousel Plugin. When I click the Install button, I'm  presented with the following error:

Could not drop object 'SS_JC_JCarousel' because it is referenced by a FOREIGN KEY constraint.

I've searched all the SS_JC_JCarousel tables, and they are all empty. Any help would be appreciated..


Hi, 

This looks like you have not run properly all upgrade scripts. 

Please refer to this article, where you will find a link to all upgrade scripts in the correct order.

9 years ago

mkzaman wrote:
I am using nopcommerce 3.7 and upgraded themes. When I installed the alfresco theme, and refresh my homepage, it shows the following error message.

then I change the shared/_root.cshtml file to render the section 
    if (isHomePage)
    {
    @RenderSection("HomePage");

        additionalClass = "master-home-page";
        mainSlider = @Html.Widget("home_page_main_slider");
    }

and it works properly. Do you have any suggestion regarding this so I don't have to change your view files.


Hi, 

If you are upgrading a theme/plugins the proper way to do it is to first delete the old plugin/theme files, then paste the newly downloaded plugin/themes.

Because if you merge the old folders with the new ones, this will not delete any files that have been removed.

I suggest you to download again the latest files of the Alfresco theme, then delete the Alfresco folder from your nop folder/Themes/ and finally place the new Alfresco folder inside.

I hope this helped !

Bugs
9 years ago

lanctot wrote:
Thanks for the info.
The full Text search is already enabled, but the search mode was set to "Exact match (using CONTAINS ith prefix_term)". I change the mode to "Using CONTAINS and OR with prefix_term".
Do you know how long it takes for the mode change to be applied on the database and working?

Thanks

-David Barrette
Lanctot



Hi, 

When you enable the setting, it will take effect on the moment. 

I have just tested on my local machine to search by part of word and it was returning the correct results. Even my full-text search was disabled.

For example I have searched for "nch" or "cbo" and the search returned the "Apple MacBook Pro 13-inch" product.

I suggest you to raise a ticket, where you will securely specify your admin credentials, database type and version and your nopCommerce version.

9 years ago

rogerhaugland99 wrote:
It would be very useful if you could include a couple of additional topic templates. 

Right now I need to create a simple two column topic with some description on the left and a nice picture on the right. 

I could use tables, but as I understand it would not be a responsive layout

Any quick fixes?


Hi, 

As the topic templates can vary and we can not know what every customer will expect to have in it, we do not have different templates.

I suggest you to copy the existing one and edit it per your needs. Follow our CSS to achieve the responsive functionality.


I hope this helped !

Bugs
9 years ago

lanctot wrote:
Hi,
We are experiencing some issue with the instant search plugins.
The search works fine with everything except when you type a partial word that doesnt contain the begginning letter(s).
Here an example: the product name is FIA014151, if I type FIA014 it will find this product, but if I type 014151 it doesnt give me any result.

Our store link: http://b2b.rlanctot.com

Contact me by email for access to the site so you can test it.

Thanks

-David Barrette
Lanctot


Hi, 

I suggest you to enable the Full Text Search. I think it will give you the possibility to search by part of a word. You can enable it by going to the administration > Configuration > Settings > General and Miscellaneous Settings > Full-Text settings.


I hope this helped !

9 years ago

JackNopper wrote:
I just upgraded successfully from 3.50 to 3.60. Now, when I try to upgrade from 3.60 to 3.70 I receive the following error after restarting the website. I executed the nopCommerce upgrade script and the ShopAll script successfully, copied the Plugins and Themes folders and restored the old AppData settings files (I will post the entire stack if someone wants to see it). Looking though the nopCommerce upgrade script, I noticed that it drops two columns named "HasDiscountsApplied":

Invalid column name 'HasDiscountsApplied'.

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 'HasDiscountsApplied'.

Source Error: 

Line 31:             else
Line 32:             {
Line 33:                 @Html.Action("TopMenu", "Catalog")
Line 34:             }
Line 35:         </div>

Source File: c:\HostingSpaces\admin1\shop.milwaukeemap.com\wwwroot\Themes\ShopAll\Views\Shared\_Root.cshtml    Line: 33 



Hi, 

As I have replied to your ticket:

It sounds like you have done everything correctly.

Yes, the upgrade script drops the "HasDiscountsApplied" column, but we have never had a problem with that.

I think you are missing something, but I am not sure what.

Please take a look once more in the upgrade process and ensure that everything was done:

1. Back-up your database.
2. Back-up your InstalledPlugins.txt and Settings.txt files.
3. For each mid-version, run the upgrade scripts if has any - first nopCommerce`s, then our.
4. Download the latest nopCommerce version and place it in the folder you want.
5. Place the InstalledPlugins.txt and Settings.txt files in the App_Data folder.
6. Download our products and place them in the corresponding folders.
7. Add a blank space to the end of the Global.asax file to trigger full site restart.
8. Run nopCommerce.


If anyone have seen this, they can share their experience too !

Multi Store
9 years ago

Hepil wrote:
Hi

I've a problem to solve please.



I've Nop 3.50 with the right Alfresco theme and 2 stores
The first one is www.store-us.net
The second one is www.papyr-us.net

When I change settings in : "Manufacturer Menu Settings"
in "Nop Mega Menu Settings " tab
for the first one, It changes the second as well
Even I change the second one, the first changes too.

I precise "Multi-store configuration for " is set rightly each time with the right store.

Could you have any idea please ?

Luc


Hi, 

As I suggested you, please submit a ticket with the credentials to your site so we can check where is your problem.

jkeeler wrote:
Tried this and still nothing. Any other ideas?


Hi, 

I can not tell you for sure what is your problem because I should see your website first.
You can submit a ticket and provide a link to your site so we can check what is the issue.