Hi all-
Sorry it took so long to get back about this. At the time the site I made only used VM as a catalogue, but has since wanted to use it as a shop. I inevitably ran into the same problem with the checkout system. So I basically just disabled all SEF on the page for the checkout phase. Bear in mind this is a brute force hack, but it works.
Edit
<joomla_root>/components/com_sef/sef.php
Line 17
Change
To:
if ($mosConfig_sef &&
!((isset($_REQUEST['option'] ) && $_REQUEST['option'] == 'com_virtuemart' ) &&
(isset($_REQUEST['page'] ) && strpos($_REQUEST['page'],'checkout') !== false))){
and that should resolve problems with the checkout.
I bundled the new sef.php and the com_virtuemart.php sef_ext into one zip file
available here
Regards-
Mark
Post edited by: fabrizim, at: 2006/10/05 01:07<br><br>Post edited by: fabrizim, at: 2006/10/05 15:43