File: /var/www/html/dooblo.cccinfotech.com/wp-content/themes/dooblo/page-pricingspecific - Copy (3).php
<?php
/**
* Template Name: PricingSpecific
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Dooblo
*/
get_header(); ?>
<div id="pricing-page" class="content-area" <?php post_class(); ?>>
<div id="top-page"></div>
<section class="pricing-top">
<div class="bg-image" style="<?php the_field('top_header_background_image'); ?>"></div>
<div class="bg-dark"></div>
<div class="info">
<h1>Secure Payment Page</h1>
<h2>Secured by Dooblo and ready for your payment</h2>
</div>
</section>
</div>
<?php $sku = $_GET['sku'];?>
<?php $custom1 = $_GET['custom1'];?>
<?php $custom2 = $_GET['custom2'];?>
<br><br>
<iframe id="myIframe" width="100%" frameborder=no height="850px" src="https://checkout.bluesnap.com/buynow/checkout?sku<?php echo $sku; ?>=1&storeid=279460&skinId=27959&custom1=<?php echo $custom1; ?>&custom2=<?php echo $custom2; ?>">
</iframe>
<?php get_footer(); ?>