You have no items in your shopping cart.

Profile: filippo.monti

Avatar
Statistics

    In the sent mail, properties for rental products are missing.
    Could I have this information in nop 3.9?
    Thank's

    Filippo

    6 years ago

    It's possible have, during button creation, the fields

    'Customer name' enabled  
    'Customer name' required  
    'E-mail address' enabled  
    'E-mail address' required  
    'Phone number' enabled  
    'Phone number' required

    not checked?

    I need to save the button without uncheck the fields.

    6 years ago

    It' possible customize the email body?
    I need to personalize the email body, for example, with a logo and other informations.

    6 years ago
    Bug

    See SqlServer.RFQ2.sql

    row 112-117

    INSERT INTO #rfqRecordIdProduct (Id,LimitedToStores,SubjectToAcl)
    select distinct A.Id,A.LimitedToStores,A.SubjectToAcl
    from #tmpFNS_rfq_Record A WITH (NOLOCK),
      FNS_RFQProduct AP WITH (NOLOCK)
    where A.Id not in (select Id from #rfqRecordIdProduct)
      and A.Id=AP.rfqRecordId and (AP.ProductId=@productId or AP.ForAllProduct=1)

    The column in FNS_RFQProduct doesn't exists.

    6 years ago
    Bug

    The button is not diplayed. In the log I have:

    2018.01.16 16:41:02:5267*******
    RFQReadController. RFQ2_Widget. widgetZone=productdetails_bottom
    2018.01.16 16:41:02:5557*******
    RFQReadController. RFQ2_Widget. step 1.  productId=1413, categoryId=0, manufacturerId=0
    2018.01.16 16:41:02:5937*******
    RFQService. GetRFQButtons. productId=1413, categoryId=0, manufacturerId=0, storeId=1, languageId=2, AllowedCustomerRoleIds=1,3
    -----------------> Error Invalid column name 'ForAllProduct'.

    The column is present in [FNS_RFQRequestType] Table

    6 years ago
    Bug

    I'll try.
    Thank's a lot.
    Filippo

    6 years ago
    Bug

    If you want use a parameter on the button 'Display for all products' ok. Otherwise I'll add a product on the button if the button should be shown for the product.

    6 years ago
    Bug

    Yes please, we need another logic: if the button is not associated (empy list) the button should not be visible.

    I.e. the button must be visible only for the associated elements (product/categorie/Manifacturers)

    Thank's

    Filippo

    6 years ago
    Bug

    Support wrote:

    I'll check it.

    Any news for me?
    6 years ago
    Bug

    filippo.monti wrote:

    I'm using nop version 3.9 and I've a problem in the plugin.

    I've defined 12 buttons (all published) and only on a button I've associated a product.

    In the product preview I see 12 buttons and not only one (the associated one).

    The problem don't arise if i made the same but with manifacturers association


    the problem arise when the button is not associated with anything
    6 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved