Commit Graph

38 Commits

Author SHA1 Message Date
Glenn Hermans 6446d092e3
Updated version number 2021-06-17 20:51:07 +02:00
devansh bawari b5a9ae05c8 Exchange Rate Key Added 2021-05-18 17:58:24 +05:30
devansh bawari c915df1761 Capitalized .env Key 2021-05-18 10:51:24 +05:30
devansh bawari 48e86d816b Redis Issue Fixed 2021-03-31 20:40:25 +05:30
devansh bawari 46108735b8 Redis Cache And Config Fixed 2021-03-26 18:27:06 +05:30
Glenn Hermans c327d73377
Updated version number 2021-02-17 01:57:31 +01:00
Devansh 8bfc5a2613 Some Changes In ENV 2020-09-12 15:02:23 +05:30
jitendra cc23180664 Version updated in env files 2020-09-02 15:08:20 +05:30
jitendra 829ff20396 Updated changelog 2020-08-17 13:34:31 +05:30
ghermans 8c4e1bbc3b Fixed #3595 2020-07-29 22:23:15 +02:00
Pranshu Tomar 4681205f17 Social login completed 2020-06-26 19:09:53 +05:30
Pranshu Tomar 3eff7c27de Version updated in env files 2020-04-28 21:23:55 +05:30
rahulshukla-home 02cb64e3b1 Issue #2812 2020-04-06 13:21:40 +05:30
Glenn Hermans c1ea7dcd78
Updated env file 2020-03-20 10:47:18 +01:00
Jitendra Singh 792720354f Version updated 2020-03-19 19:04:33 +05:30
rahul shukla 2d5d865b60 Issue #2586 2020-03-05 17:03:48 +05:30
ghermans bb9c90d0a2 #2525 Added locale, timezone and currency 2020-02-25 03:29:33 +01:00
Herbert Maschke 8b5def9756 introduce CartRuleCest.php 2020-02-20 11:56:07 +01:00
Jitendra Singh cc1df3d95b Changelog updated 2020-02-05 15:28:28 +05:30
rahul shukla 5a590db145 Added mail from name field in .env.example file, Issue #2051 2020-01-15 19:27:51 +05:30
rabol 0abc5ec43e Make it possible to specify currency in .env 2019-12-28 11:22:41 +01:00
rabol a63c2f9fd8 Make it possible to specify timezone in .env 2019-12-28 10:38:54 +01:00
naresh verma 183cbf34cf resolve table prefix issue 2019-12-05 13:21:52 +05:30
Prashant Singh 0792a7ff96 Release version updated. 2019-10-09 11:20:01 +05:30
Prashant Singh 32e6153f41 Changed version and updated changelog for version 0.1.7 2019-09-18 14:45:58 +05:30
Jitendra Singh fe335a0e70
Merge pull request #1437 from prashant-webkul/development
Datagrid add column, action and mass action dynamic event fire. Command line utility for installation.
2019-09-11 12:35:34 +05:30
Prashant Singh 2bbb85455a Bagisto command line installer for artisan commands 2019-09-11 06:10:20 +05:30
Glenn Hermans 218e486baf
Increased the session timeout 2019-09-10 14:25:07 +02:00
Prashant Singh f1f0bcac8c Dead mods removed 2019-09-03 12:24:20 +05:30
Prashant Singh a29409b1a4 Base sync 2019-08-19 16:11:09 +05:30
Prashant Singh d0b8a1f50f Added fixer-io api key provision in bagisto for exchange rated 2019-07-15 16:08:16 +05:30
Prashant Singh 07e90ae0f4 git add . 2019-06-29 20:40:28 +05:30
Prashant Singh baf104509b Updated the customer document module 2019-06-28 17:01:00 +05:30
Prashant Singh 6da603530e
Cart rule inside promotions, various improvements and fixes. (#964)
* Some syntax issue fixes

* Adding discount things inside promotions in admin

* routes updated for creating discount rules

* fixed customer profile redirect parameter issue

* added cart and catalog rule routes to admin section

* migrations for discount almost to be finished, final revision left

* migrations for discounts complete

* catalog rule form underway

* catalog rule

* Made some dynamic form fields in catalog rule create form

* made some changes for custom validations used in ProductForm request class

* working on prepopulating the values fields in conditions

* need another revisit on discount rules tables and then prepare for actions

* removed discounts table

* catalog rule form changed to muliti attribute set for single condition

* new icons added for promotion and customer note. new action for customer added to take notes on the customers

* catalog and cart rule designs stable, now moving towards validations on client side and backend

* catalog rules migrations added

* catalog rule models added with contracts and proxies

* fixed customer group bug in customer registration controller

* fixed customer registration bug due to last fix

* fixed product card image not found issue

* catalog rule translations added

* Added migrations for cart rules and catalog rule products their contracts and remaining necessary files related to them.

* making cart attributes for cart rules

* Added more fields for cart rules

* working on conditions for cart rule form

* minor changes in migrations related to price rules

* currency and locale switcher now only available for a channel on storefront when more than on locale and currency are assigned to that channel

* part of conditions on the cart rule form added

* daily sync

* cart rate migrations updated

* Added select and multi select attributes options fetching with ajax on catalog rule form

* changed some migrations and data being populated at runtime inside catalog rule form

* catalog rule create complete, migrations changes, translations added

* catalog rule edit form complete

* catalog rule form complete, now moving towards catalog rule products

* added delete functionality for catalog rules

* added cart rule preferences for coupon codes

* cart rule submission problem due to repository issue

* Cart rule form and migrations complete

* Models and Repositories updated for cart rule usage

* base sync with master

* designing process to get suitable discount rules

* cart rule form completed

* added helpers in cart and discount to apply rules on cart at checkout or not

* cart rule coupon implementation in progress for discount coupon in shop checkout pages

* cart rules working

* added coupon box on checkout screen

* removed the conditions empty bug

* Nearing to completion of coupon based rules

* made some changes in cart rule coupon application on checkout related to new designs

* some bug fixes

* calculation for automatic cart rules complete

* non couponable cart rules implemented, now moving on to binding them on frontend

* some conditions improvements in couponable cart rules

* some bug fixes

* removed some bugs from summary blade for cart rule

* added the table for cart rule cart for managing rules with cart and removed various bug fixes

* some bug fixes

* Removed bugs and added coupon based cart rule removal functionality

* some bug fixes

* cart rule labels refactoring in midway

* Cart rule labels bug fixed

* removed margin classes from shop to UI

* Refactoring cart rule on front end

* added checks

* Discount rule implemented.

* cart rule bug fixes

* provision to remove the couponable and non couponable rule had been added

* Cart rule frontend work done

* altered some frontend variables on onepage checkout

* Altered cart rules to some extent
2019-06-10 13:19:05 +05:30
prateek srivastava 4c101aa646 admin mail notification, review price 2019-04-30 12:55:11 +05:30
Prashant Singh 0f8e402380 added version in configuration of Bagisto 2019-04-04 13:03:53 +05:30
Prashant Singh 8af43eb5cc session expiration time now changed to 10 minutes to counter XSRF requests 2019-03-30 18:14:54 +05:30
jitendra a052c28459 First Commit 2018-06-12 10:04:00 +05:30