Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pnguyen215/ecommerce-wordpress

Wordpress eCommerce
https://github.com/pnguyen215/ecommerce-wordpress

2c2p 2c2p-laravel 2c2p-php ecommerce ecommerce-platform php php-framework php7 plugin woocommerce woocommerce-extension woocommerce-payment woocommerce-shop wordpress wordpress-plugin

Last synced: 3 days ago
JSON representation

Wordpress eCommerce

Awesome Lists containing this project

README

        

# WordPress PHP Project

![WordPress Logo](https://wordpress.org/about/images/logos/wordpress-logo-notext-rgb.png)

## Description

The WordPress PHP Project is a custom theme/plugin that extends the functionality of WordPress websites. It provides additional features such as custom post types, short-codes, and widgets.

## Installation

1. Clone the repository to your local machine:

```bash
git clone --depth 1 https://github.com/pnguyen215/eCommerce-wordpress.git eCommerce-wordpress
```

2. Upload the theme/plugin folder to the `wp-content/themes` or `wp-content/plugins` directory of your WordPress installation.

3. Activate the theme/plugin from the WordPress admin dashboard.

## Usage

1. After activating the theme/plugin, navigate to the WordPress admin dashboard.

2. Configure the settings of the theme/plugin according to your requirements.

3. Use the provided short-codes and widgets to add custom functionality to your website.

## Run application

To run the WordPress app locally, follow these steps:

1. Ensure you have PHP and a web server (such as Apache or Nginx) installed on your machine.

2. Create a new MySQL database for your WordPress installation.

3. Rename the `wp-config-sample.php` file in the WordPress root directory to `wp-config.php`.

4. Open the `wp-config.php` file and update the database details (database name, username, password) with your own.

5. Start your web server and navigate to the WordPress installation directory in your browser.

6. Follow the on-screen instructions to complete the WordPress installation.

## Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).