devansh bawari
f04c065edd
Full Refund Payment Completed & Partial Pending
2021-02-04 16:52:28 +05:30
prateek srivastava
d29b0a69a5
fixed conflict
2021-02-04 16:31:22 +05:30
devansh bawari
b5548f48c6
Today's Work - Capture ID Pending
2021-02-03 17:12:39 +05:30
rahul shukla
bbeccdeaaf
fixes accoeding comment
2021-01-29 12:40:48 +05:30
rahul shukla
ec467a2a0f
Issue #4495 fixed
2021-01-27 17:24:03 +05:30
devansh bawari
72d94b7abc
Manual Require Removed
2021-01-27 10:55:00 +05:30
devansh bawari
b0a86594fe
Name Changed
2021-01-22 12:20:15 +05:30
devansh bawari
3242e591ab
Step Added
2021-01-21 11:48:48 +05:30
Glenn Hermans
2b276acd55
Merge pull request #4493 from devansh-webkul/temp-fix
...
Manual Require Added Till Merging Of Autoloading Fix #4420
2021-01-18 10:59:48 +01:00
devansh bawari
99f797c814
Manual Require Added
2021-01-18 10:51:32 +05:30
rahul shukla
228473851e
Merge branch 'master' of https://github.com/bagisto/bagisto into development
2021-01-15 16:53:42 +05:30
rahul shukla
349c39fdc9
Enhancement #4468 done
2021-01-15 15:57:54 +05:30
devansh bawari
567d3b6380
Merge remote-tracking branch 'upstream/master' into issue-4399
2021-01-14 20:16:49 +05:30
devansh bawari
a37f0dc027
Latest Translation Key Added
2021-01-14 20:16:35 +05:30
devansh bawari
88ac63470e
ACL Added For Addresses, Notes, Promotions And Copy Product
2021-01-14 20:06:12 +05:30
Glenn Hermans
745f9ea337
Updated status and calculate tax for admin
2021-01-14 03:52:15 +01:00
devansh bawari
af78612c54
Merge remote-tracking branch 'upstream/master' into issue-4399
2021-01-13 18:51:31 +05:30
devansh bawari
0283c56df1
Syncing Of Method With Routes
2021-01-13 18:30:20 +05:30
devansh bawari
86a7846fb8
Language Translation Added
2021-01-13 13:42:34 +05:30
devansh bawari
a3b8e67d6d
Tax Rate Fixed
2021-01-13 13:36:22 +05:30
devansh bawari
54c2cc8cca
Tax Rate Category Fixed
2021-01-13 13:35:47 +05:30
devansh bawari
34ba8d5e64
ACL Added
2021-01-13 13:34:22 +05:30
rahul shukla
c4c871342e
Merge branch 'master' of https://github.com/bagisto/bagisto into development
2021-01-13 12:35:35 +05:30
devansh bawari
fb679bf5b0
Merge branch 'master' into issue-4399
2021-01-13 11:49:48 +05:30
Glenn Hermans
04368520c9
Merge pull request #4462 from devansh-webkul/issue-4420
2021-01-12 09:12:20 +01:00
devansh bawari
238d46a4dd
Currency Symbol Issue Fixed
2021-01-12 11:41:18 +05:30
devansh bawari
389578b061
Mass Delete And Update ACL Added
2021-01-11 19:11:39 +05:30
devansh bawari
715b35c4ca
Merge branch 'issue-4456' of https://github.com/devansh-webkul/bagisto into issue-4456
2021-01-11 17:54:09 +05:30
devansh bawari
70c768e21b
Merge remote-tracking branch 'upstream/master' into issue-4456
2021-01-11 17:53:25 +05:30
devansh bawari
f9c54383b9
Filter Added To Catalog Rule, Cart Rule And Email Template
2021-01-11 17:53:18 +05:30
devansh bawari
b9d9e90bc1
Language Translation Added
2021-01-11 17:38:11 +05:30
devansh bawari
4e4394eb11
Mass Delete From Product Added
2021-01-11 17:34:44 +05:30
devansh bawari
72c8f52894
Missing ACL Added
2021-01-11 17:26:40 +05:30
Devansh
983f9c9d9d
Status Exception Fixed In Content, Inventory Sources And User
2021-01-08 23:27:04 +05:30
devansh bawari
e0edd790ec
Fixed Some Spaces
2021-01-08 20:31:04 +05:30
devansh bawari
71abe8f4ca
Arabic And Persian Support Added To DOM PDF
2021-01-08 20:23:01 +05:30
devansh bawari
ca1f67df2e
Filters Added
2021-01-08 19:12:19 +05:30
rahul shukla
f8b5bee942
Issue #4457 fixed
2021-01-08 16:43:42 +05:30
rahul shukla
def1bc6896
Issue #4447 fixed
2021-01-08 16:02:15 +05:30
devansh bawari
d1c83d65cf
Fallback Added
2021-01-08 11:19:46 +05:30
prateek srivastava
d94f786efb
Merge branch 'master' of https://github.com/bagisto/bagisto
2021-01-06 15:48:15 +05:30
jitendra
ea2f1c327e
Issue #4434 fixed
2021-01-05 18:30:18 +05:30
jitendra
c7deb7b066
Issue #4431 fixed
2021-01-05 18:19:48 +05:30
jitendra
65d37fe6de
Resolve conflicts
2021-01-04 21:43:35 +05:30
jitendra
642fc1b10d
Email marketing added
2021-01-04 21:40:56 +05:30
prateek srivastava
5935fbf28c
product Image helper removed
2021-01-04 17:44:33 +05:30
Caine85
dec3757605
Fixing wrong locale in Admin notifications
...
Starting from Laravel 5.2, as stated in documentation (https://laravel.com/docs/5.2/upgrade#upgrade-5.2.0 ):
Caching And Env
If you are using the config:cache command during deployment, you must make sure that you are only calling the env function from within your configuration files, and not from anywhere else in your application.
If you are calling env from within your application, it is strongly recommended you add proper configuration values to your configuration files and call env from that location instead, allowing you to convert your env calls to config calls.
2021-01-03 12:40:35 +01:00
devansh bawari
1e55a5c6b2
Query Fixed
2020-12-30 16:35:41 +05:30
devansh bawari
b6f1fed10d
Translation Added
2020-12-29 19:53:54 +05:30
devansh bawari
da5b8a4ca7
Filter Added For All
2020-12-24 17:29:10 +05:30
devansh bawari
ca2de63b48
Alias Filter Added
2020-12-24 16:50:40 +05:30
devansh bawari
2f124c5a3f
Fixed Filter Locale & Channel List. Channel Symbol Added.
2020-12-21 19:22:31 +05:30
devansh bawari
c31037d787
Some Refactoring And Index Page Filteration Added
2020-12-21 16:10:54 +05:30
devansh bawari
5539776ab9
Channel Table Seeder And Datagrid Updated
2020-12-21 14:32:55 +05:30
devansh bawari
2b6438b567
Channel Translation Completed
2020-12-21 13:58:22 +05:30
Devansh
884b945c8b
Store And Update Channel Front End Comleted
2020-12-21 10:38:19 +05:30
Glenn Hermans
803075f303
Merge pull request #4360 from devansh-webkul/issue-4350
...
Fixed taxes not applied to Shipping Cost #4350
2020-12-18 12:46:53 +01:00
devansh bawari
88782d9327
Language Translation Added 😇
2020-12-18 17:02:55 +05:30
devansh bawari
4dd71a2e1a
Text Area Issue Fixed
2020-12-14 14:05:06 +05:30
devansh bawari
e49908b314
Merge branch 'master' into issue-4242
2020-12-04 20:29:07 +05:30
rahul shukla
4320f4b004
enhancement #4321 done with all required changes
2020-12-04 13:01:52 +05:30
rahul shukla
6ce2116a49
Merge branch 'development' of https://github.com/rahulcs0082/bagisto into development
2020-12-04 11:54:33 +05:30
rahulshukla-home
20a7378258
added configuration in buy now button display
2020-11-30 12:52:57 +05:30
devansh bawari
fe96926179
Changes Added Which Has Been Reverted
2020-11-25 18:28:21 +05:30
devansh bawari
004dcf2663
Merge branch 'master' into issue-4242
...
Merged With Master
2020-11-25 17:35:32 +05:30
jitendra
711beb1786
Added Bagisto Debugbar
2020-11-24 17:48:37 +05:30
devansh bawari
937db83b3e
Merge branch 'issue-4242' of https://github.com/devansh-webkul/bagisto into issue-4242
...
Merged
2020-11-24 12:38:05 +05:30
devansh bawari
c70a324f40
Merge branch 'master' into issue-4242
...
Merged With Master
2020-11-24 12:27:35 +05:30
Jitendra Singh
f1af54dc5e
Merge pull request #4276 from rahulcs0082/development
...
option to add video in advertisement and product gallery for default theme
2020-11-24 00:03:48 +05:30
devansh bawari
b6c9dc1b98
Text Message Added
2020-11-23 18:32:37 +05:30
devansh bawari
6f0151806d
Allowed IPs Added
2020-11-23 13:54:56 +05:30
rahulshukla-home
e3a7ee9ac3
fix locale issues in admin
2020-11-20 12:54:18 +05:30
rahulshukla-home
56f1c2eb95
validation added in video upload
2020-11-20 12:33:38 +05:30
devansh bawari
d68e765243
Maintenance Field Added
2020-11-20 12:17:21 +05:30
devansh bawari
001187884f
Some Self Reviewed
2020-11-19 17:06:12 +05:30
rahulshukla-home
2c9b131fd3
Enhancement #4250 done for default theme
2020-11-19 15:23:51 +05:30
devansh bawari
200e0f7ef6
Language Translation Added
2020-11-18 18:50:11 +05:30
devansh bawari
1222f5d14a
Integration Completed
2020-11-18 18:40:29 +05:30
rahulshukla-home
25b2603a2e
Enhancement #4257 implemented
2020-11-18 12:37:33 +05:30
rahulshukla-home
4b3be2b2ca
Enhancement #4257 implemented
2020-11-18 12:34:34 +05:30
Jitendra Singh
d96fdaf074
Merge pull request #4249 from devansh-webkul/issue-4029
...
Completed feature request to have a minimum order amount #4029
2020-11-12 15:02:31 +05:30
devansh bawari
7e93672192
Translation Added
2020-11-10 18:08:50 +05:30
devansh bawari
444f36d9c5
Product Number Added For Admin Filteration
2020-11-10 17:59:47 +05:30
devansh bawari
7cfd396f47
Merge remote-tracking branch 'upstream/master' into issue-4029
2020-11-10 13:08:17 +05:30
Jitendra Singh
679594076b
Merge pull request #4245 from devansh-webkul/default_depend
...
Required Field Depend On Status
2020-11-09 22:02:07 +05:30
devansh bawari
19e04369f6
Dummy Translation Added
2020-11-09 18:38:18 +05:30
devansh bawari
4890420b2d
Merge remote-tracking branch 'upstream/master' into issue-4029
...
Merged With Master
2020-11-09 18:25:37 +05:30
jitendra
67fc98db83
Conflicts resolved
2020-11-09 17:02:00 +05:30
jitendra
f65c0c22a8
Updated typo for paypal label and changed the default sort order for payment methods
2020-11-09 17:00:25 +05:30
devansh bawari
a3a858a459
Minimum Order Check Added To Cart
2020-11-09 16:53:32 +05:30
devansh bawari
9bc9f7e217
Console Log Removed
2020-11-09 14:56:39 +05:30
devansh bawari
fd90a5ab37
Merge remote-tracking branch 'upstream/master'
...
Merged With Master
2020-11-09 14:20:48 +05:30
devansh bawari
433225ad81
Required Field Depend On Status
2020-11-09 14:20:32 +05:30
devansh bawari
03a1f44def
Default Value Added
2020-11-06 15:53:44 +05:30
Glenn Hermans
a0970f590d
Merge pull request #4153 from jaseelbavu/issue-4082
...
Added bulk category delete functionality
2020-11-02 17:16:33 +01:00
Jaseel P V
0de1f9e64b
Added check for products in individual category delete | Fixed bug while selecting category for mass delete
2020-11-02 20:32:25 +05:30
Jitendra Singh
b6dbdef04a
Merge pull request #4210 from rahulcs0082/development
...
Development
2020-11-02 12:24:56 +05:30
Glenn Hermans
bcfe391277
Merge pull request #4159 from praem90/ISSUE_4081
...
add validation for discount amt field in customer group price
2020-10-30 15:12:37 +01:00
rahulshukla-home
ce90a569f3
Merge branch 'master' of https://github.com/bagisto/bagisto into development
2020-10-30 18:22:39 +05:30
rahulshukla-home
30f9179439
removed unnecessary code in export controller
2020-10-30 18:21:39 +05:30