HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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(); ?>