Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/cartflows-pro   php

Repository URL to install this package:

Version: 1.6.10 

/ checkout / templates / bump-order / wcf-bump-order-style-1.php

<?php
// @codingStandardsIgnoreStart

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

?>
<div class="wcf-bump-order-wrap wcf-bump-order-style-1 wcf-<?php echo $order_bump_pos; ?>">
	
	<?php $this->get_order_bump_hidden_data( $product_id, $order_bump_checked ); ?>

	<!-- wcf-bump-order-content -->
	<div class="wcf-bump-order-content">
		<!-- wcf-bump-order-field-wrap -->
		<div class="wcf-bump-order-field-wrap">
			<label>
				<?php if( isset( $bump_order_blinking_arrow ) ){ echo $bump_order_blinking_arrow;} ?>
				<input type="checkbox" id="wcf-bump-order-cb" class="wcf-bump-order-cb" name="wcf-bump-order-cb" value="<?php echo $product_id; ?>" <?php checked( $order_bump_checked, true, true ); ?>>
				<span class="wcf-bump-order-label"><?php echo $order_bump_label; ?>
				</span>
			</label>
		</div>
		<!-- wcf-bump-order-field-wrap -->


		<!-- wcf-content-wrap -->
		<div class="wcf-content-container">

			<?php 
				if( isset( $bump_order_image ) && ! empty( $bump_order_image ) ){	
			?>
				<!-- Left side box -->
				<div class="wcf-bump-order-offer-content-left">
					<img src="<?php if( isset( $bump_order_image ) ){ print $bump_order_image;}?>" class="wcf-image" />
				</div>
				<!-- Left side box  -->
			<?php 
				}
			?>
				<!-- Right side box  -->
				<div class="wcf-bump-order-offer-content-right">

					<!-- Offer box  -->
					<div class="wcf-bump-order-offer">
						<span class="wcf-bump-order-bump-highlight"><?php echo $order_bump_hl_text; ?>
						</span>
					</div>
					<!-- Offer box  -->

					<!-- wcf-bump-order-desc -->
					<div class="wcf-bump-order-desc">
						<?php echo $order_bump_desc; ?>
					</div>
					<!-- wcf-bump-order-desc -->
				</div>
				<!-- Right side box  -->

		</div>
		<!-- wcf-content-wrap -->
	</div>
	<!-- wcf-bump-order-content -->

</div> 
 <!-- Main Div Close -->
<?php 
	// @codingStandardsIgnoreEnd