arvanitakis
b2919f1f4b
Feature: Product Search Service Updates
2026-09-03 11:04:19 +03:00
arvanitakis
8cb54e065e
Feat: Updates to Payments, Checkout Services, Payment Events
2026-09-02 16:14:52 +03:00
arvanitakis
3497553b41
Feature: Order Service Provider, Order Events Observers
2026-09-01 14:04:12 +03:00
arvanitakis
483c0ce00f
Fix: Recommendations are an eloquent collection, not an Generic Collection
2026-09-01 13:03:39 +03:00
arvanitakis
0f07751559
Feature: Recommendation Service
...
This commit introduces a RecommendationService that is used when indexing products.
The service is utilizing a recommendation rules interface, so many rules can be created and applied during indexing the products
2026-09-01 12:06:29 +03:00
arvanitakis
380e860386
Feat: Adding Translations to the Seeder
2026-09-01 10:52:56 +03:00
arvanitakis
9529036585
Feat: Updating PaymentDrivers and CheckoutService to handle payment methods
2026-08-31 14:12:21 +03:00
arvanitakis
2db1e1331f
Feat: Creating PaymentMethods, Setting Fees, Availabilities
2026-08-31 13:54:20 +03:00
arvanitakis
d873cb4931
Feat: Upgrading Lunar to 1.5
2026-08-31 13:16:13 +03:00
arvanitakis
661e8b9a96
Feat: Adding Payment Drivers, configuring stripe
2026-08-31 12:50:29 +03:00
arvanitakis
637da37b9b
Merge branch 'master' into Payment-Methods
2026-08-29 14:17:48 +03:00
arvanitakis
f85fb51ecd
Feature: Adding Caches and Fallbacks to Live Pricing Requests
2026-08-29 10:31:58 +03:00
arvanitakis
6671c5e9d1
Feature: Adding Checkout Services and Events
2026-08-29 01:14:58 +03:00
arvanitakis
ca36c31cab
Hotfix: Correcting Wrong Position on Checkout, Correcting Cart Display Pages
2026-08-29 00:27:20 +03:00
arvanitakis
7b63f43695
Merge branch 'Shipping-Carriers' into Checkout
2026-08-28 13:17:58 +03:00
arvanitakis
f6ef0761d6
Feature: Creating Cart Service, Cart Events, Save For Later functionality, Adding Filament Views for viewing abandoned carts
2026-08-28 13:14:47 +03:00
arvanitakis
a8ddbb8056
Feature: Creating Cart Views, rules for abandonment
2026-08-28 00:27:46 +03:00
arvanitakis
1c14fabf44
Feature: Adding Facets, Updating Indexers
2026-08-27 23:09:33 +03:00
arvanitakis
a2c3fd5457
Feature: Reviews restructuring and Creating Collection Indexer and Services
2026-08-27 12:11:01 +03:00
arvanitakis
ba5a9523c8
Feat: Restructuring Products into the Concern Catalog, for future Collection services
2026-08-27 11:42:13 +03:00
arvanitakis
63caaf55c7
Bump Version to 0.6.1
2026-08-27 11:39:43 +03:00
arvanitakis
e4342da44a
Fix: Correcting shape of indexed products
2026-08-27 11:32:20 +03:00
arvanitakis
e95ea4a43c
Fix: Updating Product Options Registry and adding handle to the meilisearch index
2026-08-27 11:14:56 +03:00
arvanitakis
eef473dbd2
Feature: Product option types to support multiple cases
2026-08-27 01:55:58 +03:00
arvanitakis
409db9c7bf
Fix: Correcting Language Line fallback resolver
2026-08-27 01:28:37 +03:00
arvanitakis
594fa41527
Feature: Localization Restructuring to follow a stricter pattern
2026-08-27 01:08:34 +03:00
arvanitakis
ef356a6397
Feature: Products Restructuring to follow a strict rule
2026-08-27 01:05:04 +03:00
arvanitakis
b3b5ca740d
Feature: Resolving translated fields based on current locale, while also resturning a correct length aware paginator for the results
2026-08-27 00:48:38 +03:00
arvanitakis
d01d27f7ea
Hotfix: Correcting ProductResolver when importing Products
2026-08-27 00:46:43 +03:00
arvanitakis
b86fe78852
Hotfix: Adding a correct media conversions to handle small review images
2026-08-27 00:34:39 +03:00
arvanitakis
0edf7b156d
Feature: Updating Product Service to handle multiple locales, fetching the correct locale, or, the default locale as fallback
2026-08-26 23:52:33 +03:00
arvanitakis
751aff5939
Feature: Adding Sorting To Product List
2026-08-26 18:05:15 +03:00
arvanitakis
885923380d
Hotfix: Selcting correct table name for channel Id
2026-08-26 14:29:08 +03:00
arvanitakis
c2eb9bd66a
Hotfix: Updating LocaleMiddleware to handle more than 2 languages
2026-08-26 13:26:29 +03:00
arvanitakis
fa137c9a79
Feature: Adding back ChannelIds on Product Indexer
2026-08-26 13:14:32 +03:00
arvanitakis
e7784364fd
Feature: Data Access and Data Export Admin Service
...
This commit introduces the data retention and data export Admin Services, accessed by the Boboko admin UI
2026-08-25 09:33:03 +03:00
arvanitakis
af380a7fa0
Feature: Handling Cases for User to Customer Relationships
...
This commit handles a case where customer data are "dead-data" menaing there is no way of erasure for them, which makes the app non-compliant
2026-08-24 21:41:23 +03:00
arvanitakis
9f540cbaa4
Feature: Creating Privacy Basics
2026-08-24 21:06:11 +03:00
arvanitakis
113fa35da7
Hotfix: Adding a Back Button to Boboko's Login Form
2026-08-24 14:45:44 +03:00
arvanitakis
7c199cc3bd
Feature: Updating Products Service and Locale MIddleware
2026-08-24 14:41:50 +03:00
arvanitakis
5cb6c529a0
Feature: Adding Product Service to Lunar
...
This commit introduces a Product service to Lunar. This product service calls Meilisearch to fetch an indexed product. The indexer has been updated to also include the collection and the price of the product.
A product search service has also been created to be used by the frontend's search
2026-08-24 12:41:28 +03:00
arvanitakis
1857ced3a2
Feature: Adding Translation Service and Translation Seeder
2026-08-06 12:06:55 +03:00
arvanitakis
8646dca16a
Feature: Adding Spatie's Translation Loader
2026-08-06 00:13:13 +03:00
arvanitakis
93469d033f
Feature: Adding Locale Middleware
2026-08-05 23:58:53 +03:00
arvanitakis
9f30a7324e
Feature: Shipment Updates to handle COD
2026-07-19 18:27:24 +03:00
arvanitakis
435a4dd290
Feat: Adding Shippment Tracking
2026-07-19 17:41:09 +03:00
arvanitakis
808c769595
Add cash-on-delivery payment type with cart fee pipeline
2026-07-19 03:35:16 +03:00
arvanitakis
d34e450526
Fix: Move carrier live-pricing choice onto ShippingMethod.charge_by
...
Reverts the earlier per-rate pricing_mode column in favor of extending Lunar's existing charge_by field (cart_total/weight) with a third "live" option, gated by a SupportsLivePricing capability check on the driver. Adds a shared ResolvesFixedPricing trait so any carrier driver can fall back to Lunar's normal price-break resolution, matching the vendor ShipBy driver's own charge_by handling instead of introducing a separate mechanism. Also fixes an incorrect Get() path in the admin form that silently hid the new "live" option.
2026-07-19 02:24:10 +03:00
arvanitakis
4acabe4185
Feature: Wire up carrier-agnostic shipping admin UI
...
Registers ShippingServiceProvider (carrier config, driver/fulfillment bindings, Rates page override) and wires the shipping admin surface into CorePlugin: dynamic carrier dropdown on Shipping Method create/edit, a "Create Shipment" order action resolved generically by carrier, and a Pickup Manifests page for carriers that support manifest batching.
2026-07-19 00:52:01 +03:00
arvanitakis
37c2e1194c
Feature: Add Box Now locker delivery integration
...
Box Now rate driver (fixed pricing only — no live pricing API) and fulfillment service (delivery request creation, label printing, cancellation). Unlike ACS, Box Now books courier pickup automatically on delivery request creation, so no manifest/pickup-list step is implemented. Storefront locker selection is not yet built; createShipment() expects the chosen locker's locationId to be supplied by the caller.
2026-07-19 00:51:23 +03:00