Questions tagged as 'selected-option'

0
answers

Woocommerce add to the purchase value interest above the 6 installment

I would like to add a fee on the total purchase in Woocommerce after the user chooses the number of parcels on the card greater than 6. Is this correct my line of thinking? <?php $parcelas = $_GET['installment'];...
asked by 15.01.2018 / 18:07
0
answers

angularjs setting select to be able to change

I have a grid with the select button where this button will load the grid data into a form so that it can be changed. It turns out that I am not able to set the select field with the data of the object that mounts the grid itself. Here are...
asked by 30.01.2018 / 14:04
0
answers

Javascript / PHP - Popular Select

I'm using the code below to create options in SELECT LIST according to the choices made in the previous ones. <script type="text/javascript"> //Dados passados pelo controller $ufs = <?=json_encode($ufs_item)?>;//Todos os est...
asked by 17.11.2017 / 12:44
0
answers

How do I show options for a select according to the chosen date?

Good evening, I'm developing a lab scheduling site and needed to make a condition in which according to the date the user chooses it will consult in the database all the laboratories that are registered on that date and put in the select only th...
asked by 27.04.2017 / 00:21