Skip to content

AHMED-GAMAL-AG/WooCommerce_Store

Repository files navigation

WordPress WooCommerce Store

a feature-rich e-commerce platform built on WooCommerce with PayPal and Stripe payment gateways.

you can find an installation guide below.

screenshots

the user can browse the shop which has any product type (physical/digital) products :

image image

the user can sort, search products or add products to the cart :

image

the user can view the cart and full payment receipt and can apply a coupon :

image

the user can pay directly with PayPal or fill in his payment information manually and pay with and card type powered with stripe :

image image image

the user can edit his profile, view successful orders, and add payment methods :

image image

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.

image image image

Installation Guide

follow these instructions to install this repo

Prerequisites

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)

Step 1: Download the WordPress Files

  1. Clone or download the repository to your local machine.

Step 2: Set Up the Database

  1. Log in to your MySQL database management tool (such as phpMyAdmin) or use the command-line interface.
  2. Create a new database for your WordPress installation.
  3. Create a new database user and assign it to the newly created database, noting down the username and password for later use.

Step 3: Configure WordPress

  1. Rename the wp-config-sample.php file in the root directory of the WordPress installation to wp-config.php.
  2. 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.

Step 4: Upload WordPress Files

  1. Using FTP or SSH, upload all the WordPress files and directories to your web server.
  2. If you're using FTP, make sure to upload the files to the correct directory, typically the root directory of your domain or subdomain.

Step 5: Install WordPress

  1. Open your web browser and navigate to your domain or subdomain.
  2. 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.

Step 6: Install and Configure WooCommerce

  1. Log in to your WordPress admin dashboard using the credentials you specified during the installation.
  2. Go to "Plugins" > "Add New" and search for "WooCommerce".
  3. Click "Install Now" and then "Activate" to enable the WooCommerce plugin.
  4. 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.

Step 7: Launch Your WooCommerce Store

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published