Support

Home Forums Event Espresso Premium Pricing not appearing on registration Checkout page??

Pricing not appearing on registration Checkout page??

Posted: December 7, 2016 at 10:33 am

Viewing 4 reply threads


Joe Mangrum

December 7, 2016 at 10:33 am

I’ve made customizations in the past to CSS and do not want prices visible when registering ut would like them displayed on registration checkout page.

I’m wondering if this little bit in the CSS is effecting this? `}
/* Registration Checkout */
.spco-ticket-info-dv th:nth-of-type(3), .spco-ticket-info-dv td:nth-of-type(3), .spco-ticket-info-dv th:nth-of-type(4), .spco-ticket-info-dv td:nth-of-type(4) {
display: none;
}



This is the full custom CSS  ::: <code></code>
 

<code></code>

#content .espresso-grid h2 {
font-size: 13px;
}
.ee_grid_box img {
width: 200px;
height: auto
}

#a_register_link-5296 .start-date {
display: none;
}

#a_register_link-5237 .start-date {
display: none;
}

#a_register_link-5238 .start-date {
display: none;
}
#a_register_link-5230 .start-date {
display: none;
}

#a_register_link-4999 .start-date {
display: none;
}

#espresso_calendar .fc-event-inner span {
font-size: 11px;
}
/* Ticket Selector */
.tkt-slctr-tbl-wrap-dv .ee-ticket-selector-ticket-price-th, .tkt-slctr-tbl-wrap-dv .tckt-slctr-tbl-td-price {
display: none;
}
/* Registration Checkout */
.spco-ticket-info-dv th:nth-of-type(3), .spco-ticket-info-dv td:nth-of-type(3), .spco-ticket-info-dv th:nth-of-type(4), .spco-ticket-info-dv td:nth-of-type(4) {
display: none;
}

/*Thank you page */
#spco-payment-info-table th:nth-of-type(2), #spco-payment-info-table th:nth-of-type(4), #spco-payment-info-table td:nth-of-type(2), #spco-payment-info-table td:nth-of-type(4) {
display: none;
}
#event_espresso_registration_form .event_prices,
#event_espresso_registration_form .event_time,
#event_espresso_registration_form .start_date {
display: none;
}

function ee_proceed_to_button( $submit_button_text, EE_Checkout $checkout ) {
if ( ! $checkout instanceof EE_Checkout || ! $checkout->current_step instanceof EE_SPCO_Reg_Step || ! $checkout->next_step instanceof EE_SPCO_Reg_Step ) {
return $submit_button_text;
}
if ( $checkout->next_step->slug() == ‘payment_options’ ) {
$submit_button_text = ‘Proceed to Pre-Register’;
}
return $submit_button_text;
}

add_filter ( ‘FHEE__EE_SPCO_Reg_Step__set_submit_button_text___submit_button_text’, ‘ee_proceed_to_button’, 10, 2 );`

Is there a way to correct this ??

If you register add in all name info etc you should not see pricing, then when approved the pending payment link is sent, and the option to pay with paypal is there but the antsy and total are missing??

I also have a child theme but could not find anything there ??


Joe Mangrum

December 7, 2016 at 10:34 am

This is the style css in child theme? Above is my custom css

/*
Theme Name: Iced Mocha Child
Description: This is a child theme of Iced Mocha, developed specifically to be used by Claire’s Creative Adventures
Version: 1.0.0
Author: Joe Mangrum
Author URI: http://www.clairescreativeadventures.com/
Template: iced-mocha-master*/

@import url(‘../iced-mocha-master/style.css’);

/* style for extra sentence */

.dtherpt {font-size:10px !important; font-weight:400; font-style:italic; padding:10px 0;}
.dtherpt .entry-title {font-size:10px !important; font-weight:400; text-transform:uppercase; font-style:italic; }
.dtherpt .fn {font-size:10px !important; font-weight:400; font-style:italic; }

/*to hide the extra sentence, un-comment the following line, and comment out the above css styles*/

//.dtherpt {display:none !important}

.event_prices, .event_price, .price {
display: none;
}
/* hide the event price in the event list */
p.event_price {display:none;}

/* hide the event price in the registration form */
p.event_prices {display:none;}

/* Remove price on event list. */
.event_price {
display: none;
}


Joe Mangrum

December 7, 2016 at 12:00 pm

is there any other info you need??


Lorenzo Orlando Caum

  • Support Staff

December 7, 2016 at 12:13 pm

Hello, I’ll follow up with you via email regarding your support token.

Thanks


Lorenzo


Joe Mangrum

December 7, 2016 at 12:17 pm

standing by thanks

Viewing 4 reply threads

The support post ‘Pricing not appearing on registration Checkout page??’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso