Posts posted by Pedro Lucca
-
-
-
-
-
-
@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
-
-
-
-
On 4/15/2020 at 2:04 AM, Pedro Lucca said:
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
@Mahmoud 'payments' mysql tables is missing
-
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
Stackposts v.7.0.1 – Social Marketing Tool-REGULAR Version
in Scripts
not working