GithubHelp home page GithubHelp logo

psarticlerequest's Introduction

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

This module requires oxid captcha module (oxid-projects/captcha-module) and must
be acticated before using psArticleRequest. It´s required by composer.json.

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

Changelog

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 <= 6.2
2022-03-07	3.1.2	Fix: Smarty rendering oxmail
2020-03-06	3.1.1	Fix: Only send automatic e-mails for the article where the stock was changed
2019-10-06	3.1.0	Feature: Limit article request to specified categories
2019-09-10	3.0.0	Upgrade Module to fit OXID 6.x
2018-08-27	2.1.0	Add cronjob for sending emails to registered users
2017-02-02	2.0.1	Fix email validation for older versions
2016-11-29	2.0.0	Ready for OXID 4.10/5.3, New feature: auto notification for registered users
2015-04-02	1.1.0	Ready for OXID 4.9/5.2
2014-06-03	1.0.0	Module release (OXID 4.7/4.8)

Screenshot

psArticleRequest psArticleRequest

License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Copyright

ProudCommerce 2022
www.proudcommerce.com

psarticlerequest's People

Contributors

alexhupe avatar florianpalme avatar hfranz avatar kingschnulli avatar pacoholliday avatar proudcommerce avatar tabsl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

psarticlerequest's Issues

No delete button in admin list

I wondered why there is no delete button (trashcan symbol) in the admin list in Oxid Shop 6.1.5.
In Oxid 4.8.10 the delete button is an the last column from the list and in 6.1.5 the trashcan symbol is missing.

I figured out, that this is caused by the code in /Application/views/admin/tpl/psarticlerequest_admin_list.tpl
When the OXSHOPID is updated to "1" instead of "oxbaseshop" in the sql database the trashcan isn´t displayed
due to an assign of the var="readonly" according to "oxbaseshop".

I edited the code in psarticlerequest_admin_list.tpl from
[{assign var="where" value=$oView->getListFilter()}] [{ if $shopid !=
"oxbaseshop" }] [{assign var="readonly" value="readonly disabled"}]
[{else}] [{assign var="readonly" value=""}] [{/if}
"

to
[{assign var="where" value=$oView->getListFilter()}] [{ if $shopid !=
"1" }] [{assign var="readonly" value="readonly disabled"}]
[{else}] [{assign var="readonly" value=""}] [{/if}]"

and then the trashcan symbol appears, so everything works fine then.

Maybe this is helpful for other users.

Kind regards,
Michael

jqBootstrapValidation

Ihr benutzt hier https://github.com/proudcommerce/psArticleRequest/blob/master/copy_this/modules/proudsourcing/psArticleRequest/application/views/flow/tpl/form/ps_article_request_form.tpl#L1-L2 jqBootstrapValidation … dunno ob das in (neueren?) OX mit drinne ist, hier in einer 4.8.4 ist es nicht und folglich schepperts JS technisch sodaß slider und alles mögliche nicht mehr tun sobald die psArticleRequest form angezeigt wird … zumindest ein Hinweis im readme dahingehend wäre sinnvoll …

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.