Menu Content

Support

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

Unable to checkout with vm and JoomSEF enabled
(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: Unable to checkout with vm and JoomSEF enabled

Re:Unable to checkout with vm and JoomSEF enabled 15 years, 3 months ago #5592

com_virtuemart.php file placed in "JoomlaRoot/components/com_sef/sef_ext".

This file is part of an extension to JoomSEF:
www.artio.net/en/eshop/joomsef-extension...msef-extension-1-1-3

Re:Unable to checkout with vm and JoomSEF enabled 15 years, 3 months ago #5593

Ok thanks I found It. But can I ask You for some Informations more ;) .

I put the code in the fiele between the parts you suggest.

But in my file is a differenz between the code parts:

In my file:

// Ignore if admin mode.
if (isset($pshop_mode) && ($pshop_mode == 'admin')) {
return $string;
}


if (@$page == 'checkout.index') {
return $string;
}

$title[] = JoomSEF::_getMenuTitle(@$option, @$task, @$Itemid);


Here is " JoomSEF:: " before "_getMenu". Need the workaround now some Modifiaktions?

The checkout Prozess gives some errors: Fatal error: Call to a member function toString() on a non-object in /home/www/web6/public_html/libraries/joomla/methods.php on line 55

If you want and have time, please make under poweriserberlin.de a cart or checkout test, so you see the error.

Do you have some ideas more? Thanks Pierre
Last Edit: 15 years, 3 months ago by parlt.

Re:Unable to checkout with vm and JoomSEF enabled 15 years, 3 months ago #5596

No idea about the fatal error. Sorry.

About the differences in the files, note what the line number is for VM extension 1.1.3 for JoomSEF.
If you already upgraded it to the latest version, 1.1.4, the line numbers will be slight different: you should insert the code at line 238 or 243.
User Login Empty