Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tastyigniter/ti-ext-cart

A TastyIgniter extension that allows you to easily add a shopping cart to your site.
https://github.com/tastyigniter/ti-ext-cart

Super minor bug fix for checkout radio buttons (#88)

is(":checked") no longer works as you expect it to in recent jQuery - using attr("checked") here...

58c7797743858b2bb2ed0a311c6d50256f177632 authored 9 months ago by Daigo Kawasaki <[email protected]>
parseFloat() minQuantity Value to prevent string concatenation (#87)

I believe this only comes up if you're using a custom menu template and/or an extension like htt...

c4f5acec85f56c45d75f811d39db0da3a68f5792 authored 9 months ago by Daigo Kawasaki <[email protected]>
Handle both response or redirect response object from payment gateways

Signed-off-by: Sam Poyigi <[email protected]>

49cc095303b71673f550502b1965a5dedc583fdb authored 11 months ago by Sam Poyigi <[email protected]>
Send order cancellation email to customers

Signed-off-by: Sam Poyigi <[email protected]>

283444835b4993d791c2fde54d959fc64a32fa83 authored about 1 year ago by Sam Poyigi <[email protected]>
Make cancellation reason optional

Signed-off-by: Sam Poyigi <[email protected]>

c66a310779c3953aff1a14ca7fdc8a68a8263aea authored about 1 year ago by Sam Poyigi <[email protected]>
Add status_id, days_since, & days_until order condition attribute

a3ade65d71d50aa544bec63da3866ec312d31504 authored about 1 year ago by Sam Poyigi <[email protected]>
Remove default country code data attribute

Signed-off-by: Sam <[email protected]>

81ec08dbbae6c1e69458d298b4e9f6d40dfa8ce8 authored over 1 year ago by Sam <[email protected]>
Add cancel order modal and validation for cancel reason when cancelling an order in present tense.

Signed-off-by: Sam <[email protected]>

832e73fbb9b6474a9cddacc63d1847c80d95a141 authored over 1 year ago by Sam <[email protected]>
Minor fix

Signed-off-by: Sam <[email protected]>

289af0568aaef7fca546a499d93f9408e2864103 authored over 1 year ago by Sam <[email protected]>
Update translations (#83)

Added missing translation for igniter.cart::default.alert_min_order_total

684170e513692a7958689fa4b1073ef89c87e675 authored over 1 year ago by Vijay Sapkota <[email protected]>
Move order & reservation cancel logic to model

Signed-off-by: Sam <[email protected]>

4055b01f656f265028f45223bae09b5813e92c2c authored over 1 year ago by Sam <[email protected]>
Apply fixes from StyleCI (#82)

[ci skip] [skip ci]

Co-authored-by: StyleCI Bot <[email protected]>

8bd5d45a54a3df0f6f18cee1d7a5bf434c249adf authored over 1 year ago by Sam Poyigi <[email protected]>
Use blade syntax on all mail templates

Signed-off-by: Sam Poyigi <[email protected]>

a01042a25ff0154f05b36b23f8dc36f775795853 authored over 1 year ago by Sam Poyigi <[email protected]>
Added country code picker to telephone field on checkout page

Signed-off-by: Sam Poyigi <[email protected]>

fe232c30f81c0bbf697de6e2d020683cbc50c239 authored over 1 year ago by Sam Poyigi <[email protected]>
Added support for order delivery notes

Signed-off-by: Sam Poyigi <[email protected]>

e310a6bfa29a21853b24c71636cdb7b59400e3d2 authored over 1 year ago by Sam Poyigi <[email protected]>
Fixed issue with loading assets from symlink

Signed-off-by: Sam Poyigi <[email protected]>

3d7d407839ee2223c7f1f3afb2b6245b8b39af81 authored over 1 year ago by Sam Poyigi <[email protected]>
Use lang strings on mail template descriptions

Signed-off-by: Sam Poyigi <[email protected]>

45d764907e9001cf0ccf59038589e1895b5c6656 authored over 1 year ago by Sam Poyigi <[email protected]>
Implement Igniter\Cart\Models\Orders_model methods as model actions and use Admin\Models\Orders_model instead

Signed-off-by: Sam Poyigi <[email protected]>

cf11c2c25e27905445f2a38fcb5e56dd49c85dd4 authored over 1 year ago by Sam Poyigi <[email protected]>
Register subtract stock listener fixes tastyigniter/tastyigniter#1019 stock sold duplication

Signed-off-by: Sam Poyigi <[email protected]>

c2daa6d8af6fe24e70419f7bd64b80e33370f217 authored over 1 year ago by Sam Poyigi <[email protected]>
Added beforeCheckCheckoutSecurity event to allow developer add logic to the determine whether a customer can checkout or not

Signed-off-by: Sam Poyigi <[email protected]>

4027c39787c1a495bf9424f6240787085ec83856 authored almost 2 years ago by Sam Poyigi <[email protected]>
New automation condition order & reservation attribute

Signed-off-by: Sam Poyigi <[email protected]>

1d9857ede3666fb3bdc1de7c9d92b261aa6caeac authored almost 2 years ago by Sam Poyigi <[email protected]>
Fix cart item option max selection

Signed-off-by: Sam Poyigi <[email protected]>

a2b2fb01ee57a48f32f37bffa1b6ba7b7722e63a authored almost 2 years ago by Sam Poyigi <[email protected]>
Disable checkbox selection when max is selected

Signed-off-by: Sam Poyigi <[email protected]>

5bcf0835829088520dc8fa3fc40162c869fcb271 authored almost 2 years ago by Sam Poyigi <[email protected]>
Add component property to show/hide comment field

Signed-off-by: Sam Poyigi <[email protected]>

0245930119854181c24ce349882e822c8f671e7e authored almost 2 years ago by Sam Poyigi <[email protected]>
Strip html tags from formatted address

Signed-off-by: Sam Poyigi <[email protected]>

320ad3f16fe40d5467e9ae8afb6a8da48cdcd284 authored almost 2 years ago by Sam Poyigi <[email protected]>
Do not add option price from disabled input

Signed-off-by: Sam Poyigi <[email protected]>

eeac06947b9d5d511af287f43477f507ef26d4be authored about 2 years ago by Sam Poyigi <[email protected]>
wip

Signed-off-by: Sam Poyigi <[email protected]>

48441ebd50447db3796d5416c1bbf06fbd10765f authored about 2 years ago by Sam Poyigi <[email protected]>
Handle no active order type situation (#81)

89f1c51200470cf74bc859c656749a760437044a authored about 2 years ago by Min <[email protected]>
Fix reorder issue

Signed-off-by: Sam Poyigi <[email protected]>

985589005e6ffe9a7edca07c600014b3c827bdd1 authored about 2 years ago by Sam Poyigi <[email protected]>
gitignore .DS_Store

Signed-off-by: Sam Poyigi <[email protected]>

af39595890d4169b624dd4dadf45b8a36a16c020 authored about 2 years ago by Sam Poyigi <[email protected]>
Fix broken license link

Signed-off-by: Sam Poyigi <[email protected]>

4b8e5e5027a6a3aa13ed202055399ee501d0eea2 authored about 2 years ago by Sam Poyigi <[email protected]>
Add markdown file extension to LICENSE file

Signed-off-by: Sam Poyigi <[email protected]>

0a1c1745674222d4c465d69be1565d4cd122b759 authored about 2 years ago by Sam Poyigi <[email protected]>
Fix issue where cart item option quantity type calculated value is not properly displayed

Signed-off-by: Sam Poyigi <[email protected]>

e0d94aa50aaaa659046e1741037ae728cff08617 authored about 2 years ago by Sam Poyigi <[email protected]>
Standalone location settings fields for delivery/collection order min… (#80)

* Standalone location settings fields for delivery/collection order minimum total

Signed-off-...

970636c4cee8bd01e2a338cc599bfbe2817af419 authored over 2 years ago by Sam Poyigi <[email protected]>
Apply coupon location restriction

Signed-off-by: Sam Poyigi <[email protected]>

808659e3c32a159096eda513814faa2d69b8ca04 authored over 2 years ago by Sam Poyigi <[email protected]>
Ensure cart conditions are grouped under cart session key

Signed-off-by: Sam Poyigi <[email protected]>

c6e93f79730e109d537f7951116b13a78c746946 authored over 2 years ago by Sam Poyigi <[email protected]>
Enable the variable count with the number of total items in the shopping cart. (#78)

c48c8bc3e56827abbafef3101a2754b03a19fdce authored over 2 years ago by Dejosel <[email protected]>
refactor location options

Signed-off-by: Sam Poyigi <[email protected]>

b5db7a4c1a95040e2e67a1b58f68dd18ab849bb7 authored over 2 years ago by Sam Poyigi <[email protected]>
Apply fixes from StyleCI (#79)

[ci skip] [skip ci]

Co-authored-by: StyleCI Bot <[email protected]>

60197de2d5a4c4032fffc8d6368b160e534c88b1 authored over 2 years ago by Sam Poyigi <[email protected]>
Bootstrap 5 upgrade

commit 487dcd2762b00574f93856f3f7bcc4e76a9f4df1
Author: Sam Poyigi <[email protected]...

2e0aebe2e1f129dfa74568cc9218a065d24d1e83 authored over 2 years ago by Sam Poyigi <[email protected]>
Bring back onRemoveItem handler

Signed-off-by: Sam Poyigi <[email protected]>

cb2eba10b3830f4dfcd0e29eed638f82519ffe52 authored over 2 years ago by Sam Poyigi <[email protected]>
Rename handle onRemoveItem to onUpdateItemQuantity

Signed-off-by: Sam Poyigi <[email protected]>

87154a1428039fe2cf1587543952e1a58d32ad82 authored over 2 years ago by Sam Poyigi <[email protected]>
Minor improvements

Signed-off-by: Sam Poyigi <[email protected]>

2dca7f0b523e879e44c7b2232d78ea8a415e992a authored over 2 years ago by Sam Poyigi <[email protected]>
Replace string class names to static class names

Signed-off-by: Sam Poyigi <[email protected]>

49ee6539ff15abc40f392199316ac66ca0eb3a87 authored over 2 years ago by Sam Poyigi <[email protected]>
Add setCustomer method on OrderManager class

Signed-off-by: Sam Poyigi <[email protected]>

87d49c23fac3832e7a5afb90f824cf78968810cc authored over 2 years ago by Sam Poyigi <[email protected]>
Replace class name strings to static class names

Signed-off-by: Sam Poyigi <[email protected]>

f9eb033c2cd0e4801c5b4bd723b24dff15e9268f authored over 2 years ago by Sam Poyigi <[email protected]>
Fix delivery orders out of delivery area are allowed tastyigniter/TastyIgniter#932

Signed-off-by: Sam Poyigi <[email protected]>

e7272d71760291941b03b18596d0af906716b78e authored over 2 years ago by Sam Poyigi <[email protected]>
Add component property to optionally require telephone during checkout and booking

Signed-off-by: Sam Poyigi <[email protected]>

809debf09d1563c058947adc9aebfcd5670b8301 authored over 2 years ago by Sam Poyigi <[email protected]>
Allow for decimals in custom tip (#77)

59cc3e3ec9c41dbca1cf9c3f169825daffdcf434 authored over 2 years ago by Ryan Mitchell <[email protected]>
Don't escape order comment

Signed-off-by: Sam Poyigi <[email protected]>

24b54806d82d612cf40dcde8f532d77962085545 authored over 2 years ago by Sam Poyigi <[email protected]>
Clear selected timeslot after successful checkout

Signed-off-by: Sam Poyigi <[email protected]>

cf1667abfd8ad124c2aefdeb4d59aadbdcb0c322 authored over 2 years ago by Sam Poyigi <[email protected]>
Sponsored Development: Improve stock management (#73)

* wip

Signed-off-by: Sam Poyigi <[email protected]>

* wip

Sign...

93d2f40c9f714202f315dd3ecf49d6b80315bdfe authored over 2 years ago by Sam Poyigi <[email protected]>
Minor refactor

Signed-off-by: Sam Poyigi <[email protected]>

87e1afa76b700e0e810da0b8b55f037e50f8725c authored almost 3 years ago by Sam Poyigi <[email protected]>
Fix 'Geocode query cannot be empty' error when multi step checkout is enabled

Signed-off-by: Sam Poyigi <[email protected]>

972acc375add87d97c6b0035a7a254f835cda2bb authored almost 3 years ago by Sam Poyigi <[email protected]>
Use location level guest order setting (#75)

* Use location level setting

* Fallback to system setting

* minor adjustments

Signed-of...

625dad453ce71887a1ca2a6ee90ee0fb11f22b46 authored almost 3 years ago by Ryan Mitchell <[email protected]>
Minor fixes

Signed-off-by: Sam Poyigi <[email protected]>

bd2d528048653f7740110247c555466276eafc11 authored almost 3 years ago by Sam Poyigi <[email protected]>
Fix author name

Signed-off-by: Sam Poyigi <[email protected]>

f999337e243cd84270e8953a1f7c59f556d5c82f authored almost 3 years ago by Sam Poyigi <[email protected]>
Use composer.json as extension manifest file

Signed-off-by: Sam Poyigi <[email protected]>

e28d48587cd572e5cd2becc3ccab6ec1a7623570 authored almost 3 years ago by Sam Poyigi <[email protected]>
Add .editorconfig and .gitignore files

Signed-off-by: Sam Poyigi <[email protected]>

96d77d1dd80ec30e19b0bd78b8925226e18caf1b authored almost 3 years ago by Sam Poyigi <[email protected]>
Release v2.11.1

b8fa0645b6c0500f292950879ba9c2113c962477 authored almost 3 years ago by Sam Poyigi <[email protected]>
Remove coupons extension from required extensions

Signed-off-by: Sam Poyigi <[email protected]>

4969a89361551a0abbb0b73c623407bb2f0865a6 authored almost 3 years ago by Sam Poyigi <[email protected]>
Minor fixes

Signed-off-by: Sam Poyigi <[email protected]>

0eaaababf9787ec8852e1d7280a9498d1dcc5831 authored almost 3 years ago by Sam Poyigi <[email protected]>
Only list payment processed orders on customer side

Signed-off-by: Sam Poyigi <[email protected]>

3d36d4b7e101d557b5a68b4228eca0fa75e4a652 authored almost 3 years ago by Sam Poyigi <[email protected]>
Avoid order total from having negative value

Signed-off-by: Sam Poyigi <[email protected]>

374e0758d1a5c7eb40552cbaa6960b8e6bda8af8 authored almost 3 years ago by Sam Poyigi <[email protected]>
Release v2.11.0

c46122436bb2c5bb95e8c7857afcc7e0ac2873e2 authored almost 3 years ago by Sam Poyigi <[email protected]>
Change logical operators to comply with coding guidelines

Signed-off-by: Sam Poyigi <[email protected]>

67b8e579823531061a8851eced59364f782f43a6 authored almost 3 years ago by Sam Poyigi <[email protected]>
Fix binary operations priority issues

Signed-off-by: Sam Poyigi <[email protected]>

3c211eae19c54fceb329db2b0d4b6be99476cc56 authored almost 3 years ago by Sam Poyigi <[email protected]>
Use && and || logical operators instead of and and or

Signed-off-by: Sam Poyigi <[email protected]>

b5595044125596d5e64c1df760f02cbf8ba039b8 authored almost 3 years ago by Sam Poyigi <[email protected]>
Apply fixes from StyleCI (#72)

[ci skip] [skip ci]

Co-authored-by: Sam Poyigi <[email protected]>

1f428f27fc1b2f4c27141675bd28af9c437e6958 authored almost 3 years ago by Sam Poyigi <[email protected]>
Release v2.10.1

1080591cddaa0c655fc1c4b7d08f0ac67f046ae5 authored almost 3 years ago by Sam Poyigi <[email protected]>
Add optional multi step checkout (#71)

* Add optional multi step checkout

Signed-off-by: Sam Poyigi <[email protected]...

20077df72ff0fc36d2df8fe3f6d8ead1f1294b91 authored almost 3 years ago by Sam Poyigi <[email protected]>
Minor fixes

Signed-off-by: Sam Poyigi <[email protected]>

a0219011a7c9d6bb258438004a73d08b2af5bacf authored almost 3 years ago by Sam Poyigi <[email protected]>
Fixed js error in tip partial (#69)

Fixed js error in tip partial

906e916a92a7c02ec515e80b470a7fe78f1c9fc9 authored almost 3 years ago by Designer <[email protected]>
Release v2.10.0

384c498ec73bbe05b6fd4a65c621adb9fa4d648e authored about 3 years ago by Sam Poyigi <[email protected]>
Somewhat revert "Move docs to docs repo"

Signed-off-by: Sam Poyigi <[email protected]>

3dc40e4ecbca4d06437e11664a8040e4b4e167e9 authored about 3 years ago by Sam Poyigi <[email protected]>
Remove redundant behaviour of adding model object into automation event params array

Signed-off-by: Sam Poyigi <[email protected]>

55de331b00e782ccc3ecdbe359ab76e68838fb7b authored about 3 years ago by Sam Poyigi <[email protected]>
Add ability for customer to cancel order and reservation

Signed-off-by: Sam Poyigi <[email protected]>

e77bfd8f811f143f68538adc61c91f090cf808b6 authored about 3 years ago by Sam Poyigi <[email protected]>
Fix automation condition hour since/until attribute value

Signed-off-by: Sam Poyigi <[email protected]>

73fcf34698c7286d7bfb17e2993e879ec87c9a4b authored about 3 years ago by Sam Poyigi <[email protected]>
Minor fix

Signed-off-by: Sam Poyigi <[email protected]>

36e26ee36647950c8b13a033aeb35fd8e106c531 authored about 3 years ago by Sam Poyigi <[email protected]>
Validate cart items when reordering and flash errors when validation fails

Signed-off-by: Sam Poyigi <[email protected]>

16434facb9c8bcfb98f4be701b7d3cdf87081b4f authored about 3 years ago by Sam Poyigi <[email protected]>
Make CartManager::validateCartMenuItem method public

Signed-off-by: Sam Poyigi <[email protected]>

351167231ba1e81b2f5eca4ee952198a54e5a1e6 authored about 3 years ago by Sam Poyigi <[email protected]>
Use currency field type

Signed-off-by: Sam Poyigi <[email protected]>

b0faab644e38d87bdebcec5b9384d675a2feb125 authored about 3 years ago by Sam Poyigi <[email protected]>
Fix delivery charge not adding to total when Tax is enabled and delivery not taxable tastyigniter/TastyIgniter#865

b032a8bfc292982c3637a8a516546e7321a03b2c authored about 3 years ago by Sam Poyigi <[email protected]>
Add beforeApplyCoupon event

Signed-off-by: Sam Poyigi <[email protected]>

60e6f8e99e5a0fceb323a8f16a51483f1abfe06a authored about 3 years ago by Sam Poyigi <[email protected]>
Move docs to docs repo

Signed-off-by: Sam Poyigi <[email protected]>

309a757cb6c15714a89fabf491219dbc5cc67447 authored about 3 years ago by Sam Poyigi <[email protected]>
Release v2.9.0

838993b9ec2f7ff1d99c7dea054713545ca386f9 authored about 3 years ago by Sam Poyigi <[email protected]>
Use laravel style created_at and updated_at timestamps

Signed-off-by: Sam Poyigi <[email protected]>

27324f8125b824e4dda549ee1eb057eef397a35a authored about 3 years ago by Sam Poyigi <[email protected]>
Rename checkout.onValidate to checkout.afterValidate

Signed-off-by: Sam Poyigi <[email protected]>

0407d1123a91a51e74966123fa33b51b6371d36d authored about 3 years ago by Sam Poyigi <[email protected]>
Save order after validating

Signed-off-by: Sam Poyigi <[email protected]>

ea27418a503401eb5a15ed2e91d020989412de62 authored about 3 years ago by Sam Poyigi <[email protected]>
Minor refactor on #67

995b1f272b167f22338bde1a80285cd68ba90b3f authored about 3 years ago by Sam Poyigi <[email protected]>
Add support for precheckout validation (#67)

* Wip

* StyleCI

* Fix param

* StyleCI

* Refactor to avoid repetition

* StyleCI

...

42622cbd6e36e3a4501035f1b420a3a0d2b6f7cd authored about 3 years ago by Ryan Mitchell <[email protected]>
Fix forward slash issue in path on windows

Signed-off-by: Sam Poyigi <[email protected]>

444bd10403b986ad4ff15bbb426d2a9d57f9d597 authored about 3 years ago by Sam Poyigi <[email protected]>
Update setting menu item description

9a3efcdc8a5a733535db76a8ec3b0478a67b3e00 authored about 3 years ago by Sam Poyigi <[email protected]>
Fixes translation reference (#68)

31c7da170f20c3f41b6c49b13f82e586fafadcb7 authored about 3 years ago by pablogfb <[email protected]>
Validate user position and order time before loading item modal

cf92b6580d56b77e06a002413a4261df69adbb60 authored about 3 years ago by Sam Poyigi <[email protected]>
Pre-select default customer address on checkout page

a697f064c838b507b9319bdae625bc5c50ad795b authored about 3 years ago by Sam Poyigi <[email protected]>
Revert display order of timeslot and order type buttons

Signed-off-by: Sam Poyigi <[email protected]>

23a99556b3a21bfead491d84809073b79ed02a9b authored about 3 years ago by Sam Poyigi <[email protected]>
Allow admin to preview menu items of a disabled location. (tastyigniter/ti-ext-local#61)

Signed-off-by: Sam Poyigi <[email protected]>

8602ff655fcfb7347278c7f1d6c4ff5fe2e064a2 authored about 3 years ago by Sam Poyigi <[email protected]>
Release v2.8.1

f33d95e6262eed8a014e2775f917db7993ef0143 authored about 3 years ago by Sam Poyigi <[email protected]>
Use fully qualified class names

Signed-off-by: Sam Poyigi <[email protected]>

16a63d72a457abc72d49e09822e936e38f3b4464 authored about 3 years ago by Sam Poyigi <[email protected]>