This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Product Phase Out Module for OpenCart 3
|
||||
# Automation Suite for OpenCart 3
|
||||
|
||||
An OpenCart 3.x module that automatically disables products when they go out of stock and re-enables them when stock is replenished.
|
||||
An OpenCart 3.x extension that automatically manages product status based on stock levels, disabling out-of-stock products and re-enabling them when inventory returns.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -30,7 +30,7 @@ An OpenCart 3.x module that automatically disables products when they go out of
|
||||
## Installation
|
||||
|
||||
1. Clone this repository
|
||||
2. The `install.xml` is pre-configured for the Product Phase Out functionality
|
||||
2. The `install.xml` is pre-configured for the Automation Suite functionality
|
||||
3. Place any additional module files in the `upload/` directory if needed
|
||||
4. Add installation scripts if needed (`install.php`, `install.sql`)
|
||||
5. Push to your repository to trigger automatic release build
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<modification>
|
||||
<name><![CDATA[Product Phase out]]></name>
|
||||
<code><![CDATA[disable product when out of stock]]></code>
|
||||
<name><![CDATA[Automation Suite]]></name>
|
||||
<code><![CDATA[automation-suite]]></code>
|
||||
<author><![CDATA[<b style="color: green">MY-Dev | </b><b>Mohamed Youssef</b>]]></author>
|
||||
<link>https://my-dev.pro</link>
|
||||
<version>1.0.0</version>
|
||||
|
||||
Reference in New Issue
Block a user