OPC and order upload

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

OPC and order upload

Postby Aleso » Fri Oct 09, 2015 9:32 pm

Hi

I buyed the rupostel opc and i also want to use the order upload plugin from cmsmart, but the upload modul in the cart area are not shown, when i enabled the rupostel opc.
Could you please help me?
http://www.prodress.ch/www/zur-kasse/cart

br
Aleso
 
Posts: 1
Joined: Fri Oct 09, 2015 9:27 pm

Re: OPC and order upload

Postby admin » Fri Oct 16, 2015 5:17 pm

hello, i added id="checkoutForm" to the OPC's form definition on your site so it looks like this:

Code: Select all
<form action="<?php echo $action_url; ?>" method="post" name="adminForm" class="form-val2idate" novalidate="novalidate" id="checkoutForm">


or you can add it below like this:
Code: Select all
<form action="<?php echo $action_url; ?>" method="post" name="adminForm" class="form-val2idate" novalidate="novalidate">
<!--<form id="checkoutForm" >-->


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