One Page Checkout for Virtuemart 3 and Joomla 3.x

If you are runnig Joomla 3.x and Virtuemart 3.x please post to this forum your questions or support tickets about One Page Checkout

One Page Checkout for Virtuemart 3 and Joomla 3.x

Postby admin » Tue Jul 29, 2014 3:33 pm

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
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

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

Postby vbarriofseo@.....com » Wed Jul 30, 2014 1:04 pm

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
Attachments
OPC_252.PNG
OPC_252.PNG (168.38 KiB) Viewed 27489 times
vbarriofseo@.....com
 
Posts: 3
Joined: Fri Mar 07, 2014 5:05 pm

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

Postby admin » Thu Jul 31, 2014 10:18 pm

Hello, pls disable opctracking plugin that causes the issue. I will release an update for this by tommorow. Best regards,stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

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

Postby vbarriofseo@.....com » Fri Aug 01, 2014 10:44 am

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
vbarriofseo@.....com
 
Posts: 3
Joined: Fri Mar 07, 2014 5:05 pm

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

Postby admin » Fri Aug 01, 2014 3:38 pm

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
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

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

Postby vbarriofseo@.....com » Sat Aug 02, 2014 1:21 pm

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
vbarriofseo@.....com
 
Posts: 3
Joined: Fri Mar 07, 2014 5:05 pm

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

Postby admin » Tue Aug 05, 2014 3:01 pm

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
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 3 on Joomla 3.x