FOX - WooCommerce Para Birimi Değiştirici Profesyonel

WooCommerce kolay rezervasyon sistemi (@_Ashanna tarafından)

Eklenti URL'si: https://wordpress.org/plugins/woocommerce-easy-booking-system/

  1. wc-ebs-plugin.php function wc_ebs_new_price_fragment dosyasında bulun
  2. Ekrandaki gibi bir sonraki kodu buraya ekleyin: 
    if(class_exists('WOOCS')) { global $WOOCS; $currencies = $WOOCS->get_currencies(); $new_price = $new_price * $currencies[$WOOCS->current_currency]['oran']; $new_price=number_format ($new_price, 2, $WOOCS->decimal_sep, $WOOCS->binlerce_sep); $currency=$currencies[$WOOCS->current_currency]['symbol']; }