Forum

seller verification...
 
Notifications
Clear all

seller verification Plugin

8 Posts
4 Users
1 Likes
376 Views
(@saurav)
Posts: 4
New Member
Topic starter
 

Dear support,

  please help me use the seller verification plugin in osclass as i am not able to use it thoroughly. it will be better to provide step wise detail to add seller verification plugin in application..

Thank you

Regards.

 
Posted : 21/12/2021 7:46 am
(@saurav)
Posts: 4
New Member
Topic starter
 

Please help to implement Seller Verification Plugin.

Help will be appreciated.

Thank you

 

 
Posted : 22/12/2021 4:40 am
Defected
(@dftd)
Posts: 614
Honorable Member Admin
 

@saurav Can you post the plugin files? What problems are you having?

Available for custom Osclass development. www.defected.dev

 
Posted : 26/12/2021 6:40 pm
(@saurav)
Posts: 4
New Member
Topic starter
 

@dftd sorry for the late reply. although after installing seller verification plugin. After adding some code here.

if(@$detail['b_seller_verification'] !=0) { ?>
<img src="<?php echo osc_base_url()?>oc-content/plugins/seller_verification/images/verified-seller.png" title="Verified"
<?php osc_run_hook('seller_verification_show',osc_item_user_id()); ?> <?php echo @$detail['s_seller_description'] ?>
<?php } else { ?>
<img src="<?php echo osc_base_url()?>oc-content/plugins/seller_verification/images/unverified-seller.png" title="Unverified">
<?php } ?>

Image of verified and unverified is not been shown here, although there is the image file in the sellerverification/image folder.

Please help how to solve this issues..

 

THank you in advance..

 

 

 

 
Posted : 27/12/2021 6:40 am
Defected
(@dftd)
Posts: 614
Honorable Member Admin
 

Where did you add the code, could you post the entire file? If you just added this in your item.php/item-sidebar.php then it won't have access to $detail variable which says is user verified or not.

Available for custom Osclass development. www.defected.dev

 
Posted : 27/12/2021 1:12 pm
joecool
(@joecool)
Posts: 197
Reputable Member
 

I'm looking into this atm and i'm finding old scripts and new ones for sale in google search.

 

You have to be careful verifying a legit seller @saurav just in case they're not, you don't want to be liable for any illegal activity on your site just because you gave them a green tick, this is why i'm thinking not to install this feature for my site .. too many scammers

 

Hope this helps .. happy Christmas/newyear !

 
Posted : 27/12/2021 2:14 pm
joecool
(@joecool)
Posts: 197
Reputable Member
 

From what i read the verification tick was invented by twitter, i'm guessing for all the celbs that joined ... i followed snoop dogg for a few months and realized it wasn't him ha ha ha ! then found his real verified account.

 

I wouldn't recommend using this feature on sellers sites unless certain .... i maybe wrong.

 

ebay verification tick

 

 

 

 

 
Posted : 27/12/2021 2:34 pm
(@tango)
Posts: 15
Active Member
 

Jesus Christ, if people would just read the plugin HELP...

How to install
1. Put this hook code <?php osc_run_hook('seller_verification',$user['pk_i_id']); ?> on oc-admin\themes\modern\users\frm.php line above this code <?php if(!$aux['edit']) { osc_run_hook('user_register_form'); }; ?>

2. Put this hook code <?php osc_run_hook('seller_verification_show',osc_item_user_id()); ?> on wherever you want to show the verified seller images. Recommended place is to put it on main.php, search_list.php, item.php.

To change the verified image, just replace the image included in the plugin, with a new one.

 
Posted : 27/12/2021 5:34 pm
admin reacted
Share: