Author Topic: Is it possible to include it on search page?  (Read 4711 times)

ogbavictor

  • Newbie
  • *
  • Posts: 7
    • View Profile
Is it possible to include it on search page?
« on: February 22, 2018, 01:20:34 AM »
Hi! i would want to know ifit is possible to include the plugin function on the search page to enable search for verified dealers?



Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: Is it possible to include it on search page?
« Reply #1 on: February 22, 2018, 01:45:03 AM »
Hi! i would want to know ifit is possible to include the plugin function on the search page to enable search for verified dealers?

Can you explain more about search page?

according to your question, yes its possible to show verified icon on search page .

Osclass Support Forums - Rackons.in

Re: Is it possible to include it on search page?
« Reply #1 on: February 22, 2018, 01:45:03 AM »

ogbavictor

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Is it possible to include it on search page?
« Reply #2 on: February 22, 2018, 01:04:15 PM »
Hi! i would want to know ifit is possible to include the plugin function on the search page to enable search for verified dealers?

Can you explain more about search page?

according to your question, yes its possible to show verified icon on search page .

How please do I get the icon to the search page. Is it going to appear on the item or what? Can you tell me exactly how it will be?

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: Is it possible to include it on search page?
« Reply #3 on: February 23, 2018, 01:18:21 AM »
Hi! i would want to know ifit is possible to include the plugin function on the search page to enable search for verified dealers?

Can you explain more about search page?

according to your question, yes its possible to show verified icon on search page .

How please do I get the icon to the search page. Is it going to appear on the item or what? Can you tell me exactly how it will be?

You can put the plugin code in search-list.php and search-grid.php then icon will be display on search page
Code: [Select]
<?php osc_run_hook('seller_verification_show',osc_item_user_id()); ?>

Osclass Support Forums - Rackons.in

Re: Is it possible to include it on search page?
« Reply #3 on: February 23, 2018, 01:18:21 AM »