Error after submitting: virtuemart_shipment_plg_weight_countries

Started by Rixters, February 13, 2013, 16:08:24 PM

Previous topic - Next topic

Rixters

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!


GJC Web Design

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?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Rixters

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!