VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: zzsser on December 09, 2011, 11:00:49 AM

Title: Shipment method weight countries: problems
Post by: zzsser on December 09, 2011, 11:00:49 AM
Hi,

I have 2 problems with this plugin:

1) I can't configure a new Shipment method weight countries. when I save my choices (country, cost,...) nothing is saved

2) When I select an old Shipment method weight countries (configured a few days ago) and checkout, the table "virtuemart_shipment_plg_weight_countries" is not completed. My test order is not added in this table.

Is it normal that 3 shipping methods are available (see picture) ?

[attachment cleanup by admin]
Title: Re: Shipment method weight countries: problems
Post by: Milbo on December 09, 2011, 11:26:50 AM
No, there went something wrong with the installation of the shipment plugin in joomla. You have 3 times the same plugin, two times not tranlsated. Depending on your joomla version you must delete two lines in your db. For j1.7 look in the extensions table, for j1.5 in plugins table. You can also just delete all vm entries there (except for the component) and use the aio again.
Title: Re: Shipment method weight countries: problems
Post by: zzsser on December 09, 2011, 12:12:18 PM
Thank you for your quick reply !!

I did it and it works, the list has 1 method.

Unforetunetely, the main problem is still present, the table bak_virtuemart_shipment_plg_weight_countries is no more completed since I updated from M version. I use now the RC3 f and j1.7.

So, when I view an order in orders list, this error message appears: SELECT * FROM `#__virtuemart_shipment_plg_weight_countries` WHERE `virtuemart_order_id` = 47



The structure of this table is normal I think:

   id    
   virtuemart_order_id    
   order_number
   shipper_name    
   order_weight    
   shipping_weight_unit    
   shipper_cost    
   shipper_package_fee    
   tax_id
   shipper_id


And the installation of AIO seems ok. The plugin files "weight_countries.php" and "weight_countries.xml" are modified.
Title: Re: Shipment method weight countries: problems
Post by: Milbo on December 09, 2011, 15:39:56 PM
I think I found a small typo in the plugin. related to the renaming we had todo. new subrelease will be done next.
Title: Re: Shipment method weight countries: problems
Post by: zzsser on December 09, 2011, 21:28:04 PM
Ok, thank you ! I'll wait for the next release  ;)