*

Carlos Carcamo

  • ****
  • 105 posts
  • LaKompra.com
Change to normal HTML dropdown in Condition and Transactions
« on: January 11, 2018, 06:55:12 PM »
Some of my users are having problems to post an item because the option Condition and Transactions are not working, the variables of the problem are too extensive and the only way to resolve ajax issues is to disable or change the Condition and Transactions to a normal dropdown, how can I do that?

Thank you for your time.
LaKompra.com

Marked as best answer by Carlos Carcamo on January 13, 2018, 06:10:14 PM
*

MB Themes

Re: Change to normal HTML dropdown in Condition and Transactions
« Reply #1 on: January 12, 2018, 02:42:22 PM »
@Carlos
There is no ajax behind.
On item-post.php (-edit.php) function is used:
Code: [Select]
veronika_simple_transaction()
change it to:
Code: [Select]
veronika_simple_transaction(true)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Carlos Carcamo

  • ****
  • 105 posts
  • LaKompra.com
Re: Change to normal HTML dropdown in Condition and Transactions
« Reply #2 on: January 13, 2018, 06:10:29 PM »
Thanks is working now
LaKompra.com