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

seleteiro

Good afternoon.

OnePage installed and it worked. Thank you for your help.

But now the size of the address fields were in 100% of the screen. Can I reduce them? Or, put two fields in the same row (like name and surname)? How do I do that?

Thanks.

Linelab

#406
Solved!
If you have any problem with One Page Checkout plugin please contact us on linelab@linelab.org or use HelpDesk.


mikedunn

I am trying to set up a check to force order totals to be in multiples of 12 items. The web site is for wine, mixed dozens are allowed and freight is free but must be in multiples of 12 bottles.

Joomla 2.5
VM 2.08
Onepage Checkout

I have put the following code code into the foreach loop that fills the cart with the products in

/public_html/templates/my_template/html/com_virtuemart/cart/default_pricelist.php


$session =& JFactory::getSession();
$session->set( stotal , $total );
$total = 0;


    $i=1;
        foreach( $this->cart->products as $pkey =>$prow ) {

...


    <?php $total += $prow->quantity; ?>

...
}

This works to get the total number of items in the cart.

Then in

/public_html/templates/my_template/html/com_virtuemart/cart/default.php


<?php
$session = JFactory::getSession();
$tot = $session->get('stotal');
if ($tot % 12 != 0) {
                echo  "\n The total number of bottles in your order is not a multiple of 12. Please correct. " ;
                }               
?>

This also works and adds a message stating that the total number is not a multiple of 12.

My problem is that when the amount of products is modified ( and the update button pressed) the calculation is not refreshed. The price total in the cart updates as it should  but not the message related to the number of bottles.   

I can see that this must be related to the update_form() function but I do not know how to go any further.

Any advice on how to proceed wold be greatly appreciated.

Mike

Linelab

Hi Mikedunn, Please use HelpDesk http://www.linelab.org/helpdesk for your query and provide more info ( website url, opc version etc..). We will reply ASAP.

mikedunn


Stonedfury

Interested but worried to buy. How does this work with vp_promart a responsive template? Not having much luck with purchases joomla/virtuemart items. Do you offer assistance in installation if needed?
No such thing as a stupid question, only a stupid answer. I won't ask if I know the answer or found it using the search as you suggested.

Linelab

#411
Try free One Page Checkout plugin.  ;) Please send the request to linelab@linelab.org.  You pay only if you are satisfied with the plugin. If you not satisfied, you pay absolutely nothing. We offer web design service if requested.


Otto0815

Hi Linelab Team,

i've sent you an E-Mail linelab@linelab.org on sunday about the not working "product_in_stock" check in the cart @ version 3.6, and i would like to know if you received it?

Linelab

Hi Otto, This bug was fixed in an earlier version of One Page Checkout plugin.
http://forum.virtuemart.net/index.php?topic=99418.msg384122#msg384122
Exceeded stock limit bug fixed...

Otto0815

Quote from: VirtueArtcz on April 24, 2013, 15:54:12 PM
Hi Otto, This bug was fixed in an earlier version of One Page Checkout plugin.
http://forum.virtuemart.net/index.php?topic=99418.msg384122#msg384122
Exceeded stock limit bug fixed...

Ok thank you....
So i need a new version,right?

Is it so fixed that the customer can't buy more then in stock, or is there only the pop-up appearing?

Linelab

Customer can't buy more than in stock and displays a popup window with the message.

Linelab

#416
Includeitem - Joomla Content Plugin for VirtueMart 2 now available to download.
Read more: http://forum.virtuemart.net/index.php?topic=115084.0

zanardi

Hello and thank you in advance for your support. I just tried updating to latest version on a DEMO site but I have an issue with loader not disappearing (i.e. the page remains opaque).
It's Joomla 2.5.11, VirtueMart 2.0.20b, One Page Checkout 4.3 for VM 2.0.20.
Just deleted the cache, reinstalled the plugin, uploaded the "cart" override folder.
I checked for JavaScript error but can't find none.

The site is "Cartuccia Perfetta", already asked for support previously.
If you have any suggestion let me know; if you need a user access, I will provide.

Thank you.
--
Francesco (zanardi)
http://extensions.gibilogic.com
@gibilogic on Twitter

Linelab

Hi, First update to the latest version of One Page Checkout and provide website url to linelab@linelab.org. Thank you.

Linelab

#419
Updated
Fixed: Minimum purchase order pop-up alert
Added: One Page Checkout now works without country field (for selling virtual products:  eBooks, Software, Music etc...)