News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

"Please select a shipment method. We ar....

Started by dnlvsci, February 12, 2012, 14:33:45 PM

Previous topic - Next topic

dnlvsci

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.

Milbo

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.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

dnlvsci

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)

design609

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...

Milbo

ah thanks, yeh the problem is not on j1.7. I gonna fix it.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/