cart function update
This commit is contained in:
parent
6c4b92eb95
commit
030448002f
|
@ -1946,7 +1946,7 @@ Vanilla theme css by ariful
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.vanilla_theme .mep-default-sidrbar-map h3, .vanilla_theme .mep-default-sidrbar-events-schedule h3,.vanilla_theme h4.mep-cart-table-title {
|
.vanilla_theme .mep-default-sidrbar-map h3, .vanilla_theme .mep-default-sidrbar-events-schedule h3,.vanilla_theme h4.mep-cart-table-title {
|
||||||
margin: 00px 0 20px 0;
|
margin: 00px 0 20px 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
@ -1966,7 +1966,7 @@ font-size: 14px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.vanilla_theme h3.ex-sec-title{
|
.vanilla_theme h3.ex-sec-title{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background: #fbd03b;
|
background: #fbd03b;
|
||||||
color: #17113A;
|
color: #17113A;
|
||||||
font-weight:500;
|
font-weight:500;
|
||||||
|
@ -2054,7 +2054,7 @@ background-color: #fbfbfb;
|
||||||
border-bottom: 1px solid #f5f5f5;
|
border-bottom: 1px solid #f5f5f5;
|
||||||
}
|
}
|
||||||
.vanilla_theme ul.mep-social-share a{
|
.vanilla_theme ul.mep-social-share a{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
|
@ -316,7 +316,7 @@ function mep_add_custom_fields_text_to_order_items($item, $cart_item_key, $value
|
||||||
if($recurring == 'everyday' && $time_status == 'no'){
|
if($recurring == 'everyday' && $time_status == 'no'){
|
||||||
if (is_array($ticket_type_arr) && sizeof($ticket_type_arr) > 0) {
|
if (is_array($ticket_type_arr) && sizeof($ticket_type_arr) > 0) {
|
||||||
foreach ($ticket_type_arr as $_event_recurring_date) {
|
foreach ($ticket_type_arr as $_event_recurring_date) {
|
||||||
$item->add_meta_data($date_text, get_mep_datetime($_event_recurring_date['event_date'].' '.$start_time, 'date-time-text'));
|
$item->add_meta_data($date_text, get_mep_datetime($_event_recurring_date['event_date'], 'date-time-text'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}elseif ($recurring == 'yes') {
|
}elseif ($recurring == 'yes') {
|
||||||
|
|
Loading…
Reference in New Issue