vinkozoli
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Simple Wishlists for Weddings, Birthdays etc.] Change colorsI got it! The !important is really important! ??
Forum: Plugins
In reply to: [Simple Wishlists for Weddings, Birthdays etc.] Change colorsSorry, but it will be overwritten the custom CSS with m_card.scss.
How can I changing it?I use the Simple Custom CSS and JS (SilkyPress.com)
- This reply was modified 6 years ago by vinkozoli.
hi, I resolved from line 560:
(new variable: $extra_charge, change the $extra_charges to $extra_charge in the new behavior of “percentage”)if($extra_charges){ if($extra_charges_type=="percentage"){ $extra_charge = round(($total*$extra_charges)/100,2); }else{ $extra_charge = $extra_charges; } $total = $total + $extra_charge; if($roundup_type>0) { $extra_add = $roundup_type -($total%$roundup_type); $total = $total+$extra_add; $extra_charge = $extra_charge+$extra_add; } //$this->current_extra_charge_min_amount = $extra_charge_min_amount; //$this->current_gateway_title = $current_gateway_title; //$this->current_gateway_extra_charges = $extra_charges; //$this->current_gateway_extra_charges_type_value = $extra_charges_type; $extra_fee_option_taxable = 0; //if cart total less or equal than $min_order, add extra fee //$extra_fee_option_label = sprintf(__('%s Extra Charges <small>for purchase less than %s</small>','askoracle'),$this->current_gateway_title,woocommerce_price($this->current_extra_charge_min_amount)); $extra_fee_option_label = $extra_charges_msg; if($extra_charge_min_amount>=$total || empty($extra_charge_min_amount)){ $woocommerce->cart->add_fee($extra_fee_option_label, $extra_charge, $extra_fee_option_taxable ); } }
Forum: Plugins
In reply to: [Photo Express for Google] Singles work, but Albums won't displayI have the same problem.
I know that reason. For me it is a bug if I see an empty list despite of the existence of events. Sorry.
Oh, yeah! Please fixing the Agenda view with Category filter! I set 20 item in Agenda view, and not see any, just after 2-3 “Next Events ?” when filtering an not-often used category.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)