Hi,
I am using VM 3.0.12 and having this bugging issue with emails being sent to the vendor once when
order is being confirm (which is fine and just like i config it in VM) but for some reason the email being sent again to the vendor after about 24hours
which make a lot of confusion.
By the way, i am updating the order status from confirm to shipped and after 24 hours when i get the order email again
the order status is again "confirm".
Any idea how to fix this so i will get only one email alert when order is confirmed?
Many thanks
Itai
Have seen this on some sites and is normally the fault of the payment plugin not checking the Status before setting to say "C"
I have seen the std. response being sent by Google bot etc -- no idea how they harvest them..
perhaps twats that set their browsers to "further their browsing experience" etc
e.g.
66.249.xx.xx - - [14/Mar/2016:02:29:40 +0200] "GET /index.php?option=com_virtuemart&view=pluginresponse&task=pluginresponsereceived&on=Axxxx&pm=5&Itemid=0 HTTP/1.1" 200 5885 "-" "AdsBot-Google (+http://www.google.com/adsbot.html)"
This particular one was heidelpay.. which had no check on the Status and would even set orders from Shipped back to Confirmed days later and trigger all emails etc
fixed by writing a proper status check in the plugin response
Hi,
I tried to understand what you just explaind but just dont get it.
.
Can you help me to get it fix some how?
It will be great and i will be thank full.
What payment plugin are you using?
Im using paypal and a local credit card company plugin.
But im using the same on ather web site and all works fine there.
Disable the local credit card plugin and check again.
or go thru your server access logs searching for any GET with task=pluginresponsereceived
are there multiple ones with the same on=xxxxxxxx ?
if so copy paste into a browser and try them.. see what happens
or copy/paste any one and see what happens..