Jean-Baptiste Bellet
61f8dfd809
Add order_token params to the redirect URL after checkout
2022-05-09 17:45:52 +02:00
Maikel
e59d753333
Merge pull request #9044 from georgethoppil/optional-restock-items
...
Optional restock items
2022-05-09 09:08:26 +10:00
GeorgeThoppil
8903496a1b
Optional restocking items
2022-05-06 10:55:24 -04:00
Filipe
fb834d3143
Merge pull request #9138 from jibees/9137-order-shipping-methods-alphabetically
...
Split checkout: Order shipping methods by name
2022-05-05 12:41:12 +01:00
Maikel
5ff1c1c7c2
Merge pull request #9136 from mayhemheroes/mapi
...
add Mayhem for API as a github workflow
2022-05-03 16:00:26 +10:00
Filipe
664e2a5423
Merge pull request #9057 from jibees/9038-handle-payment-errors-on-split-checkout
...
Split checkout: handle cards that throws any errors
2022-05-02 12:20:02 +01:00
Maikel
e2eb92fd90
Merge pull request #9119 from mkllnk/active-storage-part1
...
Store files with Active Storage in addition to Paperclip
2022-04-29 10:10:36 +10:00
J. David Lowe
da2e7b404f
add Mayhem for API as a github workflow
2022-04-28 13:30:34 -07:00
Filipe
ce9bd37c9b
Merge pull request #9117 from jibees/9085-add-additionnal-items-in-/cart-page-for-split-checkout
...
Split checkout: Unless order is complete, /cart could be updated
2022-04-28 19:59:08 +01:00
Filipe
d57d812ab4
Merge pull request #9110 from georgethoppil/update-subscription-deleted-product
...
Return if variant is deleted
2022-04-28 15:54:51 +01:00
Jean-Baptiste Bellet
34fcb4a1f7
Order shipping methods by name
...
+ create spec
2022-04-27 16:37:37 +02:00
Jean-Baptiste Bellet
b370ee328a
Click twice on "Next - Order summary" button
...
yes, this is a hack, but can't make it work as a normal behavior. For testing purpose, we use `spec/support/fixtures/stripejs-mock.js` and it seems not working with our `app/webpacker/controllers/stripe_controller.js`
2022-04-27 15:43:05 +02:00
Maikel Linke
9dc3c5a06c
Add task for ContentConfig image migration
2022-04-25 13:00:31 +10:00
Maikel Linke
1c1f9d73a3
Add task to migrate existing files to Active Storage
...
Common migrations look for all models with *_file_name attributes but I
found that unreliable in our code base. It finds too many model classes
and doesn't allow us to be more selective in the migration. So I used
our own migration declaration to migrate exactly those attachments
specified.
2022-04-25 13:00:31 +10:00
Maikel Linke
ec64e5c8f7
Store images with Active Storage as well
...
While we migrate from Paperclip to Active Storage, we need to use both
at the same time to avoid any downtime or lost images.
Once the migration is complete, we want to use the same name for
attachment as before. Using Paperclip and Active Storage at the same
time creates a name conflict on a couple of methods.
I'm using alias_method as a temporary solution to access Active Storage
methods. We will remove that after the migration. I declare Paperclip
afterwards so that we have those methods declarations for backwards
compatibility now.
2022-04-25 13:00:31 +10:00
Filipe
cb540d66c6
Merge pull request #9084 from jibees/9046-property-filter-on-shopfront
...
Fix an issue which prevented filtering by properties and sorting by category on a shopfront.
2022-04-22 11:03:31 +01:00
GeorgeThoppil
898c470c00
Change enterprise visibility scope
2022-04-21 20:27:28 -04:00
GeorgeThoppil
2046317f16
Allow update of subscriptions containing deleted products
2022-04-21 20:23:34 -04:00
Jean-Baptiste Bellet
9306e054b8
Unless order is complete, /cart could be updated
...
Split_checkout introduced new state for an order
Update specs as well
Follow up #8944
2022-04-21 14:22:39 +02:00
Jean-Baptiste Bellet
3e5656e638
Remove distinct to make proper ORDER BY
...
Update specs as well to test match array and test duplication by adding property2 to product1
2022-04-21 11:03:22 +02:00
Jean-Baptiste Bellet
96f267eefe
Create specs for filtering by properties when sorting is available
...
+ update product, supplier, taxon name to be more precise
2022-04-21 11:03:22 +02:00
Filipe
f516b7056d
Merge pull request #8863 from georgethoppil/payment-state-cancel-subscription-order
...
Setting payment state for subscription order
2022-04-20 13:14:57 +01:00
Filipe
1f6b5ef309
Merge pull request #8979 from jibees/6300-dont-submit-form-element-that-are-not-handled-by-backend
...
shipping fees on admin: avoid backend error when updating calculator type
2022-04-20 12:23:32 +01:00
Cillian O'Ruanaidh
4162830bee
Switch help modals from angular templates to use ViewComponent and StimulusJs
2022-04-20 09:36:30 +10:00
Jean-Baptiste Bellet
e607d5c161
Shipping method: disabled form element to not submit them
...
As they're not handled by the backend
2022-04-19 15:16:07 +02:00
Jean-Baptiste Bellet
4b629eae11
Test that fee can be updated from weight to Flat Rate
...
+ Missing some spree i18n keys
2022-04-19 14:28:18 +02:00
Jean-Baptiste Bellet
6f5dd5ab0c
Prepare to receive another test in the same context
2022-04-19 14:28:18 +02:00
Filipe
4dde49c881
Merge pull request #8991 from jibees/8985-Make-checkbox-for-Send-a-cancellation-email-to-the-customer-checked-by-default
...
Admin, editing order, on last item deletion modal: "Send a cancellation email to the customer" checked by default
2022-04-18 14:04:08 +01:00
Filipe
f831154b6f
Merge pull request #8950 from jibees/5903-delete-coordinators_fees-linked-to-cloned-OC
...
Delete linked coordinators fees when deleting an order cycle
2022-04-18 11:55:53 +01:00
Filipe
01e915800e
Merge pull request #9037 from jibees/9028-last-item-of-order-cancellation
...
BOM: show custom modal on last item deletion of an order
2022-04-15 18:47:51 +01:00
Filipe
4009f3313f
Merge pull request #8814 from Matt-Yorkley/tom-select
...
Introduce new select/dropdown library
2022-04-15 18:08:08 +01:00
Filipe
54d64c1c2c
Merge pull request #8841 from apricot12/8790_display_stock_left_shop
...
Display remaining stock in shopfront if enabled in shop preferences
2022-04-15 17:58:40 +01:00
jibees
6ba255ce85
Merge pull request #9000 from filipefurtad0/adds_coverage_tags_on_details_step
...
Adds basic coverage on tag functionality on payment methods
2022-04-15 09:22:43 +02:00
Maikel
28de8bbb8d
Merge pull request #9083 from filipefurtad0/updating_properties_specs
...
Updating properties specs
2022-04-15 11:25:32 +10:00
Nihal Mohammed
15e7a5a4df
Rename product_stock_display to product_low_stock_display
...
Rename product_stock_display to product_low_stock_display in enterprise_serializer and shop_variant_controller
2022-04-15 10:59:42 +10:00
Nihal Mohammed
66386683b6
Add system spec
...
Fix linter errors
2022-04-15 10:56:26 +10:00
Jean-Baptiste Bellet
af69064d3a
Add mocked shopfront
2022-04-15 10:53:28 +10:00
filipefurtad0
029df03ee6
Improves naming and styling
2022-04-14 14:40:59 +01:00
jibees
727aa553e7
Merge pull request #9088 from mkllnk/9024-setup-script
...
Update setup script for removed callbacks
2022-04-14 14:48:02 +02:00
GeorgeThoppil
8aa4631e21
Setting payment state for subscription order
2022-04-13 19:08:51 -04:00
filipefurtad0
c8b5ce64a4
Adds coverage for hiding payment methods with tags
2022-04-13 23:44:54 +01:00
filipefurtad0
aed757e349
Adds tests on shopfront ordering preference setting
2022-04-13 23:38:03 +01:00
filipefurtad0
18572cbbfa
Adds sorting by product to reproduce #9046 ; sets assertion as pending
2022-04-13 23:38:03 +01:00
filipefurtad0
f3706bdb00
Adds taxon and property filtering
2022-04-13 21:55:23 +01:00
Filipe
94bba56726
Merge pull request #9063 from georgethoppil/select-all-variants
...
Add all variants for only one distributor
2022-04-13 19:37:31 +01:00
Filipe
0cc056ab7f
Merge pull request #9071 from Matt-Yorkley/permissions-query-improvements
...
Improve permissions query building
2022-04-13 19:23:13 +01:00
Maikel Linke
4d8c44d890
Include port in URLs generated by system specs
...
This means that we can follow generated links, for example in emails and
reach the test app server.
2022-04-13 15:03:38 +10:00
Maikel Linke
a3a1e27cb1
Update setup script for removed callbacks
...
We removed some Spree magic a while back and that broke our sample data
script. This is now corrected.
I also added a spec so that we will notice broken seed data earlier.
2022-04-13 14:48:30 +10:00
Maikel
a4bffc61f1
Merge pull request #8997 from apricot12/8968-Group-products-by-supplier-P1
...
Sort products by supplier in invoice
2022-04-13 11:54:12 +10:00
Maikel
26d6969b5b
Merge pull request #9045 from jibees/9043-send-email-cancelation-by-default
...
Send cancellation email by default when cancelling an order
2022-04-13 11:53:43 +10:00