*

Hugo

  • ****
  • 182 posts
"Recently sold"
« on: June 16, 2022, 08:13:06 PM »
Hello,

Is it possible to have a feature where all the sold vehicles are displayed (maximum8 or 10) in a sliding gallery to place on the website as a kind of testimonial...?

People (possible sellers) love to see that the website is working. This would be awesome, it would give me the opportunity to automatically show this.

Thanks!

*

MB Themes

Re: "Recently sold"
« Reply #1 on: June 17, 2022, 03:01:44 PM »
@Hugo
If you are using "Sold" label of theme, it is possible to grab listings with this label.
Problem is that it is not possible to say when it was sold.
As alternative, it would be possible, to add into function that is marking item as sold update for dt_mod_date of listing and then you could use s_sold = 1, order by dt_mod_date desc, limit 10

Another issue is that for starting website it may have opposite effect if section contains still same data or just few listings.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Hugo

  • ****
  • 182 posts
Re: "Recently sold"
« Reply #2 on: June 17, 2022, 03:26:09 PM »
Problem is that it is not possible to say when it was sold.
This is not a problem for me, I just want an overview of around 6 vehicles to show that have been sold. It its kind of like a statistical testimonial/proof of work

I am using the delta theme, which has the option to mark listings as sold.

Which input code should I use to display this?

Kindly let me know
« Last Edit: June 17, 2022, 03:28:01 PM by Hugo »

*

MB Themes

Re: "Recently sold"
« Reply #3 on: June 17, 2022, 04:44:14 PM »
You mist create query/search & loop
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Hugo

  • ****
  • 182 posts
Re: "Recently sold"
« Reply #4 on: June 17, 2022, 05:01:45 PM »
Can a custom job be done from yourside? (a custom dev project)

*

Hugo

  • ****
  • 182 posts
Re: "Recently sold"
« Reply #5 on: June 28, 2022, 09:26:57 AM »
Hello,

Could someone help me with this problem or provide a solution?

Kind regards hugo

*

MB Themes

Re: "Recently sold"
« Reply #6 on: June 29, 2022, 04:32:14 PM »
@Hugo
Custom work can do that. Problem is that it require testing so probably noone can write like ready-made solution just from head.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots