Skip to content

NFSFU-ECOMM v1.0.4-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@nforshifu234dev nforshifu234dev released this 17 Jul 00:38
· 1 commit to main since this release

NFSFU-ECOMM Banner

NFSH-ECOMM is an E-Commerce website package application for small startups. which they can easily just run the installation and go on with thier sales without having to worry about simple issues. Regarding performances, data update across servers, etc.

This project is just an idea to test my skills in Web Development. At this point this is just for learning sake an time goes by I intend to work with people hopefully on this project.

FEATURES OF NFSH-ECOMM v1.0.4-alpha

What's New?

  • Installation Error Clearance

    The error of Access Denied of some files during the installation process has been fixed in this version.

  • Updated the logo parent logo for the site.

    The logo for NFORSHIFU234 Dev have been updated.

  • Updated Error Message shown on Home page when no products is visible or when no product under a category is visible.

    In this version, I have added an error to show on the Home Page(index.php) when the admins have not uploaded a product or made a product visible or when a category has no visible product under its category.

  • Accomodation for additional CSS and JS contents

    In this version, I have added 2 files custom.css and custom.js. These files will be used to handle additional styling for the website. For example pages like (contact.php, about-us.php, terms-and-conditions.php, privacy-policy.php) will require additional CSS or JS functionality, so these files aid with that.

    custom.css is located at "assets\css\custom.css".
    custom.js is located at "assets\js\custom.js".

  • Errors are only displayed to login users.

    In this version, Errors that occur in the site are only visible to users that are logged in. If a user is not logged in and an error occurs, then the user sees a blank section or page depending on the situation.
  • Updated some few code lines on some admin pages.

    Updated some few lines of the dashboard.php, and other admin pages. Nothing major.