VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Rixters on February 13, 2013, 16:08:24 PM

Title: Error after submitting: virtuemart_shipment_plg_weight_countries
Post by: Rixters on February 13, 2013, 16:08:24 PM
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!

Title: Re: Error after submitting: virtuemart_shipment_plg_weight_countries
Post by: GJC Web Design on February 13, 2013, 18:29:06 PM
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?
Title: Re: Error after submitting: virtuemart_shipment_plg_weight_countries
Post by: Rixters on February 14, 2013, 09:58:27 AM
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!