Andy Brett
|
e9a00eb0d4
|
Merge pull request #7310 from cillian/resumed-order-actions-menu
Make sure the Resend Confirmation and Send/Print Invoice links display for resumed orders
|
2021-06-30 10:43:07 -07:00 |
|
Luis Ramos
|
5a05a21dad
|
Revert to false so strings can be mutated in this class
|
2021-06-17 23:07:54 +01:00 |
|
Luis Ramos
|
e52937c113
|
Use rubocop auto correct to add frozen string literal to all files
This is an unsafe auto corection, we will need to trust our build here
|
2021-06-17 23:07:26 +01:00 |
|
Jean-Baptiste Bellet
|
aea0670268
|
Add method payment_method to get the payment method from a payment
- Method `payment_method_name` now use `payment_method`
|
2021-05-19 11:55:38 +02:00 |
|
Matt-Yorkley
|
ab65b01fcf
|
Rename payments helper
|
2021-05-03 14:17:54 +01:00 |
|
Luis Ramos
|
049c2b59ca
|
Adapt routes and helpers to make view spec green
|
2021-04-13 16:54:32 -07:00 |
|
Matt-Yorkley
|
88df425b78
|
Remove Spree::Api::ApiHelpers
🔥
|
2021-04-08 12:53:17 +01:00 |
|
Andy Brett
|
f2e238d0ea
|
refactor view logic to helper
|
2021-04-03 13:33:09 -07:00 |
|
Cillian O'Ruanaidh
|
7e2d9ff381
|
The Resend Confirmation and Send/Print Invoice links should display for resumed orders too
These are links inside the Actions drop down menu on the edit order view. Before they were missing if an order was in a resumed state.
Fixes #5946
|
2021-04-02 15:41:59 +01:00 |
|
Matt-Yorkley
|
81ac2c5add
|
Delete code related to :cost_price field
|
2021-02-17 14:27:51 +00:00 |
|
Luis Ramos
|
f3da7afd55
|
Replace spree_order_path with order_path so we can use scope in the routes file
|
2021-01-25 19:55:42 +00:00 |
|
Luis Ramos
|
6e7ee02191
|
Change spree.order_path to spree_order_path everywhere
|
2021-01-25 19:52:48 +00:00 |
|
Matt-Yorkley
|
45e4d86631
|
Merge money_decorator.rb with money.rb
The #rounded method was left out, as it appears to be dead code.
|
2021-01-06 19:17:00 +00:00 |
|
Luis Ramos
|
23956726e9
|
Add missing translation
|
2020-11-04 12:37:55 +00:00 |
|
Luis Ramos
|
805b4d243e
|
Fix missing translations
|
2020-11-04 12:15:45 +00:00 |
|
Andy Brett
|
4f579facfe
|
move all_units to admin helper
|
2020-10-29 09:17:49 -07:00 |
|
Maikel
|
8c65498661
|
Merge pull request #5998 from andrewpbrett/shipping-per-pound
Per-pound shipping calculator
|
2020-10-16 15:27:57 +11:00 |
|
Andy Brett
|
fdb1019ee2
|
fix styles per rubocop
|
2020-09-17 16:41:49 -07:00 |
|
Andy Brett
|
988abf7a8c
|
update preference field interface to be more clear
|
2020-09-17 08:27:45 -07:00 |
|
Luis Ramos
|
f566c2127d
|
Merge pull request #5924 from luisramos0/basic_spree_core
[Bye bye spree] Bring base_helper and log_entry from spree core
|
2020-09-16 14:57:41 +01:00 |
|
Andy Brett
|
d32ed6b48f
|
improve styling on calculators UI
|
2020-09-12 10:43:14 -07:00 |
|
Andy Brett
|
c618ba3b2c
|
style fixes
|
2020-09-07 13:44:42 -07:00 |
|
Andy Brett
|
5a5cbbd318
|
add drop down list for unit preference
|
2020-09-07 13:26:09 -07:00 |
|
Luis Ramos
|
b2cf414fb8
|
Use exiting translation
|
2020-09-01 17:09:22 +01:00 |
|
Luis Ramos
|
5958c2f68c
|
Rubocop autocorrect
|
2020-09-01 17:09:22 +01:00 |
|
Luis Ramos
|
b9f7a98c46
|
Bring image, asset and images_helper from spree_core
|
2020-09-01 17:09:22 +01:00 |
|
Luis Ramos
|
2f93a06dd5
|
Run rubocop -a on files brought from spree_core
|
2020-09-01 09:46:41 +01:00 |
|
Luis Ramos
|
c151195e3a
|
Merge decorator with original class and delete dead code
|
2020-09-01 09:46:41 +01:00 |
|
Luis Ramos
|
7ec00cf40a
|
Bring base files from spree_core
|
2020-09-01 09:45:11 +01:00 |
|
Luis Ramos
|
5b3e350204
|
Rename zone.country_list to zone.countries
|
2020-08-26 23:12:48 +01:00 |
|
Luis Ramos
|
0ba1642bd2
|
Fix rubocop issues
|
2020-06-22 17:39:20 +01:00 |
|
Luis Ramos
|
8a9dae0ee2
|
Run rubocop autocorrect
This is the result of bundle exec rubocop --auto-correct
|
2020-06-22 12:23:10 +01:00 |
|
Matt-Yorkley
|
e84e0aebe6
|
Fix fatal error in reports helper for orders without payments
|
2020-06-11 11:22:07 +02:00 |
|
Luis Ramos
|
2ff8356c63
|
Delete dead code from products helper
|
2020-04-09 16:33:17 +01:00 |
|
Matt-Yorkley
|
d847560d7c
|
Fix rubocop issues
|
2020-03-25 10:15:03 +01:00 |
|
Matt-Yorkley
|
3de887e1d8
|
Remove some N+1s relating to address (found with bullet gem)
|
2020-03-19 23:41:47 +01:00 |
|
luisramos0
|
e5c9468d09
|
Fix rubocop issues in navigation_helper
|
2020-02-05 22:16:20 +00:00 |
|
luisramos0
|
694995ea5d
|
Prefix root_path with main_app so that ofn's route is used. The spree root path is no longer defined, we dont need it
|
2020-02-05 16:02:43 +00:00 |
|
luisramos0
|
bbb3748d3c
|
Simplify orders events logic
|
2020-02-04 11:51:13 +00:00 |
|
luisramos0
|
08dd992344
|
Merge orders_helper with decorator
|
2020-02-04 11:51:13 +00:00 |
|
luisramos0
|
914244a1ee
|
Bring orders helper from spree_backend
|
2020-02-04 11:51:13 +00:00 |
|
Luis Ramos
|
c4bf4f001f
|
Merge pull request #4509 from luisramos0/backend_ctrl_payments
Bring spree_backend payments controller to OFN
|
2020-02-04 11:46:23 +00:00 |
|
luisramos0
|
3e68dc5bb2
|
Extract some methods from base_helper to zones_helper to make it explicit they are only used in the zones admin pages
|
2020-01-28 18:05:30 +00:00 |
|
luisramos0
|
919242d9ec
|
Fix rubocop issues in spree/admin/base_helper
|
2020-01-28 18:05:15 +00:00 |
|
luisramos0
|
109f2866ae
|
Merge base_helper with decorator
|
2020-01-28 18:04:36 +00:00 |
|
luisramos0
|
76eafa8415
|
Bring base_helper from spree_backend
|
2020-01-28 18:04:36 +00:00 |
|
luisramos0
|
766303b332
|
Add required payment_helper from spree_backend
|
2020-01-22 20:22:28 +00:00 |
|
luisramos0
|
cccff6b500
|
Remove unused methods from navigation helper
|
2020-01-21 22:51:23 +00:00 |
|
luisramos0
|
27572cbe68
|
Remove alias_method klass_for_with_sym_fallback
|
2020-01-21 22:49:55 +00:00 |
|
luisramos0
|
8a912d6f02
|
Remove redundant method tab_with_cancan_check
This was introduced to work with previous versions of spree
|
2020-01-21 22:49:55 +00:00 |
|