Announcement

Collapse
No announcement yet.

Edit <mvt:item name="countries" param="RequestQuote_Country"/>

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Edit <mvt:item name="countries" param="RequestQuote_Country"/>

    Is there a way to edit the countries item for the Quote information screen?
    This page is just for testing but the countries drop down seems to have a hidden drop down behind the main drop down which caused a floating arrow when I resized the control and now has the arrow white with the rest of the drop down box grey. I would actually just like it to look like the normal drop down box.
    Last edited by tberry; Yesterday, 07:49 AM.

    #2
    tberry There is no way to update the way that item renders. There are a couple options to get what you need.

    1. You could update the CSS and add the corresponding CSS Selectors so that the quote select is treated the way you intend.

    2. You could use the developer tools to inspect element and copy the HTML that is rendered. Then replace the HTML with the item in your template and update the HTML as needed. As long as the <select> has a name attribute of RequestQuote_Country then anything else is extra.
    Nicholas Adkins
    Technical Training Specialist / Miva, Inc.
    [email protected]
    https://www.miva.com/mivalearn

    Comment


      #3
      Thank you!

      Comment

      Working...
      X