Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

JoomSEF and Virtuemart
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.

TOPIC: JoomSEF and Virtuemart

Re:JoomSEF and Virtuemart 17 years, 7 months ago #264

  • Meriturva
I unistall the JoomSEF because of that problem. Too many 404 errors and i didn't find the way to fix the problem in the checkout phase (Virtuemart 1.0.6). Any news?
Meriturva

Re:JoomSEF and Virtuemart 17 years, 6 months ago #405

  • Gary Hides
Ahhh.... so you had the same problems then :(

Re:JoomSEF and Virtuemart 17 years, 6 months ago #424

  • fabrizim
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

 
if ($mosConfig_sef)
 


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

Re:JoomSEF and Virtuemart 17 years, 6 months ago #438

  • meriturva
I downloaded the JoomSef 1.2.5rc1 and the Virtuemart Sef Extension found in this thread (Page 1). It seems to work even without the Sef Hack.

am i wong? the rc corrects this bug itsef?

Thanks

Meriturva

Re:JoomSEF and Virtuemart 17 years, 6 months ago #471

  • Johnny
Well, I just placed the extension in my root file and tried the cart again. It's still messed up for me. And the thing is, I can't even use his hack because the base code is for v. 1.2.4 and it's 1.2.5 now. I don't know php well enough to try it myself. Please come back Mark! :)

Re:JoomSEF and Virtuemart 17 years, 6 months ago #477

  • fabrizim
http://joomlicious.com/download/Hacks/2.htm

I updated the hack for 1.2.5 - I hadn't done this before because someone told me that artio 1.2.5 now works with VM, but I am not sure that is true. In any case, this hack will disable SEF throughout the checkout process.

Regards-
Mark
User Login Empty