Download the PHP package oxid-academy/product-promotion-banner without Composer
On this page you can find all versions of the php package oxid-academy/product-promotion-banner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oxid-academy/product-promotion-banner
More information about oxid-academy/product-promotion-banner
Files in oxid-academy/product-promotion-banner
Package product-promotion-banner
Short Description Shows promotion banner on start page for a selected product.
License GPL-3.0-or-later
Homepage https://www.oxid-esales.com/ressourcen/academy/
Informations about the package product-promotion-banner
OXID Academy Product Promotion Banner
This package is part of the OXID Academy Training Development Basics. Please see our website for current training offers in german or english language.
Description
This extension is an OXID eShop Module. It displays a banner on the start page to promote a specific product. The product is selected in the module settings by entering its item number. You can add more item numbers on the configuration page Promotion Banner > Product Selection. A product gots deactivated as soon as the stock falls below ten. Then the next product from the queue is automatically set to the module setting. If no product is left, the setting is empty and the banner will not be display.
EVerytime the product changes an info is written to the source/log/oxideshop.log
.
Compatibility
Versions
- 2.x.x version is compatible with OXID eShop 7.1.
- 1.x.x version is compatible with OXID eShop 7.1 and 7.0.
Branches
- b-7.1.x branch is compatible with OXID eShop compilation b-7.1.x.
- b-7.0.x branch is compatible with OXID eShop compilation b-7.1.x and b-7.0.x.
Installation
Production
In your shop's root directory, execute the following commands:
Development
In your shop's root directory, execute the following commands:
Usage
Activation
You can activate the module in your OXID eShop administration area or via OE Console by running the command oe:module:activate
on your CLI:
Configuration
You must provide at least an existing item number in the module settings. You can add more item numbers on the configuration page.
Troubleshooting
Banner Not Displaying
If the banner is not displaying, verify the following:
- Your module is active.
- You are on the start page of your shop.
- An existing item number is provided in the module settings.
- The matching product is active and available for the current user.
If you still encounter any issues, clear your source/tmp
directory. You can do this by running the oe:cache:clear
command:
No Log Entries
If you do not see corresponding entries in source/log/oxideshop.log
, open your source/config.inc.php
file and change your log level to info
at least: