Author Topic: How to Install Seller Verified Plugin for osclass ?  (Read 1449 times)

Administrator

  • Administrator
  • Full Member
  • *****
  • Posts: 195
  • Rackons.com provide live Osclass Support online
    • View Profile
    • Osclass Market - Osclass Themes and Plugins by Rackons.com
How to Install Seller Verified Plugin for osclass ?
« on: April 29, 2017, 10:31:15 PM »
Seller Verified plugin makes the admin can verified user.

How to install :

- After downloading Seller Verified plugin, you will get plugin in .zip formet
- Upload plugin (file: seller_verification.zip) via oc-admin or upload it into your webhost directly to plugin folder
- Install Seller Verified plugin
- Put this code
Quote
<?php osc_run_hook('seller_verification',$user['pk_i_id']); ?>
on oc-admin\themes\modern\users\frm.php line above this code
Quote
<?php if(!$aux['edit']) { osc_run_hook('user_register_form'); }; ?>


- Put this code
Quote
<?php osc_run_hook('seller_verification_show',osc_item_user_id()); ?>
on wherever you want to show the verified or unverified seller icons. we will recommend on item.php or item-sidebar.php.


- If you want to show verified icon on user profile page then put below code in user-profile.php
Quote
<?php osc_run_hook('seller_verification_show',osc_user_id()); ?>


There is 2 input in oc-admin for seller verified plugin :
1. Seller Verification - Check if you want to show the user verified icon.
2. Seller Description - This description will show as title of user verified icon. means when you will hover on verified icon then this description will display in tooltip

How to use seller verfied plugin :
1. Login to oc-admin
2. Edit an user
3. then check that user if you want to show verified otherwise uncheck for unverfied user and then enter your description to show verified i.e. Verified by Rackons.com

Note : If you are facing any problem while installing and using seller verified plugin then you can ask on our forums or live chat support. Rackons Live chat support is Awesome. No Other company will provide you live chat support always like us. So you can ask us your any query regarding Seller verified plugin.
« Last Edit: April 29, 2017, 11:09:51 PM by Administrator »


To get fast support, we need following details: Detail description, website URL to reproduce problem, Screenshots ( If possible )

Osclass Support Forums - Rackons.in

How to Install Seller Verified Plugin for osclass ?
« on: April 29, 2017, 10:31:15 PM »