You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Ok.
    Write me about result.

    8 years ago

    >Error indicates "An attempt was made to access a socket in a way forbidden by its access permissions"

    When did you see this error message? In Nop?

    8 years ago

    We are sorry, but we added support a lot of time ago.

    8 years ago

    Plugin updated its database.
    If it couldn't do it you would have seen the error message.

    8 years ago

    You should use external IP address.
    1. Open NopCommerce in Admin mode and select "Customers".
    2. Look for your account, press the button "Edit".
    3. You will see your IP address.

    8 years ago

    By default NopCommerce 3.50 uses AutoMapper, Version=3.3.0.0.
    You use AutoMapper, Version=3.3.1.0.
    I can recompile plugin for your version.

    8 years ago

    1. Error. Cann't export product Id=712, errorMessage='', hexadecimal value 0x03, is an invalid character.
    https://en.wikipedia.org/wiki/End-of-Text_character

    Try to change product description for product with Id=712. You should  remove this char.

    You can try to remove this special char using this TSQL script.

    update Product
    set FullDescription=replace(FullDescription,'',''),
        Name=replace(Name,'',''),
        ShortDescription=replace(ShortDescription,'','')


    I think you added this char when you updated/inserted product's description from another program... You couldn't add it manually.

    2. •
    We used mapping for all special HTML symbols in old my versions. But Google allows to upload only several HTML symbols...
    I decided to remove all special HTML symbols in my last release, because customers like to add any HTML symbols ...

    For example these symbols are allowed
    •
    ®
    &deg
    ™

    But I removed them too...
    I'll think over it, maybe I'll change code back... or create 2 lists "allowed symbols" and "disallowed symbols".

    8 years ago

    I didn't any errors now.
    I see that you will try export 626 products.

    Don't forget to select Default taxonomy category for Google feed. You can select taxonomy category per Nop category and per Nop product too.

    Google doesn't allow to export products without taxonomy category. You can select it on first tab.

    Try and write me about result.

    8 years ago

    I haven't any ideas.

    1. Backup database and run this TSQL script into your database


    delete
    from UrlRecord
    where EntityName='Product' and LanguageId=0 and IsActive=1
      and Id not in
        (select TOP 1 WITH TIES U.Id
        from UrlRecord U WITH (NOLOCK)
        where U.EntityName='Product' and U.LanguageId=0 and U.IsActive=1  
        ORDER BY ROW_NUMBER() OVER(PARTITION BY U.EntityId ORDER BY U.Id DESC))


    2. Replace dll file from this archive FeedManager_test.zip. And restart your site.
    Try to generate Feed file. I added a new message after Read SEO Slug. start.

    Write me about result.

    Can I call you on Skype?
    8 years ago

    1. Check plugin version (download new version from our site again).
    2. Open the Global.asax in site root folder and add spacebar to the end of the file. Maybe IIS reads old dll file.
    3. write me about result.

    Write about result. I'll wait.
    Last fix must help you.

    P.S.
    Otherwise I'll write simple TSQL and you will remove double Slug.

    8 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved