a feature-rich e-commerce platform built on WooCommerce with PayPal and Stripe payment gateways.
you can find an installation guide below.
the user can browse the shop which has any product type (physical/digital) products :
the user can sort, search products or add products to the cart :
the user can view the cart and full payment receipt and can apply a coupon :
the user can pay directly with PayPal or fill in his payment information manually and pay with and card type powered with stripe :
the user can edit his profile, view successful orders, and add payment methods :
the admin throws WordPress dashboard can:
- Configure store settings
- Add, edit, and delete products
- Manage inventory and stock
- Set up payment gateways and shipping methods
- View and manage orders and customer information
- Generate reports and analytics for sales and performance.
- Do marketing campaigns.
follow these instructions to install this repo
Before you begin, make sure you have the following:
- A web server with PHP (version 7.2 or higher) and MySQL (version 5.6 or higher) installed
- A domain or subdomain configured to point to your web server
- Access to your web server via FTP or SSH
- Basic knowledge of using a command-line interface (if using SSH)
- Clone or download the repository to your local machine.
- Log in to your MySQL database management tool (such as phpMyAdmin) or use the command-line interface.
- Create a new database for your WordPress installation.
- Create a new database user and assign it to the newly created database, noting down the username and password for later use.
- Rename the
wp-config-sample.php
file in the root directory of the WordPress installation towp-config.php
. - Open the
wp-config.php
file and update the following constants:DB_NAME
: Replace with the name of the database you created earlier.DB_USER
: Replace with the username of the database user you created earlier.DB_PASSWORD
: Replace with the password of the database user you created earlier.- Save and close the file.
- Using FTP or SSH, upload all the WordPress files and directories to your web server.
- If you're using FTP, make sure to upload the files to the correct directory, typically the root directory of your domain or subdomain.
- Open your web browser and navigate to your domain or subdomain.
- Follow the WordPress installation wizard:
- Select your preferred language.
- Enter the site title, username, password, and email for the admin account.
- Click "Install WordPress" to complete the installation.
- Log in to your WordPress admin dashboard using the credentials you specified during the installation.
- Go to "Plugins" > "Add New" and search for "WooCommerce".
- Click "Install Now" and then "Activate" to enable the WooCommerce plugin.
- Follow the WooCommerce setup wizard to configure your store:
- Provide the necessary details, such as store location, currency, payment options, etc.
- Customize your store's appearance and settings as desired.
- Set up your shipping and tax options.
- Add your products and set up any additional extensions or integrations you need.
Congratulations! You have successfully installed and set up your WordPress WooCommerce website. You can now start adding products, configuring settings, and customizing your store to fit your business needs.