Author Topic: Possibility of follow users and sellers  (Read 2014 times)

jancor

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • https://miovendo.com.uy/
Possibility of follow users and sellers
« on: December 22, 2017, 07:37:25 AM »
I need something special for my ad page to be able to stand out from my competition, I need that on the product page users can follow other sellers, and that on the seller's page there are statistics of how many people follow it, how many people follow that seller, how many products they have for sale and how many sold

This is something I do not need urgently but I want to implement it since no classified website has it

I attach images of what I need

Regards



Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: Possibility of follow users and sellers
« Reply #1 on: December 22, 2017, 08:30:56 AM »
@jancor,
its really nice idea for classified site same as social sites.

So dont worry we will start on this project and will soon update you regarding this new idea.

Thanks

Osclass Support Forums - Rackons.in

Re: Possibility of follow users and sellers
« Reply #1 on: December 22, 2017, 08:30:56 AM »

jancor

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • https://miovendo.com.uy/
Re: Possibility of follow users and sellers
« Reply #2 on: December 22, 2017, 09:51:58 AM »
Ok thanks! i waiting news! :)

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: Possibility of follow users and sellers
« Reply #3 on: December 27, 2017, 07:28:07 AM »
Can you explain your all 4 points, then we will understand better, one by one.

jancor

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • https://miovendo.com.uy/
Re: Possibility of follow users and sellers
« Reply #4 on: December 27, 2017, 08:26:03 AM »
Hi
sorry but i dont understant what 4 points, the second image?

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: Possibility of follow users and sellers
« Reply #5 on: December 27, 2017, 08:31:08 AM »
means:

your 4 point : 1)item sold ,
2) item for sale
3) following
4) followers

jancor

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • https://miovendo.com.uy/
Re: Possibility of follow users and sellers
« Reply #6 on: December 27, 2017, 09:39:03 AM »
ok,

1) items sold = how many products has that seller sold

2) items for sale = the quantity of products active that the seller has for sale

3) following = how many users that seller follows

4) followers = how many users follow that seller

Regards

Mike

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Possibility of follow users and sellers
« Reply #7 on: January 22, 2018, 09:45:39 AM »
@jancor ,

I have some solution for that, if you agree then you will use it.

Item for sold, and item for sale may be it will be do easily. but i am not confirm for other 2 options.

Mike

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Possibility of follow users and sellers
« Reply #8 on: January 22, 2018, 09:52:04 AM »
@jancor

Quote
You need to query tables t_item, t_item_veronika, restrict results on logged in user and sum rows where i_sold = 1

like below :

Quote
select count(v.i_sold) from prefix_t_item i, prefix_t_item_veronika v where i.pk_i_id = v.fk_i_item_id and i.fk_i_user_id = ' . osc_logged_user_id() . '

its for item sold

jancor

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • https://miovendo.com.uy/
Re: Possibility of follow users and sellers
« Reply #9 on: January 23, 2018, 03:44:28 AM »
Hi,

then you can not make a plugin for that?

Mike

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Possibility of follow users and sellers
« Reply #10 on: January 23, 2018, 03:46:59 AM »
Its just simple code for put the item sold . so plugin can not make for that.

And we tried for followers also but its function not working. so we are trying for that.

Osclass Support Forums - Rackons.in

Re: Possibility of follow users and sellers
« Reply #10 on: January 23, 2018, 03:46:59 AM »