Commit Graph

10866 Commits

Author SHA1 Message Date
Glenn Hermans b3fcde21d4
Merge pull request #6526 from TheIceMagmaCube/patch-1
Update French translations
2022-07-09 11:46:25 +02:00
Glenn Hermans a8c671b186
Merge pull request #6515 from papnoisanjeev/category-product-search
Redirection issue during product search from category edit page.
2022-07-09 11:44:28 +02:00
Glenn Hermans 67fb7cf453
Merge pull request #6516 from papnoisanjeev/product-deleted-exceptions
Product deleted exceptions in case admin delete a product.
2022-07-09 11:43:24 +02:00
Glenn Hermans c204e12a69
Merge pull request #6536 from papnoisanjeev/inactive-user-placing-orders
Inactive user placing order issue fixed #6407
2022-07-09 11:42:26 +02:00
Glenn Hermans 716d37b3f5
Merge pull request #6531 from akathuria289/issue_fixed_#6426
Fixed issue #6426
2022-07-09 11:41:10 +02:00
Glenn Hermans 8d666f784b
Merge pull request #6535 from devansh-webkul/issues/6463
Fixed there should not be an exception if the admin is trying to add a new variant for the configurable product #6463
2022-07-09 11:40:34 +02:00
mohamed-zezo bfcdf36076
Added `HandleCors` to global middleware stack.
this will fix the CORS error when sending requests to Bagisto Web API routes and make use of `config/cors.php` file.
2022-07-08 22:49:12 +02:00
sanjeev c67e316035 After refund, redirect to refund index page #6355 2022-07-08 17:01:40 +05:30
Jitendra Singh 0737b73d94
Merge pull request #6521 from papnoisanjeev/product-mass-action-issue-admin
Product mass action issue on admin panel.
2022-07-08 16:27:53 +05:30
sanjeev f6d2685807 update 2022-07-08 15:44:37 +05:30
sanjeev 8b3624e719 Inactive user place order issue fixed #6407 2022-07-08 11:35:40 +05:30
Devansh Bawari f22499c7b0 Added Inside Creat Variant 2022-07-08 11:17:29 +05:30
jitendra 22f995475d Cart optimization reverted 2022-07-07 17:35:53 +05:30
sanjeev d72beab56e error message in case user redirecting to review page of deleted product 2022-07-07 17:29:17 +05:30
jitendra 0fee916bf9 Merged 2022-07-07 17:20:10 +05:30
jitendra a5a1111484 Product system performance optimization 2022-07-07 17:19:32 +05:30
Abhishek Kathuria 51634bd32f FIxed issue #6458 2022-07-07 16:53:20 +05:30
Abhishek Kathuria a409d579ca Fixed issue #6426 2022-07-07 16:18:37 +05:30
sanjeev 11eadd3c9c updates 2022-07-07 15:04:10 +05:30
sanjeev 6f0886299d updates 2022-07-07 13:43:03 +05:30
TheIceMagmaCube 748eaaec6f
Update French translations
Just a bunch of translations updated. It's more fluent.
2022-07-06 19:19:03 +02:00
sanjeev a8081c870c updates 2022-07-06 19:14:52 +05:30
sanjeev cb8e5a090b updates 2022-07-06 19:04:17 +05:30
Abhishek Kathuria 8c28fdd6df Fixed issue #6458 2022-07-06 17:53:19 +05:30
sanjeev add970dfbc flash waring message added 2022-07-06 16:23:45 +05:30
sanjeev 009db6fb1f Exception Fixed 2022-07-06 15:57:56 +05:30
sanjeev b7a209295b Mass Action Fixed 2022-07-06 15:54:20 +05:30
sanjeev 42b61b4610 Redirection issue during product search from category edit page 2022-07-05 11:34:00 +05:30
Glenn Hermans 97105dadb9
Merge pull request #6488 from Sanjaybhattwebkul/View-order-UI-issue
Issue #6479 fixed
2022-07-02 17:30:00 +02:00
Glenn Hermans 41726ce34c
Merge pull request #6502 from der-On/patch-1
Uses rounding precision of 4 to store cart item prices
2022-07-01 23:32:41 +02:00
Glenn Hermans 0653cdfa11
Merge pull request #6491 from dseguy/refactor_counts
refactored conditions with simpler terms
2022-06-30 05:18:19 +02:00
Jitendra Singh 94ea12876a
Merge pull request #6508 from Sanjaybhattwebkul/admin-url-issue
Issue #6507 fixed
2022-06-24 11:46:45 +05:30
Sanjay 025b303c2e Issue #6507 fixed 2022-06-24 11:35:43 +05:30
Glenn Hermans 59909b8d86
Merge pull request #6506 from Sanjaybhattwebkul/quickView-modelBox
Issue #6505 fixed
2022-06-23 21:07:35 +02:00
Sanjay 11c64144de Issue #6505 fixed 2022-06-23 13:40:41 +05:30
Glenn Hermans ed630319c1
Merge pull request #6503 from bagisto/dependabot/composer/guzzlehttp/guzzle-7.4.5
Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5
2022-06-21 23:04:46 +02:00
dependabot[bot] 57e5c7a1aa
Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.4 to 7.4.5.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 21:00:06 +00:00
der_On e5ee965c88
Uses rounding precision of 4 to store cart item prices
resolves #6501
This prevents rounding errors after applying taxes.
2022-06-21 17:57:59 +02:00
Glenn Hermans 80c860ad82
Merge pull request #6496 from Sanjaybhattwebkul/wishlist-icon-arabic
Issue #6492 fixed
2022-06-20 12:27:22 +02:00
Sanjay b5961ec1fe Issue #6492 fixed 2022-06-20 11:47:33 +05:30
Glenn Hermans 5fb0f1d87b
Merge pull request #6495 from noxterr/language-translation-improvement
Fix Italian translation
2022-06-18 16:12:36 +02:00
Glenn Hermans 2d51acd61e
Merge pull request #6477 from devansh-webkul/config-updated
Config Added
2022-06-18 16:04:56 +02:00
noxter 1747c4ca01 Fix Italian translation
Fixing some typos, adding some missing translation, correcting pre-existing translation that could have been misleading
2022-06-18 15:26:38 +02:00
Damien Seguy a5db9db490 refactored conditions with simpler terms 2022-06-15 18:00:59 +02:00
Sanjay ffa8db3e2e Enhancement #6417 done 2022-06-14 16:46:22 +05:30
Sanjay f39f78a985 Enhancement #6427 done 2022-06-14 16:18:48 +05:30
Sanjay 145de5bc1b Issue #6479 fixed 2022-06-14 12:14:36 +05:30
Glenn Hermans 2790a6e1ff
Merge pull request #6470 from Sanjaybhattwebkul/admin-translation-issue
Issue #6469 fixed
2022-06-12 15:26:06 +02:00
Jitendra Singh 64c52d11ec
Merge pull request #6483 from bagisto/dependabot/composer/guzzlehttp/guzzle-7.4.4
Bump guzzlehttp/guzzle from 7.4.3 to 7.4.4
2022-06-10 16:20:45 +05:30
Jitendra Singh f3525be802
Merge pull request #6480 from miladkian/master
Remove extra find query on update channel
2022-06-10 14:52:52 +05:30