flagshipcompany/flagship-for-woocommerce-bedrock

A WordPress plugin that obtains real time FlagShip shipping rates for WooCommerce

Installs: 1 302

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 7

Language:JavaScript

Type:wordpress-plugin

v1.0.23 2023-01-27 14:23 UTC

README

Bedrock Installation

Instead of a standard WordPress install, you can install it with Bedrock by Roots. It is a boilerplate that uses the standard WordPress install and provides a better folder structure to accommodate different environments. Use the commands below

composer create-project roots/bedrock

Navigate to Wordpress Admin > Plugins > Search for WooCommerce and install it.

Navigate to the newly created folder on command line

composer require flagshipcompany/flagship-for-woocommerce-bedrock:^1.0

Regular Wordpress Installation

Make sure WooCommerce is installed before installing the plugin.

Download zip file from GitHub.

Wordpress Admin > Plugins > Add New > Upload plugin > Upload the plugin zip file.

Navigate to wp-content > plugins > flagship-for-woocommerce-bedrock on command line.

composer install