alfredbez / ab_useparentmediafiles
Wenn ein Variante eines Artikels keine eigenen Medien-Dateien hat, werden die des Elternartikels geladen
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:oxid-module
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-18 21:41:02 UTC
README
OXID eShop module
If a variant has no media files, the media files from the parent article will be used.
Download
There are several ways to download the module:
Download-Option 1: Download via composer (recommended)
first you need composer
add the module to your composer.json
- via command line
composer.phar require alfredbez/ab_useparentmediafiles dev-master
- OR
- manually
{
"require": {
"alfredbez/ab_useparentmediafiles": "dev-master"
}
}
Download-Option 2: Download using git clone
git clone https://github.com/alfredbez/ab_useparentmediafiles.git
Download-Option 3: Download ZIP
download and extract zip
If you downloaded the module manually or via git:
- rename the folder to 'ab_useparentmediafiles' if the folder name is 'ab_useparentmediafiles-master'
- you have to move the folder 'ab_useparentmediafiles' to your 'modules'-folder.
Don't forget to activate module in the OXID backend
After uploading the module, your directory should look like this:
├── index.php
├── bootstrap.php
├── config.inc.php
├── ...
└── modules
└── ab_useparentmediafiles
├── README.md
├── metadata.php
└── models