Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
add crontask file and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blopa committed Nov 30, 2017
1 parent 93604c8 commit 7176580
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 78 deletions.
69 changes: 0 additions & 69 deletions Magento1/app/code/community/Werules/Chatbot/Model/Cron.php

This file was deleted.

14 changes: 8 additions & 6 deletions Magento1_deprecated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A big thanks to [Eleirbag89](https://github.com/Eleirbag89/) who wrote [this](ht
- List store categories
- List products from category
- Search for products
- Add product to cart
- Add product to cart (Currently not working with Configurable Products and products with custom options)
- Clear cart
- Login/Logout to your account
- List orders
Expand All @@ -51,8 +51,6 @@ A big thanks to [Eleirbag89](https://github.com/Eleirbag89/) who wrote [this](ht
- Set custom reply messages for predetermined text or regex
- Custom fallback messages

**Currently not working with Configurable Products and products with custom options**

## Languages
- English (US)
- Portuguese (BR)
Expand Down Expand Up @@ -142,6 +140,10 @@ Conversation
![ScreenShot](https://raw.githubusercontent.com/blopa/Magento-Chatbot/master/screenshots/conversation.jpg)

## Release Notes
- **v0.0.17:**
- Add Abandoned Cart messages
- Enable all types of products to be listed
- Update module license for MIT license
- **v0.0.16:**
- Code improvements
- Fix flood of messages when disabling bot for human respond
Expand Down Expand Up @@ -252,6 +254,7 @@ A: Thank you! You can help by codding more features, creating pull requests, or
- Microsoft Bot Framework / Skype
- ???
- **Features:**
- Add message queueing
- Documentation / Tutorials / Videos
- Add a custom in-store message chat app
- Save support history
Expand All @@ -260,9 +263,8 @@ A: Thank you! You can help by codding more features, creating pull requests, or
- Force a command for a customer
- Integrate checkout to Facebook Payment API
- Save messages on database before sending to make sure it will be sent eventually
- Add compatibility with configurable products
- Add compatibility with products with custom options
- Add "abandoned cart" messages
- Add "Add to cart" feature for configurable products and products with custom options
- Better approach for Abandoned Carts
- Add `CDATA` and `<tooltip>` to configuration descriptions

## License
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ Go to **System > General Settings > Chatbot Settings**
- List orders
- Track order status
- Reorder
- Send email
- Custom fallback messages
- Send email
- Custom fallback messages
- Much more
### Magento1
#### Deprecated versions
#### Deprecated versions
- **v0.0.16:**
- Code improvements
- Fix flood of messages when disabling bot for human respond
Expand Down

0 comments on commit 7176580

Please sign in to comment.