Display of the transactions of ads instead of the price
on :October 21, 2021, 7:09 pm #543
Hi!
How can I make the display of the transactions of ads (buy, sell or exchange) instead of the price.
I tried to overlay one DIV over another DIV, but it was unsuccessful.
Or I should change "transaction" somewhere instead of the "price"?
Regards,
Re: Display of the transactions of ads instead of the price
on :October 21, 2021, 7:46 pm #544
You need a plugin to store that value for each ad. Is not a change that you can make on a theme level.
Re: Display of the transactions of ads instead of the price
on :October 21, 2021, 11:41 pm #545
Thanks for your answer.
Which plugin?
Maybe is it possible to customize Php/Css file?
Re: Display of the transactions of ads instead of the price
on :October 22, 2021, 7:10 am #546
A custom plugin. Is not possible on the theme level, you need a table in database and to store that information there.
Re: Display of the transactions of ads instead of the price
on :October 22, 2021, 9:44 pm #547
I didn't find a similar plugin to solve my problem. Could you advise me.
Re: Display of the transactions of ads instead of the price
on :October 23, 2021, 9:25 am #548
I just did it. I custom plugin.