YOORI Refund Add-on
Start accepting refund for your customer stratification.Your seller also can accept refund from seller dashboard.Refund Options:
- Accept refund
- Seller/Vendor can accept refund.
- Refund with/without shipping charge.
- Set custom duration.
Requirements:
- YOORI – Laravel Vue Multi-Vendor PWA eCommerce CMS Must be preinstalled on your server.
- Required Yoori Version: V1.2.0 or Later.
Installation:
- Login to Yoori Dashboard
- Goto Addons > Installed Addons
- From Right side enter your purchase code and select refund.zip
- Click ‘Save” button to complete installation.
- Done & Enjoy.
Usage:
After successfully installation you will get another menu to your admin dashboard title “Refund”.- Set Refundable for product, go to Product > Add New Product, from the right side you will see the refundable option.
- Set Refund time Refund > Refund Setting.
- Approved Refund Refund > Approved Refunds.
- Processed Refunds, Refund > Approved Refunds then you will get refund processed option.
- Done & Enjoy..
Go to
app/Repositories/Admin/AddonRepository.php
edit AddonRepository.php
find if ($verify_code == 'unverified') {
and replace with
if (!$verify_code == 'unverified') {
save and now you can install any yoori addon with any dummy purchase key
View attachment 1676