VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: dnlvsci on February 12, 2012, 14:33:45 PM

Title: "Please select a shipment method. We ar....
Post by: dnlvsci on February 12, 2012, 14:33:45 PM
Hello Milbo!

I'd like to ask can you explain me what is the different about this two codes: (in admin/components/com_virtuemart/plugins/vmpsplugin.php)
In VM 2.0.1F :
        $select = 'SELECT l.*, v.*,
   j.`extension_id`,j.`name`, j.`type`, j.`element`, j.`folder`, j.`client_id`, j.`enabled`, j.`access`, j.`protected`, j.`manifest_cache`,
   j.`params`, j.`custom_data`, j.`system_data`, j.`checked_out`, j.`checked_out_time`, j.`state`,  s.virtuemart_shoppergroup_id ';

In VM 2.0.0:
       $select = 'SELECT l.*, v.*, j.*, s.virtuemart_shoppergroup_id ';

If I not rewrite the 2.0.1F code to 2.0.0 code I get this error message always
"Please select a shipment method. We are sorry, no shipment method matches the characteristics of your order." and the payment too.
Title: Re: "Please select a shipment method. We ar....
Post by: Milbo on February 12, 2012, 16:11:08 PM
Please use your own threads for questions (this is splitted from "New pre subrelease VirtueMart 2.0.1 F"). The difference is that we take one time anything,.. and the column for ordering is overwritten by the other table. Please provide your used joomla version.
Title: Re: "Please select a shipment method. We ar....
Post by: dnlvsci on February 12, 2012, 17:46:42 PM
I'm using joomla 1.5.25 and VM2.0.1F :)

After VM2.0 all version made this bug for me. I don't know what is the problem, but this rewrite solved for me. ONly just the rewrite :( I try lot of method and different setups, but the end neither not working.

If I use the rewrited code I lost something? (ex. setup, funciton or anything else)
Title: Re: "Please select a shipment method. We ar....
Post by: design609 on February 13, 2012, 10:58:57 AM
Hi
I can confirm same issue.
J1.5.25 VM 2.0.1E, VM 2.0.1F

@dnlvsci
Thanks for the temp fix - helped me out  :)

Lets hear what we lost...
Title: Re: "Please select a shipment method. We ar....
Post by: Milbo on February 14, 2012, 04:59:13 AM
ah thanks, yeh the problem is not on j1.7. I gonna fix it.