Jump to content
Bicrypto v4.5.0 + All Plugins

Xoxorgne

Members
  • Last visited

  • Posts

    9
  • Reputation

    1
  1. Hi @Mahmoud do you have the latest version for this extendend script ? Thanks??
  2. I am using sendinblue and it Works, was hard but Works fine But without SMTP emails are not delivered
  3. Oh sorry @ Mahmoud didn't see the other post ! Thank you very much ! Best regards
  4. Hi @ Mahmoud do you have the latest version 7.0.3 for this script extended ? Thanks for your Time Best regard
  5. Thanks, I added all of these lines and it began to work but it misses the constraints for table codes and i don't know what they are for the moment ? Lines i need now : -- -- Constraints for table `codes` -- ALTER TABLE `codes` ADD CONSTRAINT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ON DELETE CASCADE ON UPDATE CASCADE; Lines i added for the moment : CREATE TABLE `codes` ( `code_id` int(11) NOT NULL, `type` enum('DISCOUNT','REDEEMABLE') DEFAULT NULL, `days` int(11) DEFAULT NULL, `package_id` int(11) DEFAULT NULL, `code` varchar(64) DEFAULT NULL, `discount` varchar(64) DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `date` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; ALTER TABLE `codes` ADD PRIMARY KEY (`code_id`), ADD KEY `package_id` (`package_id`); ALTER TABLE `codes` MODIFY `code_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; In red the types i'm not sure they are correct. Thanks for your help ?
  6. Hi, i bought the extended licence for 30$ 2 weeks ago and i have everything fine except the codes/coupons page in the administration, the page is white with text but no css, js, when i try to add coupon it doesn't work. I can't see the coupons/codes table in the DoniaWeB.sql file. Thanks for your help