PHPackages                             proudcommerce/psarticlerequest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. proudcommerce/psarticlerequest

ActiveOxideshop-module

proudcommerce/psarticlerequest
==============================

psArticleRequest

3.1.7(11mo ago)31.1k9[1 issues](https://github.com/proudcommerce/psArticleRequest/issues)GPL-3.0-or-laterPHPPHP &gt;= 7.0

Since Sep 10Pushed 11mo ago5 watchersCompare

[ Source](https://github.com/proudcommerce/psArticleRequest)[ Packagist](https://packagist.org/packages/proudcommerce/psarticlerequest)[ RSS](/packages/proudcommerce-psarticlerequest/feed)WikiDiscussions feature/oxid6 Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (9)Used By (0)

psArticleRequest
================

[](#psarticlerequest)

Notification tool if non-deliverable item is back in stock. Free module for OXID eshop 6.x

Features

```
If an product is out auf stock, new tab will be displayed on product details page.
User can leave his email adress. If Product is available again, shop owner can send an
email (using shop admin) with product availability information. This email can be send
manually or with cronjob to the first adopters or all saved article requests.

```

Installation

```
	composer require proudcommerce/psarticlerequest

```

Notice

```
CAPTCHA Support:
- Primary: This module will automatically use tabsl/tabslturnstile (Cloudflare Turnstile) if installed and active
- Uses TurnstileService for proper integration with token verification and remote IP validation
- Fallback: oxid-projects/captcha-module (required by composer.json) is used if Turnstile is not available
- Respects Turnstile module configuration (contact form settings)

For Turnstile support, install: composer require tabsl/tabslturnstile

The cronjob URL is: https://your-shop.com/?cl=psArticleRequest_cron&key=THE_KEY_FROM_MODULES_PSARTICLEREQUEST_SETTINGS

```

Changelog

```
2025-01-03: 3.1.7   Feature: Added support for tabsl/tabslturnstile as captcha alternative
2022-21-09: 3.1.6   Feature: Let user select variant if is main product and has not on stock variants
2022-07-28: 3.1.5   Feature: Allow using oxvarstock for product availability check
2022-06-08	3.1.4   Fix: typo, registerdate format, mail problem > 6.2; Add: Delete button
2022-03-11	3.1.3	Fix: Smarty rendering oxmail
