Functions on New Quote Module

I have a number of questions about the Quote module after exploring in depth with a customer today:

1) You can drag and drop Line Items, but NOT groups? (I have tested) is there a setting which will enable Groups to be dragged and dropped? Is this something that may be out in a future release?


2) Is there a way you can duplicate Groups? (with their associated Products) If not is it something that we can expect to see in the future?


3) On QLI you can mass update the 'Discount %' field but only with a Yes or No - not a number; for example 50%.


4) Also when a product shows, you no longer see the description - users are no longer able to tailor their product descriptions. Or if typing a new Product in the description will be empty. I believe this is done at code level, but any release to bring to front end?

Many thanks.

Parents
  • Hi Sara Tatam 

    Find bellow the answers

    1. As far I understand it "maybe" possible by extending a js controller on Quotes module.
    2. It is pretty possible by extending some js controllers. We had done something similar for a customer of us.
    3. It is easy to implement that by customizing some php metadata files.
    4. It is possible to keep the product description. Additionally we implemented for a customer a new button at the left side panel of group the way you can preview the Product from Catalog from which the Item has been selected

    Kind regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • Hi Sara Tatam 

    Find bellow the answers

    1. As far I understand it "maybe" possible by extending a js controller on Quotes module.
    2. It is pretty possible by extending some js controllers. We had done something similar for a customer of us.
    3. It is easy to implement that by customizing some php metadata files.
    4. It is possible to keep the product description. Additionally we implemented for a customer a new button at the left side panel of group the way you can preview the Product from Catalog from which the Item has been selected

    Kind regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children