WP Manifestindependent plugin directory
manifest / ecommerce / foundations-wp-plugin

Foundations

The plugin adds features to a WordPress + WooCommerce site which allows donations to selected (non-profit) organizations.

by Martin Starosta <LabZone> · github.com/labzonesk/foundations-wp-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/labzonesk/foundations-wp-plugin/archive/refs/heads/dev.zip

From the readme

Foundatins WordPress Plugin This plugin adds features to a WordPress + WooCommerce site which allows donations to selected (non-profit) organizations. Contents The WordPress Plugin includes the following files: - .gitignore. Used to exclude certain files from the repository. - CHANGELOG.md. The list of changes to the core project. - README.md. The file that you’re currently reading. - admin directory that contains the source code for administrator part. - includes directory that contains the source code for plugin core. - languages directory that contains translation (.POT) files. - public directory that contains the source code for public (front-end) part. Features - Creates new custom post type - Foundation - Calculates donations based on product or product category. - Creates custom shortcodes to provide contribution information for customers. Installation The plugin can be installed directly into your plugins folder "as-is". Documentation The plugin documentation can be found on the wiki page. Recommended Tools Advanced Custom Fields Plugin ACF WordPress plugin is recommended in case that you want to add additional information to Foundation p

Read the full README on GitHub →