Page 1 of 1

One Page Checkout for Virtuemart 3 and Joomla 3.x

PostPosted: Tue Jul 29, 2014 3:33 pm
by admin
Hello friends, since version of OPC 2.0.251 we officially support Joomla 3.x and Virtuemart 3.x. Please post your comments, issues, feature request to this forum.

Best Regards, Stan, RuposTel.com

Re: One Page Checkout for Virtuemart 3 and Joomla 3.x

PostPosted: Wed Jul 30, 2014 1:04 pm
by vbarriofseo@.....com
Hi, I'm working with Joomla 3.2, Virtuemart 2.9.8 and checkout works, but the cart template does not load correctly.
Using OPC 2.0.252.

The template works fine up to version 248, but obviously the cart order confirmation doesn't.

See attachment for screenshot.

Do you have any clue.

Thanks

Re: One Page Checkout for Virtuemart 3 and Joomla 3.x

PostPosted: Thu Jul 31, 2014 10:18 pm
by admin
Hello, pls disable opctracking plugin that causes the issue. I will release an update for this by tommorow. Best regards,stan

Re: One Page Checkout for Virtuemart 3 and Joomla 3.x

PostPosted: Fri Aug 01, 2014 10:44 am
by vbarriofseo@.....com
Hi Stan,

I had opctracking disabled, because I get a blank page when I eneable it, same for plg_system_opccart, so both are disabled.

Using firebug this is the compleat <head> section that i see when opening the cart:

<style id="nkdyehonvglc" type="text/css">
a[rel*="nofollow"] { outline: 1px dashed rgba(255,0,0,0.5) !important; }
</style>

pls let me know if you need more details

thanks

Re: One Page Checkout for Virtuemart 3 and Joomla 3.x

PostPosted: Fri Aug 01, 2014 3:38 pm
by admin
hello, pls enable virtuemart's debugging:

Image

and optionally joomla error reporting may also need to be enabled:
Image

and send me a "Fatal error" that is shown on the page.

The last know from other customer is caused in:
\components\com_onepage\helpers\opctracking.php
Code: Select all
$domain = $config->getValue('config.cookie_domain');
    $path = $config->getValue('config.cookie_path');


should become:
Code: Select all
    if (!OPCJ3)
    {
    $domain = $config->getValue('config.cookie_domain');
    $path = $config->getValue('config.cookie_path');
    }
    else
    {
    $domain = $config->get('cookie_domain');
    $path = $config->get('cookie_path');
    }



Let me know if this fixed it, if not then i need to find another issue. i would like to release this fix today.

Best Regards, Stan

Re: One Page Checkout for Virtuemart 3 and Joomla 3.x

PostPosted: Sat Aug 02, 2014 1:21 pm
by vbarriofseo@.....com
Hi Stan,

This is the Fatal error i get with VM 2.9.8 and OPC 252 (Same for VM2.9.5 and with opctracking enabled and disabled)

Fatal error: Call to undefined method Joomla\Registry\Registry::getValue() in /var/www/vhosts/101leds.es/rapiled.es/components/com_onepage/helpers/opctracking.php on line 114

The change in opctracking.php worked so problem is now SOLVED!!!!!!!!!!!!

Also enabling opctracking it works.

Have a non critical issue, that you might like to look into it, when I update any change in OPC configuration, VM configuration resets all of its values so I have to reconfigure VM.

Thaanks for your help

Re: One Page Checkout for Virtuemart 3 and Joomla 3.x

PostPosted: Tue Aug 05, 2014 3:01 pm
by admin
hello, i am now about to release an update to the latest opc:
- J3: fixes this fatal error
- J3: fixes fatal error in language editor
- VM3: fixes configuration reset

adds a new opc theme for jtouch mobile. i will send it to you by email, let me know if you notice any further problems before i release it officially.

best regards, stan