Commit Graph

615 Commits

Author SHA1 Message Date
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