You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

39 lines
1.7 KiB

INSERT INTO `commissions` (
`id`,
`level`,
`sub_level`,
`description`,
`min_balance`,
`max_balance`,
`commission`,
`image`,
`language`,
`created_at`,
`updated_at`
)
VALUES (
79,
'Level One',
'Charges for listing a product on the platform.',
'Earn attractive commissions with every sale! Our competitive rates reward your hard work and dedication, motivating you to achieve more. Join our sales team and turn your efforts into substantial earnings.',
200,
'3000',
15.00,
'{\"thumbnail\":\"https:\\/\\/pickbazarlaravel.s3.ap-southeast-1.amazonaws.com\\/2459\\/conversions\\/Frame-thumbnail.jpg\",\"original\":\"https:\\/\\/pickbazarlaravel.s3.ap-southeast-1.amazonaws.com\\/2459\\/Frame.png\",\"id\":2462,\"file_name\":\"Frame.png\"}',
'en',
'2024-06-11 18:52:37',
'2024-06-12 11:31:46'
),
(
83,
'Level Two',
'Charges for sales in a product on the platform.',
'Get lucrative commissions on each sale! Our affordable prices encourage you to work harder and accomplish more by rewarding your diligence and hard work. Become a member of our sales team and make a big income from your efforts.',
500,
'1000',
20.00,
'{\"thumbnail\":\"https:\\/\\/pickbazarlaravel.s3.ap-southeast-1.amazonaws.com\\/2464\\/conversions\\/Frame-thumbnail.jpg\",\"original\":\"https:\\/\\/pickbazarlaravel.s3.ap-southeast-1.amazonaws.com\\/2464\\/Frame.png\",\"id\":2467,\"file_name\":\"Frame.png\"}',
'en',
'2024-06-12 10:58:09',
'2024-06-12 11:31:46'
);