xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
ALTER TABLE `shops` ADD `registration_approval` TINYINT(1) NOT NULL DEFAULT 0 AFTER `package_invalid_at`; UPDATE `shops` SET `registration_approval` = 1 WHERE `verification_status` = 1; INSERT INTO `permissions` (`id`, `name`, `section`, `guard_name`, `created_at`, `updated_at`) VALUES (NULL, 'view_pending_seller', 'seller', 'web', current_timestamp(), current_timestamp()), (NULL, 'mark_seller_suspected', 'seller', 'web', current_timestamp(), current_timestamp()) ; INSERT INTO `email_templates` (`id`, `receiver`, `identifier`, `email_type`, `subject`, `default_text`, `status`, `is_status_changeable`, `is_dafault_text_editable`, `addon`, `created_at`, `updated_at`) VALUES (NULL, 'seller', 'seller_shop_approval_email', 'Seller Shop Approval', 'Congratulations! Your Shop [[seller_shop_name]] Has Been Approved', '

Dear [[seller_name]],

Congratulations! Your shop has been approved and is now part of the [[store_name]] seller network.You can now log in, manage your store, and start listing your products.

Here are your account details:

To access your seller account, please log in here.

If you need any assistance, our seller support team is available to help you with any questions or issues. Contact us at [[admin_email]].

We are excited to see your products in our marketplace and look forward to your success!

Best regards,

The [[store_name]] Team

', 1, 1, 1, NULL, NOW(), NOW()); UPDATE `email_templates` SET `default_text` = '

Dear [[seller_name]],

Thank you for creating your shop on [[store_name]]! We are excited to have you as part of our seller network.

Your shop is currently pending approval. Once approved, you will be able to log in, manage your store, and list your products. We will notify you as soon as your shop is approved.

If you need any assistance, our seller support team is available to help you with any questions or issues. Contact us at [[admin_email]].

Thank you for choosing to partner with us!

Best regards,

The [[store_name]] Team


' WHERE id = 5; INSERT INTO `business_settings` (`id`, `type`, `value`, `lang`, `created_at`, `updated_at`) VALUES (NULL, 'whatsapp_order', 0, NULL, current_timestamp(), current_timestamp()), (NULL, 'order_messege_template', 'Hello [[storeName]], I am interested in ordering "[[productTitle]]". Kindly provide me the order process and payment details. [[productUrl]]', NULL, current_timestamp(), current_timestamp()); UPDATE `business_settings` SET `value` = '9.9.6' WHERE `business_settings`.`type` = 'current_version'; COMMIT;