Merge branch 'master' of https://github.com/deaspo/dynamicweb into deaspo-372-credit-card-text
This commit is contained in:
		
				commit
				
					
						7ca5fc32b7
					
				
			
		
					 1 changed files with 28 additions and 13 deletions
				
			
		|  | @ -52,6 +52,10 @@ | ||||||
| 				<h3><b>{%trans "Payment Details"%}</b></h3> | 				<h3><b>{%trans "Payment Details"%}</b></h3> | ||||||
| 				<hr> | 				<hr> | ||||||
| 	            <div> | 	            <div> | ||||||
|  | 					<div> | ||||||
|  | 						<p> {% trans "Please fill in your credit card information below. We are using Stripe for payment and do not store your information in our database." %}</p> | ||||||
|  | 					</div> | ||||||
|  | 					<br> | ||||||
| 	                <div> | 	                <div> | ||||||
|                     {% if credit_card_data.last4 %} |                     {% if credit_card_data.last4 %} | ||||||
|                       <form role="form" id="payment-form-with-creditcard"novalidate> |                       <form role="form" id="payment-form-with-creditcard"novalidate> | ||||||
|  | @ -60,17 +64,26 @@ | ||||||
|                         <h5 class="membership-lead">Type: {{credit_card_data.cc_brand}}</h5> |                         <h5 class="membership-lead">Type: {{credit_card_data.cc_brand}}</h5> | ||||||
|                         <input type="hidden" name="credit_card_needed" value="false"/> |                         <input type="hidden" name="credit_card_needed" value="false"/> | ||||||
|                       </form> |                       </form> | ||||||
|                       <div class="col-xs-6"> | 
 | ||||||
|                         <button id="payment_button_with_creditcard" class="btn btn-success btn-sm btn-block" type="submit"> | 		       <div class="row"> | ||||||
| 							 {% trans "Submit Payment" %} | 			       <br> | ||||||
|  | 			       <div class="col-xs-12> | ||||||
|  | 				       <p style="font-family: Lato;border: 1px solid #a1a1a1;border-radius: 3px; padding: 5px; "> {% trans "You are not making any payment yet. After placing your order, you will be taken to the Submit Payment Page." %}</p> | ||||||
|  | 			       </div> | ||||||
|  | 			       <div class="col-xs-12"> | ||||||
|  |                       	           <div class="col-xs-6 pull-right"> | ||||||
|  |                                        <button style="width: 100px; float: right; font-style: normal; font-weight: bold; position: absolute; right: 0;" id="payment_button_with_creditcard" class="btn btn-success" type="submit"> | ||||||
|  | 							 {% trans "Place Order" %} | ||||||
| 				       </button> | 				       </button> | ||||||
| 				   </div> | 				   </div> | ||||||
|  | 		               </div> | ||||||
|  | 		      </div> | ||||||
|                     {% else %} |                     {% else %} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 	                    <form role="form" id="payment-form" novalidate> | 	                    <form role="form" id="payment-form" novalidate> | ||||||
|                             <div class="row"> |                             <div class="row"> | ||||||
|                             <div class="form-group"> |                             <div class="form-group col-xs-12"> | ||||||
|                             <div id="card-element"> |                             <div id="card-element"> | ||||||
|                               <!-- a Stripe Element will be inserted here. --> |                               <!-- a Stripe Element will be inserted here. --> | ||||||
|                               </div> |                               </div> | ||||||
|  | @ -112,8 +125,14 @@ | ||||||
| 	                            </div> | 	                            </div> | ||||||
| 	                        </div> --> | 	                        </div> --> | ||||||
| 	                        <div class="row"> | 	                        <div class="row"> | ||||||
| 	                            <div class="col-xs-6 float-right"> | 								<br> | ||||||
| 	                                <button class="btn btn-success btn-sm btn-block" type="submit">Submit Payment</button> | 								<div class="col-xs-12"> | ||||||
|  | 									<p style="font-family: Lato;border: 1px solid #a1a1a1;border-radius: 3px; padding: 5px;"> {% trans "You are not making any payment yet. After placing your order, you will be taken to the Submit Payment Page." %}</p> | ||||||
|  | 								</div> | ||||||
|  | 							    <div class="col-xs-12"> | ||||||
|  | 									<div class="col-xs-6 pull-right"> | ||||||
|  | 										<button style="width: 100px; float: right; font-style: normal; font-weight: bold; position: absolute; right: 0;" class="btn btn-success" type="submit">{% trans "Place Order" %}</button> | ||||||
|  | 									</div> | ||||||
| 								</div> | 								</div> | ||||||
| 	                        </div> | 	                        </div> | ||||||
| 	                        <div class="row" style="display:none;"> | 	                        <div class="row" style="display:none;"> | ||||||
|  | @ -164,7 +183,3 @@ | ||||||
| {%endif%} | {%endif%} | ||||||
| 
 | 
 | ||||||
| {%endblock%} | {%endblock%} | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue