Commit Graph

674 Commits

Author SHA1 Message Date
vishal.kushwaha650 e571e427eb Issue #4061 Fixed 2020-10-12 19:10:15 +05:30
Jaseel P V 67acbc8b99 Fixed customer group price discount issue 2020-10-11 13:46:04 +05:30
devansh bawari 9fa1e1c9a8 One Change Reverted 2020-10-09 13:11:43 +05:30
devansh bawari 6646473877 Continue Added 2020-10-08 19:43:21 +05:30
Jitendra Singh 76f2ec6c8a
Merge pull request #4017 from vishal-webkul/issue3950
Issue 3950 Fixed
2020-10-08 15:39:20 +05:30
vishal.kushwaha650 6ad00c4634 Issue #3950 fixed 2020-10-07 11:40:52 +05:30
Jitendra Singh ecc87fb72f
Merge pull request #4004 from jitendra-webkul/master
Improved lighthouse score for default theme
2020-10-06 21:01:32 +05:30
vishal.kushwaha650 57e088b29f create function for attribute option related to product 2020-10-06 19:09:19 +05:30
jitendra 77655fd95d Improved lighthouse score for default theme 2020-10-05 17:13:36 +05:30
Jitendra Singh a7fe0f78a6
Merge pull request #3853 from Haendlerbund/global-callable-for-saleable
ability to globally set a callable for isSaleable
2020-10-01 16:36:55 +05:30
vishal.kushwaha650 db3ce3a76c minor update in code 2020-09-24 18:28:26 +05:30
vishal.kushwaha650 a0e3b5d8b5 update in code 2020-09-24 16:31:45 +05:30
vishal.kushwaha650 4607cf4286 Issue #3957 fixed 2020-09-23 19:17:11 +05:30
gusaindeepak54 f12c2d4fb0 fixed issue for no of product listed 2020-09-22 15:24:27 +05:30
gusaindeepak54 0f9bc969ae update by default to 4 in default theme for new and featured product 2020-09-22 11:47:22 +05:30
gusaindeepak54 7eff946013 Update Shop Theme 2020-09-18 16:25:17 +05:30
jitendra d1e5c889ba Issue #3893 fixed 2020-09-07 12:13:54 +05:30
jitendra 82b32fb4cc Updated changelog 2020-09-04 13:06:23 +05:30
Herbert Maschke 5f526bcfc6 fix type declaration 2020-09-01 08:10:47 +02:00
Herbert Maschke cb32fe31bf ability to globally set a callable for isSaleable 2020-09-01 07:59:00 +02:00
Devansh 9472a4af15 Two Cases Added For API 2020-08-27 13:52:53 +05:30
Steffen Mahler 089f454f30 fix bug in cart item validation result 2020-08-21 10:49:01 +02:00
Steffen Mahler 5e651c677e fix forgotten conflicts, fix use statements 2020-08-20 09:48:11 +02:00
Steffen Mahler 1b5c3bca93 resolve conflicts 2020-08-20 09:28:33 +02:00
Herbert Maschke 8614f74b4f Merge branch 'bagisto/master' into introduce-product-copy 2020-08-11 16:54:10 +02:00
Herbert Maschke 9109d93028 Disallow copying of product variants (having a parent_id) 2020-08-11 16:53:09 +02:00
rahulshukla-home 3a2998cab1 Issue #3723 fixed 2020-08-11 18:58:31 +05:30
Herbert Maschke 007eaa7ef2 code style improvements 2020-08-11 09:43:03 +02:00
Herbert Maschke f23d8d851c fix copying of configurable products 2020-08-10 18:26:57 +02:00
Herbert Maschke 3173123dbf also copy related products 2020-08-10 18:19:08 +02:00
Herbert Maschke 54e6c031bd AbstractType.php improvements 2020-08-10 17:34:50 +02:00
Herbert Maschke 69dea2b8b3 improve the way linked categories are copied 2020-08-10 17:28:23 +02:00
Herbert Maschke 3aeb0c75df ability to define if a product type can be copied in AbstractType.php 2020-08-10 17:24:36 +02:00
Annika Wolff 58269996b2
Merge branch 'master' into check-if-item-in-cart-is-deactivated 2020-08-10 16:11:39 +02:00
Herbert Maschke 31a3ebb2b1 Merge branch 'bagisto/master' into introduce-product-copy 2020-08-10 12:17:28 +02:00
Herbert Maschke 6a248c6236 test and fix skipping of attributes and relations (product copy) 2020-08-10 09:51:15 +02:00
Herbert Maschke 3670a6210b introduce ability to make original and copy be linked to each other 2020-08-10 09:31:56 +02:00
Herbert Maschke 326c19f36d copy (replicate) instead of move relations when copying products 2020-08-07 20:39:59 +02:00
Herbert Maschke ca79b8b329 avoid 'Copy of Copy of Copy of ...' infinite prefixing of copies 2020-08-07 20:26:42 +02:00
Herbert Maschke 43f158d4c1 add a random suffix to url_key(slug) and name of copied product 2020-08-07 18:30:24 +02:00
rahulshukla-home d0921af1d4 Issue #3411 fixed 2020-08-07 12:15:48 +05:30
Steffen Mahler c9f7c70d52 resolve conflicts 2020-08-06 15:23:32 +02:00
Herbert Maschke d6941b7015 wrap product copy around a DB::transaction() 2020-08-05 20:50:01 +02:00
Herbert Maschke 4add78351b wrap product copy around a DB::transaction() 2020-08-05 20:48:30 +02:00
Herbert Maschke ebb6fa0f3e Merge branch 'bagisto/master' into introduce-product-copy 2020-08-05 10:56:35 +02:00
Herbert Maschke f91533f47b add the ability to copy an configurable product 2020-08-05 10:52:13 +02:00
Herbert Maschke a9b79d7f4d improve error message that occurs when trying to copy an 'booking' product 2020-08-05 08:26:01 +02:00
Jitendra Singh 8ad125a8aa
Merge pull request #3610 from Haendlerbund/add-events-to-booking-product-event-ticket-repo
Add events to BookingProductEventTicketRepository
2020-08-05 11:06:54 +05:30
Devansh 88a1c58941 DB Prefix Added 2020-08-04 13:02:15 +05:30
Herbert Maschke d66dca2b13 block the copying of products with the type 'booking' 2020-08-03 20:07:49 +02:00
Herbert Maschke 4d9bbc138f also copy images, if not skipped 2020-08-03 19:53:08 +02:00
Herbert Maschke 80d2cda443 add ability to skip product attributes when doing a copy 2020-08-03 13:32:26 +02:00
Herbert Maschke 5db4797158 refactor copy() method if ProductController.php to be a lot smaller
and split the logic into smaller functions for better readability
2020-08-03 12:40:52 +02:00
Annika Wolff 22e77f31e2 Merge master 2020-07-31 08:25:29 +02:00
Annika Wolff 12f887b50e add events to BookingProductEventTicketRepository 2020-07-31 08:24:54 +02:00
Herbert Maschke 0509f45762 introduce ability to copy an product 2020-07-30 14:15:54 +02:00
Jitendra Singh f9438fef64
Merge pull request #3585 from vishal-webkul/issue-3469
Issue #3469 fixed
2020-07-30 11:50:57 +05:30
Jitendra Singh 496b97c98a
Merge pull request #3599 from rahulcs0082/development
Issue #3591 fixed
2020-07-29 20:23:10 +05:30
rahulshukla-home 47df905950 Issue #3591 fixed 2020-07-29 20:11:33 +05:30
Jitendra Singh e3bd4e71b5
Merge pull request #3216 from iateadonut/master
update product_flat table with values when changing attribue->use_in_…
2020-07-29 17:02:56 +05:30
rahulshukla-home 42334b1bc5 Merge branch 'master' of https://github.com/bagisto/bagisto into development 2020-07-29 14:15:24 +05:30
rahulshukla-home 0434f3bcd1 Issue #3580 fixed 2020-07-29 14:14:56 +05:30
Jitendra Singh 3dba7b9177
Merge pull request #3589 from devansh-webkul/issue_on_db_prefix
DB Prefix Issue Fix #3562
2020-07-28 20:48:36 +05:30
Jitendra Singh 8ca3c284ad
Merge pull request #3588 from devansh-webkul/bundle_product_order_issue
Fixed customer is able to place order of more than available qty of any bundle option product #3557
2020-07-28 20:48:03 +05:30
Devansh 53e27b9c54 Use DB Method Instead Of Environment Variable 2020-07-28 20:25:18 +05:30
Devansh 8e78c5ccca DB Prefix Issue Fix 2020-07-28 19:57:04 +05:30
Jitendra Singh ee4f980850
Merge pull request #3563 from devansh-webkul/offset_issue
Fixed getting exception when view category page in frontend #3562
2020-07-28 18:13:52 +05:30
Devansh 8a8b9d99cf Bundle Product Order Issue Fixed 2020-07-28 15:55:12 +05:30
vishal-webkul 11edf9e4fb fixed issue #3469 2020-07-27 19:10:00 +05:30
Jitendra Singh d5d6974fa8
Merge pull request #3553 from devansh-webkul/per_page_zero_issue
Fixed products per page configuration is not working properly #3533
2020-07-27 17:14:43 +05:30
Steffen Mahler 47cfda1d13 add function isSaleable, fix error in function getChildrenIds of grouped product 2020-07-27 12:03:50 +02:00
Devansh 211ea2f853
Merge branch 'master' into offset_issue 2020-07-27 15:26:33 +05:30
Steffen Mahler a06bca38d4 fix bug, add type hints, fix annotations 2020-07-27 08:06:03 +02:00
Devansh bb9969b2db Added brackets after if 2020-07-24 19:21:40 +05:30
rahulshukla-home 34bd2a1231 Issue #3558 fixed 2020-07-24 13:18:40 +05:30
rahulshukla-home f472d7ec15 Issue #3562 fixed 2020-07-24 12:51:50 +05:30
Devansh 961c677d66 Icon fixed 2020-07-24 12:27:19 +05:30
Devansh 6f79fb31b9 Offset Issue Fixed 2020-07-23 13:50:13 +05:30
Jitendra Singh 951ac00df2
Merge pull request #3549 from devansh-webkul/sort_by_configuration_issue
Fixed sort by configuration from admin end is not working properly #3535
2020-07-22 20:58:58 +05:30
Devansh 82bd56ff76 By default sorting is working fine now 2020-07-22 18:29:18 +05:30
Steffen Mahler 6f76bb4a97 merge bagisto/master into check-if-item-in-cart-is-deactivated 2020-07-22 09:34:45 +02:00
Jitendra Singh c057f8d7c6
Merge pull request #3497 from devansh-webkul/dev
Sales icon issue fixed in grouped as well as bundle #3489
2020-07-22 12:23:55 +05:30
Devansh 9c1d908767 per page zero issue fixed 2020-07-22 11:44:02 +05:30
Devansh ce698e00ed Sort By Issue Fixed 2020-07-21 18:57:20 +05:30
Devansh 222b03ed41 Category filter limit zero issue fixed 2020-07-16 13:12:19 +05:30
Devansh 31af7220cf Reverting to previous one as this is related to another issue 2020-07-16 13:07:46 +05:30
Devansh 21596b189d Limit 0 Issue Fixed 2020-07-16 12:29:56 +05:30
Devansh 6a1a96ca59 Sales issue fixed in grouped as well as bundle 2020-07-15 20:33:53 +05:30
Steffen Mahler 2b4615b9c0 resolve conflict in CartRule.php 2020-07-15 08:44:56 +02:00
Jitendra Singh 0a662c34f6
Merge pull request #3075 from MattApril/hide_0_dollar_bundle_item_price
Hide $0 bundle option price in cart
2020-07-14 19:41:15 +05:30
Jitendra Singh 12ee962b95
Merge pull request #3302 from MattApril/disabled_bundle_options_fix
Addresses required bundle options being removed if all product option…
2020-07-14 19:40:26 +05:30
Steffen Mahler 1f61b720d5 add type hint 2020-07-14 13:39:36 +02:00
Steffen Mahler 92970b4bd4 resolve conflict in Bundle.php 2020-07-14 13:36:15 +02:00
Jitendra Singh 345c22e1e6
Merge pull request #3141 from MattApril/bundle_inventory
Added support for checking bundle inventory, and bundle product inventory.
2020-07-14 13:51:16 +05:30
Jitendra Singh 6c6c3c9b3b
Merge pull request #3476 from jitendra-webkul/1.0
Virtual inventory issue fixed
2020-07-14 12:16:38 +05:30
jitendra 3c371a781c Virtual inventory issue fixed 2020-07-14 12:07:55 +05:30
rahulshukla-home e36730e11d Issue #3443 fixed 2020-07-08 19:36:40 +05:30
Steffen Mahler 9fc7da0847 remove comment 2020-07-06 14:46:36 +02:00
Steffen Mahler 3defbeb03e fix cartRuleCest 2020-07-04 15:57:25 +02:00
Steffen Mahler b7b6257169 fix annotations 2020-07-04 15:53:12 +02:00