Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ouun/stage-woocommerce
WooCommerce integration for Sage 10 & Stage
https://github.com/ouun/stage-woocommerce
Last synced: 3 months ago
JSON representation
WooCommerce integration for Sage 10 & Stage
- Host: GitHub
- URL: https://github.com/ouun/stage-woocommerce
- Owner: ouun
- Fork: true (roots/sage-woocommerce)
- Created: 2018-08-08T15:53:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T11:14:01.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T02:22:34.893Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WooCommerce integration for Sage 10 & Stage
This package enables WooCommerce integration with Stage & Sage 10 themes and Blade templates.
## Please use an Alternative
[Some other solutions](https://discourse.roots.io/t/woocommerce-support-for-sage-10/17999) have came up lastely to add WooCommerce support for Sage 10.
I tested a couple and decided to not maintain this package in the future. A better alternative is: https://github.com/generoi/sage-woocommerce## Installation
Install the package in your theme folder:
```bash
composer require ouun/stage-woocommerce
```## Usage
Create `shop` folder in `/resources/views` folder of your theme and place there any template used by WooCommerce with `.blade.php` extension. This template will be loaded instead of a template from the WooCommerce plugin. If you want to replace particular template, please have a look into plugin folder `woocommerce/templates` and use same folder structure and file name (and change the extension to `.blade.php`) as the original template.
## Forked
This is a fork from `roots/sage-woocommerce` for Sage 9 and adjusted to Sage 10.