spree_multi_vendor
spree_multi_vendor copied to clipboard
Missing partial spree/order_mailer/_adjustment in Spree::VendorMailer#vendor_notification_email
I am using spree 4.2.0 with multi vendor 2.0.2. I am not sure if this spree/order_mailer/_adjustment partial is the responsibility of spree multi-vendor or spree core, but what I've seen is spree/order_mailer/_adjustment has been remove from spree since Spree 4. You can see the file here: https://github.com/spree/spree/blob/3-7-stable/core/app/views/spree/order_mailer/_adjustment.html.erb
The fix should be as simple as using the code from https://github.com/spree/spree/blob/3-7-stable/core/app/views/spree/order_mailer/_adjustment.html.erb in place of render partial in the vendor_notification_email.html.erb.
Hi, any update on this? Thanks