Add files via upload
This commit is contained in:
		
							
								
								
									
										19
									
								
								root/purchase/confirm.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								root/purchase/confirm.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
<?php
 | 
			
		||||
    //General Config File:
 | 
			
		||||
    require_once('../assets/php/config.php');
 | 
			
		||||
 | 
			
		||||
    //Purchase form:
 | 
			
		||||
    require_once('includes/formPurchase.php');
 | 
			
		||||
    $form = new FormPurchase();
 | 
			
		||||
    $formHTML = $form->gestiona();
 | 
			
		||||
 | 
			
		||||
    //Page-specific content:
 | 
			
		||||
    $section = '<div class="code pay">
 | 
			
		||||
                    <h2>Completar la Compra</h2><hr />
 | 
			
		||||
                    <!-- Purchase Form -->
 | 
			
		||||
                    '.$formHTML.'
 | 
			
		||||
                </div>';
 | 
			
		||||
 | 
			
		||||
    //General page content:
 | 
			
		||||
    require RAIZ_APP.'/HTMLtemplate.php';
 | 
			
		||||
?>
 | 
			
		||||
		Reference in New Issue
	
	Block a user