You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Can you say me one payment method for example with this problem?
    Or it takes place from time to time.

    7 years ago

    https://www.kelkoogroup.com/kelkoo-customer-service/support-for-merchants/shopping-guides/product-data-feed/

    Yes.
    It's a good URL.
    I'll check this template and answer you.

    7 years ago

    >"use external picture service"

    If you enable this parameter plugin will use internal NopCommerce PictureService using interface IPictureService.
    but I think I showed you bad way.

    Can you open the stored procedure
    FNS_FeedManager_ProductLoadAll

    and try to find this code

    --Picture
      SELECT PM.ProductId,PM.DisplayOrder,P.Id,P.IsNew,P.MimeType,P.SeoFilename
      FROM Product_Picture_Mapping PM WITH (NOLOCK),Picture P WITH (NOLOCK)
      WHERE PM.PictureId=P.Id and PM.ProductId in (select ProductId from #ExportProducts)
      ORDER BY PM.ProductId,PM.DisplayOrder ASC
    --end Picture


    You can add new conditions and select only necessary pictures.

    --Picture
      SELECT PM.ProductId,PM.DisplayOrder,P.Id,P.IsNew,P.MimeType,P.SeoFilename
      FROM Product_Picture_Mapping PM WITH (NOLOCK),Picture P WITH (NOLOCK)
      WHERE PM.PictureId=P.Id and PM.ProductId in (select ProductId from #ExportProducts)
    and (pm.IsPictogram == null || pm.IsPictogram == false)

      ORDER BY PM.ProductId,PM.DisplayOrder ASC
    --end Picture




    7 years ago

    Plugin has internal PictureService for creating pictures without watermark and in JPG format.
    But if you need to use your own PictureService you can do it too.
    Open plugin configure page and enable 'Use external picture service'.
    Plugin will use your own PictureService.

    7 years ago

    We did plugin many years ago and order comment is plugin features.
    NopCommerce allows customer to add new checkout attributes now.
    But plugin doesn't support this feature now.
    I'll add support checkout attributes.
    What nopcommerce version do you use now and we'll add this feature from your nop version?

    P.S.
    We plan to add them many times but :).
    It's time to add checkout attributes.
    Thank you.



    7 years ago

    We added this template two years ago and we used this documentation
    http://support.kelkoo.com/uk/pages.php?page=4447.

    I see that this page doesn't work now.
    Maybe Kelkoo changed its feed file.
    It's not a problem.
    We'll change it free but can you help us too?

    I read this URL
    https://www.kelkoogroup.com/kelkoo-developer-network/kelkoo-feeds/catalog-feed/

    Can you ask Kelkoo support about the best type of feed file for them?
    Send me documentation and I'll create new template.
    It's not difficult because all settings are in external XML files.



    7 years ago

    >1st is that it looks good in sandbox mode but I can't login with any paypal accounts and have to use checkout as guest.

    Did you change the PayPal settings on plugin configure page?
    PayPal sandbox and live have different settings.
    Maybe the problem is in browser's cache.
    Clear cache in browser and try.
    Write me about result.

    About second error...
    I don't know too....

    What nopcommerce version do you use?
    Clear cache in browser and try....

    If this solution doesn't help you. Please write me I'll add new notification in plugin log file.



    7 years ago

    This plugin is very plain.
    Plugin creates new URL for landing page and sends the model ProductDetailsModel to this index.cshtml.
    This is the native model ProductDetailsModel. NopCommerce uses this model for product templates.
    You can check all fields. We use this model because it can help to change the look of landing page.

    7 years ago

    Thank you.
    It was a bug. We have fixed it in v1.10
    It must be a custom track for advanced tracking.

    We take example from this documentation.
    https://developers.facebook.com/docs/marketing-api/dynamic-product-ads/product-audiences/v2.9

    7 years ago

    What type of campaign do you use?
    Can you make print screen on campaign page and send me it.

    7 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved