Luis Ramos
|
ba25986756
|
Fix some css rubocop issues
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
098ad6f250
|
Merge partial messages back to home partial where it is only used
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
319657d2c5
|
Move closed shop partial to /messages
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
eb773a813e
|
Extract open shop message to partial
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
5dedbc4231
|
Extract customer_required message to separate partial
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
84c00fe215
|
Remove duplicate conditionals already present in ShopHelper#shop_tabs, when these partials are rendered, these conditions will always be true
In the shops partial, by adding the else, we avoid rendering empty space with an empty
products list in case the shop is closed
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
77d7d2b804
|
Make the background darker only in specific cases
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
b34fb79d69
|
Move content div to messages partial so that it's not used in the closed shop message (no margin according to design)
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
1c41061f9e
|
If shop is closed show closed shop message partial in the home tab
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
b86081090f
|
Extract closed shop message to a partial
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
dbdbe01d6a
|
Add new style to closed shop message
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
5f70ef6e75
|
Improve style of closed shop message and remove border from message
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
e0b3e9a040
|
Remove border of message and paddings, add background color, change link color and split message in two lines
|
2020-05-07 12:17:43 +01:00 |
|
Luis Ramos
|
c64ba75e8d
|
Merge pull request #5348 from luisramos0/single_oc_selector
Replace select box with text when only one OC is available for selection
|
2020-05-07 12:07:19 +01:00 |
|
Luis Ramos
|
d967d855fc
|
Merge pull request #5319 from Matt-Yorkley/caching-by-class
[Caching] Caching data by class
|
2020-05-07 11:43:44 +01:00 |
|
Luis Ramos
|
d1392d400a
|
Merge pull request #5350 from luisramos0/edit_order_snail
Improve order edit page in data inconsistency scenario (follow up from S2 #4186)
|
2020-05-06 20:33:40 +01:00 |
|
Luis Ramos
|
e2b26b2e9c
|
Replace break with if
What we would need would be a continue, not break, so that other units will be processed without halting the cycle through the units
|
2020-05-03 12:00:23 +01:00 |
|
Luis Ramos
|
fa908d4024
|
Extract change_order_cycle partial from main enterprise shop view
|
2020-05-02 19:01:36 +01:00 |
|
Luis Ramos
|
ef0e9dc0ca
|
Replace select box with text when only one OC is available for selection
|
2020-05-02 19:01:33 +01:00 |
|
Luis Ramos
|
89cb447387
|
Hide OC selector if shop requires login/customer
|
2020-05-02 17:56:49 +01:00 |
|
Luis Ramos
|
74c7a01151
|
Merge pull request #5259 from luchiago/add-extra-social-media-to-emails
Add extra social media to order confirmation email
|
2020-04-30 15:01:09 +01:00 |
|
Pau Pérez Fabregat
|
4174ea69a1
|
Merge pull request #5247 from chrishil1/Placeholders_variant
Added placeholders in variant edit page
|
2020-04-30 12:05:59 +02:00 |
|
Pau Pérez Fabregat
|
676add18c3
|
Merge pull request #5322 from luisramos0/dead_content
Delete some dead views
|
2020-04-30 12:02:14 +02:00 |
|
Matt-Yorkley
|
a35f8cdb02
|
Move cache keys used in views into the cache service
|
2020-04-30 09:45:15 +02:00 |
|
Luis Ramos
|
a38b18bd0d
|
Remove smtp config from admin config page
|
2020-04-29 13:34:19 +01:00 |
|
Luis Ramos
|
e6fa08edfc
|
Delete some dead views
|
2020-04-28 19:07:19 +01:00 |
|
Luis Ramos
|
9e43661127
|
Merge pull request #5153 from luisramos0/bye_bye_ga
Bye bye Google Analytics
|
2020-04-28 16:09:16 +01:00 |
|
Matt-Yorkley
|
4d098448f5
|
Cache rendered AMS arrays in darkswarm layout based on latest timestamps of rendered object classes
|
2020-04-28 15:11:59 +02:00 |
|
Luis Ramos
|
868929eed3
|
Merge pull request #4993 from luisramos0/move_ent_fees
Change engine routes to better work with specs in rails 4
|
2020-04-28 11:48:41 +01:00 |
|
Luis Ramos
|
248b0016d4
|
Remove trackers and google analytics
|
2020-04-27 18:40:33 +01:00 |
|
Luis Ramos
|
d8d6bad11c
|
Remove config and sections related to google analytics in the cookies banner and cookies page
|
2020-04-27 18:40:00 +01:00 |
|
Luis Ramos
|
ab16931d70
|
Merge pull request #5257 from luisramos0/stripe_sca_payments_last
StripeSCA - reuse better method to fetch last payment of an order to avoid nasty bugs in the future
|
2020-04-27 18:34:35 +01:00 |
|
Luis Ramos
|
2984829790
|
Merge pull request #5253 from luisramos0/edit_order
Make edit order page work even if inventory_items dont have a corresponding line_item in the order
|
2020-04-23 19:27:31 +01:00 |
|
Pau Pérez Fabregat
|
a8ca471cd2
|
Merge pull request #5189 from Matt-Yorkley/mobile-buttons
[Mobile UX] Style updates on buttons
|
2020-04-23 12:56:49 +02:00 |
|
Luis Ramos
|
52becf6abc
|
Extract payment method logic from OrderPaymentFinder into the orders helper
|
2020-04-23 16:08:10 +10:00 |
|
Luis Ramos
|
23f4faf192
|
Merge pull request #4841 from luisramos0/kill_rabl
Hide broken product taxons field, remove last rabl template and rabl itself
|
2020-04-21 18:49:12 +01:00 |
|
Luis Ramos
|
15e56b21ae
|
Merge pull request #5229 from chrishil1/missing_translation
Added missing translations to enterprise_relationship page
|
2020-04-18 18:15:54 +01:00 |
|
Lucas Hiago
|
acfe0c540a
|
Create instagram css property and apply
|
2020-04-18 10:06:14 -03:00 |
|
Lucas Hiago
|
ac2ab34e11
|
Add connect with us footer to customer order confirmation email
|
2020-04-18 10:06:06 -03:00 |
|
Luis Ramos
|
8f8dce4bab
|
Do not render inventory items in the shipment that dont have a line item in the order
|
2020-04-17 20:23:29 +01:00 |
|
jeffrey s hill md
|
ed91c179cd
|
Changed translation paths
|
2020-04-17 12:04:27 -05:00 |
|
jeffrey s hill md
|
d8444dcf3c
|
Added placeholders
|
2020-04-16 14:59:41 -05:00 |
|
chrishil1
|
a9829ba5d9
|
Update _enterprise_relationship.html.haml
|
2020-04-15 17:01:22 -05:00 |
|
chrishil1
|
c3f01be580
|
Fixed display all required tag
|
2020-04-15 19:00:35 +01:00 |
|
jeffrey s hill md
|
5e1dea61a8
|
added missing translations to enterprise_relationship page
|
2020-04-14 11:20:56 -05:00 |
|
Luis Ramos
|
b5ba2acb21
|
Merge pull request #5169 from jeduardo824/enhancement/5102-make-shop-names-links
make shop name a link on /account
|
2020-04-09 22:01:34 +01:00 |
|
Matt-Yorkley
|
0414f4984d
|
Align buttons left and right on cart page
|
2020-04-08 10:55:55 +02:00 |
|
Matt-Yorkley
|
9c421e146e
|
Remove arrows from cart and checkout buttons
|
2020-04-08 10:23:18 +02:00 |
|
Matt-Yorkley
|
003341ef7a
|
Add loading indicator when showing closed shops
|
2020-04-07 10:40:49 +02:00 |
|
Matt-Yorkley
|
94f8ea2f93
|
Fix flicker effect showing 3 buttons when clicking "Show Closed Shops" button
|
2020-04-07 10:31:56 +02:00 |
|