stealth-media/sage10-woocommerce

WooCommerce integration for Stage & Sage 10

dev-master 2023-10-02 16:12 UTC

This package is auto-updated.

Last update: 2025-04-29 01:35:52 UTC


README

This package enables WooCommerce integration with Stage & Sage 10 themes and Blade templates.

Please use an Alternative

Some other solutions 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:

composer require stealth-media/sage10-woocommerce

Usage

Create woocommerce 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 ouun/stage-woocommerce to replace 'shop' with 'woocommerce' in the path to the templates.