When I order something in the shop I get an error after submitting:
Info: Attention, #__virtuemart_shipment_plg_weight_countries has not any entry for the order
Info: Attention, #__virtuemart_shipment_plg_weight_countries has not any entry for the order
Info: Attention, #__virtuemart_shipment_plg_weight_countries has not any entry for the order
Info: Message sent to My Name, xxxx@xxxxxxxxx.nl
Also the cart is not made emty and the orders remain...
Anybody an idea what causing this error and how to solve this?
I use Joomla 2.5.9 and VM 2.0.18a
Thanks in advance!
comes from administrator/components/com_virtuemart/plugins/vmpsplugin.php
function getOrderMethodNamebyOrderId ($virtuemart_order_id)
if (!($pluginInfo = $db->loadObject ())) {
vmWarn ('Attention, ' . $this->_tablename . ' has not any entry for the order ' . $db->getErrorMsg ());
have you the weight_countries shipping plugin configured?
I did indeed configure the the shipping plugin. I use the OnePage Checkout component from Rupostel on my site. When I disabling this component, there are no errors in order summary page after payment. So the problem might be the component. I'll post a message on there forum.
Thanks!