-
Pedro Lucca changed their profile photo
-
Stackposts v.7.0.1 – Social Marketing Tool-REGULAR Version
not working
-
66Analytics v35.0.1 - Website Traffic Analytics Platform [Extended License]
ok @Mahmoud
-
66Analytics v35.0.1 - Website Traffic Analytics Platform [Extended License]
@Mahmoud man ?
-
66Analytics v35.0.1 - Website Traffic Analytics Platform [Extended License]
*schedule
-
66Analytics v35.0.1 - Website Traffic Analytics Platform [Extended License]
I'm not talking about schedule. I am saying that the 'codes' table is missing for the voucher system to work
-
66Analytics v35.0.1 - Website Traffic Analytics Platform [Extended License]
@Mahmoud if the extended version of the author’s website makes it available and you don’t, then you’re not selling the extended version as you say and if so, which I hope it’s not, I want my money back
-
66Analytics v35.0.1 - Website Traffic Analytics Platform [Extended License]
@Mahmoud yes, it is https://prnt.sc/s1aweb
-
66Analytics v35.0.1 - Website Traffic Analytics Platform [Extended License]
hi @Mahmoud i buy, but, is missing 'codes" table in mysql, do you provide this ?
-
66socialproof - Social Proof & FOMO Widgets Notifications (SAAS) [Extended License]
@Mahmoud do i need to pay every time i update or will i pay 30 euros and have all future updates?
-
66socialproof - Social Proof & FOMO Widgets Notifications (SAAS) [Extended License]
@Mahmoud 'payments' mysql tables is missing
-
66socialproof - Social Proof & FOMO Widgets Notifications (SAAS) [Extended License]
Hello, my compliments. I hope everything is fine with you! I have a little problem with the discount codes I noticed that in the installation the 'codes' table was not created I tried to create manually but I'm not very experienced in it if you don't mind could you send me the created 'codes' table? here's what I tried to do CREATE TABLE `codes` ( `type` enum('DISCOUNT','REDEEMABLE') NOT NULL, `days` int(11) NOT NULL, `package_id` int(11) DEFAULT NULL, `code` int(11) NOT NULL, `discount` int(11) NOT NULL, `quantity` int(11) NOT NULL, `date` datetime DEFAULT NULL, PRIMARY KEY (`type`), KEY `package_id` (`package_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4