Archive

Posts Tagged ‘custom virtuemart plugin’

Custom Virtuemart Plugin

January 28th, 2010 Comments off

Problem:
My client has multiple physical store locations but no warehouse. They want the closest store to be notified when an order is placed.

Solution:
I need a custom virtuemart plugin that will allow an order notification email to be sent to a specific email address depending on the customers shipping address.

I would prefer for this to be a plugin that would allow me to add in the email addresses from the admin. It also needs to be a plugin so that the client can still update vmart without breaking the code.

Bear