EdEichman Posted November 2, 2015 Share Posted November 2, 2015 Although this forum was helpful when I was trying to make a copy of the bank wire module, I didn't find any info that tied everything together, so I thought I would write one up. The main sticking points were finding that I had to add entries to ps_options, ps_order_state and ps_order_state_lang tables. 2 Link to comment Share on other sites More sharing options...
Dave L Posted January 2, 2016 Share Posted January 2, 2016 Hi Ed Many thanks for sharing this module duplication tutorial. It works a treat. Good job. Link to comment Share on other sites More sharing options...
Dave L Posted January 2, 2016 Share Posted January 2, 2016 (edited) Just an update on the CSS side. I needed to make some changes in global.css to have the duplicated module display properly on the payment methods page. Inserted the code in red p.payment_module a.banktransfer { background: url(../img/banktransfer.png) 15px 12px no-repeat #fbfbfb; } p.payment_module a.bankwire { background: url(../img/bankwire.png) 15px 12px no-repeat #fbfbfb; } p.payment_module a.cheque { background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb; } p.payment_module a.cash { background: url(../img/cash.png) 15px 15px no-repeat #fbfbfb; } p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.banktransfer:after, p.payment_module a.cash:after, p.paypal:after { Also dropped a 64 x 64 banktransfer.png image in mytheme/img The part of the code in blue puts the grey arrow in the paypal payment block, although this is still not quite right. The arrow is not quite as bold and is a little too far to the right. Working on it. Edited January 2, 2016 by Dave L (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now