Commit Graph

586 Commits

Author SHA1 Message Date
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
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
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
Devansh 211ea2f853
Merge branch 'master' into offset_issue 2020-07-27 15:26:33 +05:30
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