187 lines
5.4 KiB
PHP
187 lines
5.4 KiB
PHP
<?php
|
|
get_header();
|
|
the_post();
|
|
global $post;
|
|
global $woocommerce;
|
|
$event_meta = get_post_custom(get_the_id());
|
|
$author_terms = get_the_terms(get_the_id(), 'mep_org');
|
|
$book_count = get_post_meta(get_the_id(),'total_booking', true);
|
|
$user_api = mep_get_option( 'google-map-api', 'general_setting_sec', '');
|
|
if($book_count){ $total_book = $book_count; }else{ $total_book = 0; }
|
|
$mep_full_name = strip_tags($event_meta['mep_full_name'][0]);
|
|
$mep_reg_email = strip_tags($event_meta['mep_reg_email'][0]);
|
|
$mep_reg_phone = strip_tags($event_meta['mep_reg_phone'][0]);
|
|
$mep_reg_address = strip_tags($event_meta['mep_reg_address'][0]);
|
|
$mep_reg_designation = strip_tags($event_meta['mep_reg_designation'][0]);
|
|
$mep_reg_website = strip_tags($event_meta['mep_reg_website'][0]);
|
|
$mep_reg_veg = strip_tags($event_meta['mep_reg_veg'][0]);
|
|
$mep_reg_company = strip_tags($event_meta['mep_reg_company'][0]);
|
|
$mep_reg_gender = strip_tags($event_meta['mep_reg_gender'][0]);
|
|
$mep_reg_tshirtsize = strip_tags($event_meta['mep_reg_tshirtsize'][0]);
|
|
|
|
$global_template = mep_get_option( 'mep_global_single_template', 'general_setting_sec', 'theme-2');
|
|
$current_template = $event_meta['mep_event_template'][0];
|
|
if($current_template){
|
|
$_current_template = $current_template;
|
|
}else{
|
|
$_current_template = $global_template;
|
|
}
|
|
|
|
?>
|
|
|
|
<div class="mep-events-wrapper">
|
|
<?php require_once(dirname(__FILE__) . "/themes/$_current_template"); ?>
|
|
</div>
|
|
<script>
|
|
jQuery('#quantity_5a7abbd1bff73').click(function() {
|
|
var $form = jQuery('form'); //on a real app it would be better to have a class or ID
|
|
var $totalQuant = jQuery('#quantity_5a7abbd1bff73', $form);
|
|
jQuery('#quantity_5a7abbd1bff73', $form).change(calculateTotal);
|
|
|
|
|
|
function calculateTotal() {
|
|
var sum = jQuery('#rowtotal').val();
|
|
jQuery('#usertotal').html('<?php echo get_woocommerce_currency_symbol(); ?>' + sum * parseInt( $totalQuant.val() || 0, 10));
|
|
}
|
|
|
|
});
|
|
|
|
|
|
jQuery(document).ready(function () {
|
|
|
|
|
|
|
|
jQuery( "#mep-event-accordion" ).accordion({
|
|
collapsible: true,
|
|
active: false
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
jQuery(document).on("change", ".etp", function() {
|
|
var sum = 0;
|
|
jQuery(".etp").each(function(){
|
|
sum += +jQuery(this).val();
|
|
});
|
|
jQuery("#ttyttl").html(sum);
|
|
});
|
|
|
|
|
|
|
|
jQuery("#ttypelist").change(function () {
|
|
vallllp = jQuery(this).val()+"_";
|
|
var n = vallllp.split('_');
|
|
var price = n[0];
|
|
var ctt = 99;
|
|
if(vallllp!="_"){
|
|
|
|
var currentValue = parseInt(ctt);
|
|
jQuery('#rowtotal').val(currentValue += parseFloat(price));
|
|
}
|
|
if(vallllp=="_"){
|
|
jQuery('#eventtp').attr('value', 0);
|
|
jQuery('#eventtp').attr('max', 0);
|
|
jQuery("#ttypeprice_show").html("")
|
|
}
|
|
|
|
|
|
});
|
|
|
|
|
|
function updateTotal() {
|
|
var total = 0;
|
|
vallllp = jQuery(this).val()+"_";
|
|
var n = vallllp.split('_');
|
|
var price = n[0];
|
|
total += parseFloat(price);
|
|
jQuery('#rowtotal').val(total);
|
|
}
|
|
|
|
|
|
//Bind the change event
|
|
jQuery(".extra-qty-box").on('change', function() {
|
|
var sum = 0;
|
|
var total = <?php if($event_meta['_price'][0]){ echo $event_meta['_price'][0]; }else{ echo 0; } ?>;
|
|
|
|
jQuery('.price_jq').each(function () {
|
|
var price = jQuery(this);
|
|
var count = price.closest('tr').find('.extra-qty-box');
|
|
sum = (price.html() * count.val());
|
|
total = total + sum;
|
|
// price.closest('tr').find('.cart_total_price').html(sum + "₴");
|
|
|
|
});
|
|
|
|
jQuery('#usertotal').html("<?php echo get_woocommerce_currency_symbol(); ?>" + total);
|
|
jQuery('#rowtotal').val(total);
|
|
|
|
}).change(); //trigger change event on page load
|
|
|
|
<?php
|
|
$mep_event_ticket_type = get_post_meta($post->ID, 'mep_event_ticket_type', true);
|
|
if($mep_event_ticket_type){
|
|
$count =1;
|
|
foreach ( $mep_event_ticket_type as $field ) {
|
|
$qm = $field['option_name_t'];
|
|
?>
|
|
|
|
jQuery('.btn-mep-event-cart').hide();
|
|
|
|
jQuery('#eventpxtp_<?php echo $count; ?>').on('change', function () {
|
|
|
|
var inputs = jQuery("#ttyttl").html() || 0;
|
|
var inputs = jQuery('#eventpxtp_<?php echo $count; ?>').val() || 0;
|
|
var input = parseInt(inputs);
|
|
var children=jQuery('#dadainfo_<?php echo $count; ?> > div').size() || 0;
|
|
//alert(inputs);
|
|
if(inputs==0){
|
|
jQuery('.btn-mep-event-cart').hide();
|
|
}else if(inputs>0){
|
|
jQuery('.btn-mep-event-cart').show();
|
|
}
|
|
if(input < children){
|
|
jQuery('#dadainfo_<?php echo $count; ?>').empty();
|
|
children=0;
|
|
}
|
|
|
|
for (var i = children+1; i <= input; i++) {
|
|
jQuery('#dadainfo_<?php echo $count; ?>').append(
|
|
jQuery('<div/>')
|
|
.attr("id", "newDiv" + i)
|
|
.html("<?php do_action('mep_reg_fields'); ?>")
|
|
);
|
|
}
|
|
});
|
|
<?php
|
|
$count++;
|
|
}
|
|
}else{
|
|
?>
|
|
jQuery('#quantity_5a7abbd1bff73').on('change', function () {
|
|
|
|
var input = jQuery('#quantity_5a7abbd1bff73').val() || 0;
|
|
var children=jQuery('#divParent > div').size() || 0;
|
|
|
|
if(input < children){
|
|
jQuery('#divParent').empty();
|
|
children=0;
|
|
}
|
|
|
|
for (var i = children+1; i <= input; i++) {
|
|
jQuery('#divParent').append(
|
|
jQuery('<div/>')
|
|
.attr("id", "newDiv" + i)
|
|
.html("<?php do_action('mep_reg_fields'); ?>")
|
|
);
|
|
}
|
|
|
|
|
|
});
|
|
<?php
|
|
}
|
|
?>
|
|
});
|
|
</script>
|
|
<?php get_footer(); ?>
|