Ecosyste.ms: OpenCollective

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

github.com/tastyigniter/ti-ext-coupons

A TastyIgniter extension that allows you to offer coupon codes and discounts to your customers
https://github.com/tastyigniter/ti-ext-coupons

Check min order total before applying coupons

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

fb7fff79f12c91057eef14a21c60dca3b0d60bf7 authored 11 months ago by Sam Poyigi <[email protected]>
Pull customer orders in chunks when updating coupon history

ce3bfadac77c410f8adc054bf561e4b77b767638 authored 11 months ago by Sam Poyigi <[email protected]>
Apply delivery fee coupon only on delivery orders

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

92f366f35e2dc346763ddf1977096f531ee4ae91 authored 11 months ago by Sam Poyigi <[email protected]>
Feature delivery coupon (#38)

* make changes to the coupons table and coupons settings

* apply coupon on delivery fee full ...

1ea6ae815497cf01d479bf2325406ac04cb2594e authored 12 months ago by Obinna Elvis Okechukwu <[email protected]>
Minor fix

8f7199c2335810e3c1ea9ff68cacac677f7f9420 authored about 1 year ago by Sam Poyigi <[email protected]>
Add customer and customer group restrictions

221db3e61e6f36b74b58965f7c97260cf24acec6 authored about 1 year ago by Sam Poyigi <[email protected]>
Add option for coupons dropdown menu

c0e0bdf1572dc41d26430a501c9bf56ece7062a7 authored about 1 year ago by Sam Poyigi <[email protected]>
Set nullable columns in igniter_coupons_history table by changing the type of coupon_id to unsigned big integer and making order_id and customer_id nullable.

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

8b8a592fa67a7cfe890e9b0de6e6bb8cdf853c92 authored over 1 year ago by Sam <[email protected]>
Minor fix

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

26ac3189e708471f65e6c0840ca4c851e80c49dd authored over 1 year ago by Sam <[email protected]>
Refactor coupon redemption process to log coupon history before processing payment and complete redemption after payment is processed.

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

2ec3cf8026514096251129140d92a411f1671544 authored over 1 year ago by Sam <[email protected]>
Fix docs title

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

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

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

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

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

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

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

5e879c1e36b05c0a4cb0ea07470f544ee5441684 authored about 2 years ago by Sam Poyigi <[email protected]>
Check foreign key/index exists before dropping

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

ec5f5d9f6297377dfec9a879c31687fbebc47ee8 authored over 2 years ago by Sam Poyigi <[email protected]>
Ensure list column names do not much model relation name

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

c3427a20e9560e94e78e215701679e43092e40b8 authored over 2 years ago by Sam Poyigi <[email protected]>
Add migration to drop all foreign keys due to irritating foreign key errors

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

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

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

9bf519275d06aeca9fe1109f2e6f5dea37fddd88 authored over 2 years ago by Sam Poyigi <[email protected]>
minor fixes

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

08e47e0762c912381475498c1e95e6be176b7086 authored over 2 years ago by Sam Poyigi <[email protected]>
Use outline styling on back button

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

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

[ci skip] [skip ci]

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

0ed1767fb894ccee0a24d5108413c6df3cf195bb authored over 2 years ago by Sam Poyigi <[email protected]>
Use selectlist scope type to replace dropped select2

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

bb352c9b2b36f0e5bb40a41537a599c87e5294ea authored over 2 years ago by Sam Poyigi <[email protected]>
Use checkboxtoggle form field type

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

b867ea8e7566ea82fe82b5215c5249d849f1af88 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]>

238890b227e4ca0e50b61e9b69dec7e3ee1bebd3 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]>

d2ea3606f9b31ba1505c23cc00d295e0093a367e authored over 2 years ago by Sam Poyigi <[email protected]>
Fix migration drop foreign key issue

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

3099761359a5395f1e3c26a38af89de2170610b5 authored over 2 years ago by Sam Poyigi <[email protected]>
Fix foreign key constraints issue

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

100c72c8106748cdcf8f2c131bff594efb33800e authored over 2 years ago by Sam Poyigi <[email protected]>
Use laravel style validation array

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

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

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

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

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

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

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

eeabf073d81d42253e7d8b181a931165015e0b89 authored almost 3 years ago by Sam Poyigi <[email protected]>
Release v1.8.0

906b4ea0b14e36e4af1a4d9dd1ff34865bf9d459 authored almost 3 years ago by Sam Poyigi <[email protected]>
Add database foreign key constraints

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

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

[ci skip] [skip ci]

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

bcd576685ef80e715e3c6d04045646c1028bf23d authored almost 3 years ago by Sam Poyigi <[email protected]>
Release v1.7.0

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

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

d97c9ba4350f53f437ce9e11daa604bf1d4f9ea4 authored about 3 years ago by Sam Poyigi <[email protected]>
Implement list bulk actions

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

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

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

ec8b2a93fd917e16efc68e04399386de916c8680 authored about 3 years ago by Sam Poyigi <[email protected]>
Allow extension of scopeListFrontEnd query

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

0e03895a88c95bbc4d3c06e21a464af1f01c79b0 authored about 3 years ago by Sam Poyigi <[email protected]>
Release v1.6.0

bb60a38097b31bbbd6cbe8e3792f70fb8477abf8 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]>

c2117dae4450597b85b75bb2a3ee911629388a5b authored about 3 years ago by Sam Poyigi <[email protected]>
Release v1.5.3

c2d203a8e7deac92dfc98c8f5c9f03b6f759791d authored about 3 years ago by Sam Poyigi <[email protected]>
Fix coupons max redemption bug (#31)

f91f1b70836a9e755e46f501f796ad0417c96e56 authored about 3 years ago by pablogfb <[email protected]>
Fix index name too long error

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

c4b661d96bb6ea8ce37faa77ddd497022e351d12 authored about 3 years ago by Sam Poyigi <[email protected]>
Change alert when login is required (#30)

* Change alert when login is required

Give customer better direction as to why the coupon is ...

eddd189cd4eccb5b835c55533c3f3582faf7aa28 authored about 3 years ago by Ryan Mitchell <[email protected]>
Use fully qualified class names

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

d6222dae87c8c11c74b45c74bdb05dfe6af472d2 authored about 3 years ago by Sam Poyigi <[email protected]>
Release v1.5.2

e893d59a842ace61c882d9836e09c6f9641ec397 authored over 3 years ago by Sam Poyigi <[email protected]>
Simplify locationAware config value to boolean

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

2ed208e56fa2a7d27bf2dfe272fd2ef31774ccfc authored over 3 years ago by Sam Poyigi <[email protected]>
Release v1.5.1

9a0b56a28622eafd1731f794d600d980dcc6e0f9 authored over 3 years ago by Sam Poyigi <[email protected]>
Implement order types api (#28)

ac87decfccbf7da4abde4b82b483a631cd172857 authored over 3 years ago by Sam Poyigi <[email protected]>
Ensure coupon is valid before displaying (#27)

* Ensure coupon is valid before displaying

* Better approach

c2a3b694406bed2f13c203bebb28374f41043fd0 authored over 3 years ago by Ryan Mitchell <[email protected]>
Release v1.5.0

6dc8d5e02c3639eab92c4d6df95a6093a6b408fc authored over 3 years ago by Sam Poyigi <[email protected]>
Reapply user restrict logic (#26)

a77329d14dba3c7722e4991a262f75503547e7a8 authored over 3 years ago by Ryan Mitchell <[email protected]>
toolbar-propagate (#25)

* toolbar-propagate

Added back here too

* FIx partial not found

Co-authored-by: Sam Poy...

11c085df8de9e89eb8db9689e9e97e9d16d37684 authored over 3 years ago by BreakSecurity <[email protected]>
Add API endpoints (#22)

* Init

* Add scopeListFrontEnd

* Add history docs

* Begin docs

* StyleCI

* Includ...

0da3cf2eb9ae23acdda0b6fd3a545265837a6d2a authored over 3 years ago by Ryan Mitchell <[email protected]>
Limit customer restricted coupons to logged in users

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

438f644785e9750d6ba93a73db1596c1d1483f2d authored over 3 years ago by Sam Poyigi <[email protected]>
prevent coupon to be applied if expired (#19)

* prevent coupon to be applied if expired

* apply style changes

* Refactor

* StyleCI

...

88ad14420e56a303565b90ee1a0bbebe97f1096a authored over 3 years ago by Simone Cuomo <[email protected]>
Remove coupon code length limit on database. (#24)

* Remove coupon code length limit on database.

* Update based on PR feedback.

* Update nam...

3750ae7b94b99d932343be4f61f76b1a773f7b37 authored over 3 years ago by djtimca <[email protected]>
Release v1.4.0

429d3975c050ff3b25f4ad6af9f6f6b3a26d81aa authored over 3 years ago by Sam Poyigi <[email protected]>
Autoapply invalid hide message (#16)

* Hide flash message when auto_applying coupon

* Same for minimum order warning

* Refactor...

6066919c5a54f1d238f8f448232540b392d04d6b authored over 3 years ago by Ryan Mitchell <[email protected]>
Use addAbsenceConstraint config

ffc18e116aae37c35517081867adb8684bdf4528 authored over 3 years ago by Sam Poyigi <[email protected]>
Revert "Adjust validation rules for locations fields (#10)"

fa5126beaa7772a32c2da6b9493abc933b404113 authored over 3 years ago by Sam Poyigi <[email protected]>
Use order time when instead current time (#14)

* User order time when instead than now

* Update Coupons_model.php

* Update Coupons_model....

d481482cb9575bcc8266aeafa8930e47e00936fe authored over 3 years ago by Simone Cuomo <[email protected]>
Enable sort on history table

b82bc462a5fd389eb43feaaeabff1e98d2cdd90a authored over 3 years ago by Sam Poyigi <[email protected]>
Apportion when a fixed value coupon (#12)

* Apportion when a fixed value coupon

* StyleCI

* Change from testing against latest flame...

9421e1eabcae26e219f1b8695fc3da2e4eca442b authored over 3 years ago by Ryan Mitchell <[email protected]>
Adjust validation rules for locations fields (#10)

04ddbf06736a01b2ae9905dc96b9d5be474e2989 authored over 3 years ago by BreakSecurity <[email protected]>
Bump version to v1.3.0

c40d569168be9e4203b2ec9958c00e12c8170350 authored almost 4 years ago by Sam Poyigi <[email protected]>
Enable locations dropdown field with filtered values

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

929c24e2ecefd2172a0a15ad9a355d7f085b3f96 authored almost 4 years ago by Sam Poyigi <[email protected]>
Revert "Bump version to v1.2.1"

This reverts commit 1d62012685824dd74f91db1e3928f175dbc955b7.

bc43769b030c7ce75011463bdcfe812d8ac1fa40 authored almost 4 years ago by Sam Poyigi <[email protected]>
Operator change (#8)

9ab891f610ff61b33acfc65930748d232efa944f authored almost 4 years ago by Ryan Mitchell <[email protected]>
Bump version to v1.2.1

1d62012685824dd74f91db1e3928f175dbc955b7 authored almost 4 years ago by Sam Poyigi <[email protected]>
Use Cart facade rather than the model (#6)

The call to Cart::conditions() fails in admin.order.paymentProcessed without this

0230cc021e933aa78b9f9cd22d26bb89bab130a3 authored almost 4 years ago by Ryan Mitchell <[email protected]>
Make model $casts property protected to reflect flame changes

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

26d41c80d3632b50feec258fdd298f753817b1f2 authored almost 4 years ago by Sam Poyigi <[email protected]>
Bump version to v1.2.0

2276b867b786f7255e593aeaa6b932c99b39c089 authored almost 4 years ago by Sam Poyigi <[email protected]>
Apply coupons automatically (#4)

5292f2245683c6a4a228d65f1f5270e65eb4b630 authored almost 4 years ago by Ryan Mitchell <[email protected]>
Remove purgeable trait

96397cfdd20b1953bb8861d728eec0c93ff7247d authored almost 4 years ago by Sam Poyigi <[email protected]>
Bump version to v1.0.1

e07c2a18b9c9e35dc51b08cde5f53b991d273a6c authored almost 4 years ago by Sam Poyigi <[email protected]>
Update Readme

2373a35efe299b645c1ae53fdbb7b6a58f8822f2 authored almost 4 years ago by Sam Poyigi <[email protected]>
Merge log and redeem coupon logic

2cdd948fb68d16d1fed0edfdb423e41fb4f43d45 authored almost 4 years ago by Sam Poyigi <[email protected]>
Use blade templates

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

5ada5e5684cb98d979213e24bbec303a52e3ad97 authored almost 4 years ago by Sam Poyigi <[email protected]>
Add limitations (#1)

41c0ef00af382d9a921f2d9847cddab472cb0dc7 authored almost 4 years ago by Ryan Mitchell <[email protected]>
Move lang strings from core

113ebe6fd26e08317a5abcc17e99369ca9181724 authored almost 4 years ago by Ryan Mitchell <[email protected]>
Apply fixes from StyleCI (#2)

[ci skip] [skip ci]

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

a44217d84967fe00881db9a84f45495420e96455 authored about 4 years ago by Sam Poyigi <[email protected]>
Cart reference

feaf92acceb618c44464d70e3c0a1f7615f2ce6a authored about 4 years ago by Ryan Mitchell <[email protected]>
On customer create, convert coupon history

0cdd49dd71d4c3b41a5e6c3ebd7ed41de9b03e99 authored about 4 years ago by Ryan Mitchell <[email protected]>
Change of approach - pass limitations

e91cd6c04e4e20f3f466d915a9e998908c2a0271 authored about 4 years ago by Ryan Mitchell <[email protected]>
Add dynamic trait to Orders_model

d09c6dd8e1ec5a313ebbd8900607fefb3b022b44 authored about 4 years ago by Ryan Mitchell <[email protected]>
add relation morph map

33d096c7573ac8d64f8b10cc1c6d3e117dd3da80 authored about 4 years ago by Sam Poyigi <[email protected]>
Minor fix

0c84da4249f1fdb9633d470b32904b02de6fbcdc authored about 4 years ago by Sam Poyigi <[email protected]>
Make cart extension dependent on coupons instead

059dfefc55d24a11868ca0efe3603fcfed5d1935 authored about 4 years ago by Sam Poyigi <[email protected]>
Use created instead of event

383a8dbbe958812d558aa5fae074a040a5b9f61c authored about 4 years ago by Ryan Mitchell <[email protected]>
Changes required to remove code from core

b5514ec14096663d57ee718f7dc7494f96dd7503 authored about 4 years ago by Ryan Mitchell <[email protected]>
Move functions from admin\models

14b20291c1e37ccc5f7cf85590518e53ca0173ff authored about 4 years ago by Ryan Mitchell <[email protected]>
Fix requests and urls

a5ed11e72e78d0cdff3f6b6d6b1f6c8aa2f752d2 authored about 4 years ago by Ryan Mitchell <[email protected]>
Add editorconfig

abe8ac1b4d4b7a2eb3df8d898610c730ecd3cd13 authored about 4 years ago by Ryan Mitchell <[email protected]>
Text string changes

6f79729dec297a8b14b9f6880dc9bc99d87490bd authored about 4 years ago by Ryan Mitchell <[email protected]>
Database table names

90e98d7cf742f39178774a61e194a3a8d3c41e16 authored about 4 years ago by Ryan Mitchell <[email protected]>
Extend orders_model with relation

53329b888c31db5b87455bf28f8d3a56aa7be609 authored about 4 years ago by Ryan Mitchell <[email protected]>
Database migrations

1435e56c48d39c22000fa636544b9fda93e22d65 authored about 4 years ago by Ryan Mitchell <[email protected]>
Add Cart model to coupon condition

a39cf405bf8551dc18fb57c7fdfd7846214b4d73 authored about 4 years ago by Ryan Mitchell <[email protected]>