ecommerce-store
Here are 74 public repositories matching this topic...
-
Updated
Jul 4, 2020 - Dart
-
Updated
Jun 1, 2020 - HTML
-
Updated
Dec 12, 2019 - PHP
-
Updated
Aug 7, 2018 - Kotlin
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Jun 6, 2019 - Swift
-
Updated
Feb 6, 2017 - JavaScript
-
Updated
Jun 6, 2019 - Swift
-
Updated
Aug 7, 2018 - Kotlin
Installation runs sql queries seprately, its better to use an sql backup
Remove all php code from /src/core/install/install.sql.php and leave the file as sql script.
Replace this line https://github.com/GilaCMS/gila/blob/master/src/core/install/install.php#L19
with
$link->multi_query(__DIR__."/install.sql.php");
$link->query("INSERT INTO user(id,username,email,pass,active,reset_code)
-
Updated
Jul 7, 2020 - HTML
-
Updated
Dec 10, 2019 - PHP
-
Updated
Oct 25, 2018 - JavaScript
-
Updated
Dec 11, 2017 - HTML
-
Updated
May 14, 2020 - HTML
-
Updated
May 27, 2020 - Java
-
Updated
May 2, 2020 - Java
-
Updated
Jun 6, 2020 - CSS
-
Updated
Feb 9, 2017 - PHP
-
Updated
Jun 23, 2020 - PHP
-
Updated
Feb 4, 2020 - JavaScript
-
Updated
May 1, 2020 - Dockerfile
-
Updated
Mar 12, 2018 - PHP
-
Updated
May 21, 2020 - TypeScript
Use Bootstrap 4 in Front-end and make default template responsive
-
Updated
May 19, 2018 - PHP
-
Updated
Feb 17, 2020 - PHP
-
Updated
Apr 3, 2020 - PHP
Improve this page
Add a description, image, and links to the ecommerce-store topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ecommerce-store topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Currently, if the developer wants to register a new admin account, it doesn't let it do that because sendgrid API keys are needed. Remove this dependency for local, and switch to using an identical
emailServicewhich uses Nodemailer (Gmail option preferred) since Nodemailer is free. Maybe feature flag this property**Describe