gl636474 / NaturesCupboard2

0 stars 0 forks source link

Add "Bank Transfer" payment option #23

Closed gl636474 closed 4 years ago

gl636474 commented 4 years ago

Need 3 order statuses: 1) Pending (waiting for verification of payment) 2) Processing (picking/packing/sending) 3) Complete

Bank transfer payments go to status (1) until we manually verify payment received. PayPal payments go straight to (2).

gl636474 commented 4 years ago

Order status works out of the box. Fixed in version 1.1.1 (commit https://github.com/gl636474/NaturesCupboard2/commit/a6644f664ded346388fe571c007e286d53bfdc72 )

Additionally the email logo is updated so "transactional emails" generated by Magento on new/updated order look right. Images for emails go in media/email/logo.

For some reason, the auto cache flush on madman deploy was not quite enough to always show changes to wording of bank transfer instructions; manual click of cache flush button required in admin manage cache page.

gl636474 commented 4 years ago

Majority of work done in commit https://github.com/gl636474/NaturesCupboard2/commit/b130ef6e9e64fc4e3d96eee027fdb4920d8e06d8