You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Your HTML code has some problems.
    I tried to validate your site using several validators and I saw errors. Remove errors. Google sees errors too :(.
    Example.
    https://html5.validator.nu/?doc=https%3A%2F%2Fwww.ecofilters.es%2Fen%2F

    https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.ecofilters.es%2Fen%2F


    But you are right.  Plugin had to leave original HTML page and saved the notification about problem in Nop log.
    I'll try to reproduce this problem.

    7 years ago

    I sent you the file by e-mail.

    7 years ago

    Thank you.

    7 years ago

    I help you. I'll made new .SQL file for you.

    What NopCommenrce version do you use?

    7 years ago

    I'll think how to add this feature.

    You can change the sore procedure now with new code.

    select P.*
    from Product P WITH (NOLOCK)
    where P.Id in (select ProductId from #ExportProducts)
    ORDER BY P.Id


    7 years ago

    Can you write me all important settings for preordered product?

    I added support AvailableForPreOrder in last release. We didn't change release number.

    7 years ago

    I think I didn't understand you correctly.

    We calculate the amount of product. If you the product amount less then 0, plugin will check BackorderMode property...

    Do you mean property AvailableForPreOrder?

    7 years ago

    >2. Where I suppose to have it?
    Open NopCommerce in admin mode and select item in menu 'System-Log'.

    >3. Do you have another plugin with this .dll file WebMarkupMin.Core.dll?
    You should try to find this file in another plugin folders. Try to find this plugin in all site folder too.
    I think you have another plugin with this .dll file... But another file has another version.

    Do you use original NopCommerce kernel .dll files?


    7 years ago

    No, plugin doesn't have such feature.
    Can you describe me how you see it?

    By default plugin exports products by product's name.

    If you need it now you can change the stored procedure FNS_FeedManager_ProductLoadAll
    Example

    select P.*
    from Product P WITH (NOLOCK)
    where P.Id in (select ProductId from #ExportProducts)
    ORDER BY P.[Name] ASC


    7 years ago

    Version 1.05 - December 13th, 2016

    + added new parameter 'Notify customer about delivered parcel'.

    Download new version and try.

    7 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved