News:

Looking for documentation? Take a look on our wiki

Main Menu

One Page Checkout for VirtueMart 2 released!

Started by Linelab, March 11, 2012, 22:44:48 PM

Previous topic - Next topic

seagul

Hi

OPC works fine for my customers site. Though the store owner thinks it is too fast for her customers as they are used to see an order summary after filling in all cart fields. She wants an additional confirmation like "Are you sure to buy now?" when clicking "checkout/order now" button. Is it possible to add this javascript in the template?

Thanks Seagul.

Linelab

Hi Seagul, Yes we will add this feature in the next release.

seagul

Is there a timeline? I need to let my customer now when we can realise this feature with the check.
Thanks,
Seagul

Linelab

Seagul, We will add this function as soon as possible, but we have many requests to add new features to our One Page Checkout plugin. Please be patient.

pic16f876

Hi There,

I love the plugin, it works fine. I want to edit the layout a bit. It's like this:

---------------------------------------------------------------------------------------------
Notes:
<notebox>
Accept TOS
---------------------------------------------------------------------------------------------
                                                                                      <checkout button>

But I want it to look like this:

---------------------------------------------------------------------------------------------
Notes:                                                                               Accept TOS
<notebox>                                                                      <checkout button>

---------------------------------------------------------------------------------------------

I tried moving the php in default.php but that is not working (blank pages). Any tips? I am no professional programmer ;)

Using opc 3.6 joomla 2.5.9 and VM 2.0.18a

Thanks!
                                                                                     

seagul

#380
I could not wait for your updated and tried to figure it out myself.

To add a confirmation question before sending the cart = buying:

I added the following lines in file cart/default.php at around line 404:
var order_checked=false;
order_checked = confirm('<?php echo JTExt::_('MYTEXT_CHECK_BEFORE_ORDER'); ?>');
if (!order_checked) {
return;
}


The text for the variable MYTEXT_CHECK_BEFORE_ORDER is a language override in the administrator - tools - languages - overrides:
"Did you check all your data well?" (or something similar)


seagul

and one more question:
is ist possible to use the EU VAT ID-Checker Plugin with the one page checkout?
http://extensions.virtuemart.net/vm-orders/eu-vat-checker-detail

Thanks
Seagul

dimitris

hello everyone!

great job, i loved you plugin

i just can't make it work

i use joomlart template and the verify button can not be pressed

the url is www.soba.gr

Linelab

Hi Dimitris, Please enable country field in VirtueMart 2 configuration. Done!
TypeError: document.id(...) is null
http://www.soba.gr/index.php?option=com_virtuemart&view=cart
Line 649


Please use HelpDesk for fast support. HelpDesk system available here: http://www.linelab.org/helpdesk
Thank you.

amlil71

Hello,

is onepagecheckout plugin works with virtuemart 2.0.20 ? I have some problems since i'v updated virtuemart.

Thank's

Linelab

#385
Hi amlil71, Please specify your problem exactly and provide website url to linelab@linelab.org. We will solve your problem immediately. Email or Helpdesk http://www.linelab.org/helpdesk is the fastest way to get a solution if you are having problems with Onepage Checkout plugin. Thank you.

Linelab

We are working hard to fix this problem. A new update for VirtueMart 2.0.20 will be released in a few hours! Thank you for your patience.

Linelab

One Page Checkout plugin updated to version 3.7. Fixed compatibility issue for VirtueMart 2.0.20 and higher.

Linelab

#388
Updated
Fixed exceeded stock limit popup message bug
In the near future we will add support for Acymailing VirtueMart plugin (checkbox on the One Page registration form) and default Joomla Re-captcha (Purchase without Registration)

AVSPB