Sha256: 9a4428596e269f32b37fc436a25d48ef208099bf14a1ebc94ae5549f0a0debf5

Contents?: true

Size: 678 Bytes

Versions: 59

Compression:

Stored size: 678 Bytes

Contents

<!-- do this once before showing anything -->
<% cart.prepare_cart %>
<table>
	<thead>
		<th></th>
		<th></th>
		<th></th>
	</thead>
	<tbody>
		<tr>
			<td>Total</td>
			<td></td>
			<td><%= cart.cart_price %></td>
		</tr>
		<tr>
			<td>Paid</td>
			<td></td>
			<td><%= cart.cart_paid_amount %></td>
		</tr>
		<tr>
			<td>Outstanding</td>
			<td></td>
			<td><%= cart.cart_pending_balance %>

				<%= render :partial => "auth/shopping/carts/payment_links.html.erb", locals: {cart: cart} %>
		
			</td>
		</tr>
		<tr>
			<td>Minimum Payable Amount To Process Your Newly Added Tests</td>
			<td></td>
			<td><%= cart.cart_minimum_payable_amount %></td>
		</tr>
	</tbody>
</table>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.9 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.8 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.7 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.6 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.5 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.4 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.3 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.2 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.1 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.5.0 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.4.9 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.4.8 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.4.7 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.4.6 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.4.5 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.4.4 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.4.3 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.4.2 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb
wordjelly-auth-1.4.0 app/views/auth/shopping/carts/_show_cart_balance_info.html.erb