View Single Post
  #5  
Old 08-22-2019, 02:05 AM
 
Ed B. Ed B. is offline
 

X-Adept
  
Join Date: Apr 2016
Posts: 446
 

Default Re: Change the city as dropdown in Vendor registration form

Presumably _patricia 's vendors are all from Kuwait, so there aren't so many cities to choose from.


One solution would be to write down a javascript to replace the input field with options, meaning that you will have to write a list of cities within your script. Another is to use 'XLite\View\FormModel\Type\Select2Type', which means that you have to register cities in the database as entities, and presumably Triple A Racing has this method in mind.
__________________
X-cart 5.2.12, php 5.6
Ed from Grenoble, France
Reply With Quote