wootechno
Forum Replies Created
-
Ok, updated. But not including Woocommerce Regular payment method isn’t worthy.
Hello @mrkevinmiller ,
Thanks for your reply. I have solved by myself for Yandex Mail. It needs to make a custom passcode for smtp login authentication.
Thanks @treibalen
Forum: Plugins
In reply to: [Woongkir] Sangat bergantung pada uptime website rajaongkir@erikdemarco apakah menggunakan yang versi FREE atau berbayar ? punya saya pakai RajaOngkir yang versi berbayar tidak ada masalah.
Forum: Plugins
In reply to: [CodeKit - Custom Codes Editor] Always Fail To Add Custom FunctionThanks @bilaltas ,
The code works! but not working like if I add to child theme. I want to move coupon form below order overview in checkout page of Woocommerce with this code (different code with above message) :
remove_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_coupon_form', 10 ); add_action( 'woocommerce_review_order_after_cart_contents', 'woocommerce_checkout_coupon_form_custom' ); function woocommerce_checkout_coupon_form_custom() { echo '<tr class="coupon-form"><td colspan="2">'; wc_get_template( 'checkout/form-coupon.php', array( 'checkout' => WC()->checkout(), ) ); echo '</tr></td>'; }
With child theme custom function the form will ONLY show below order overview, but with your plugin it shows twice after login form and after order overview.
Hello Darnel,
my website is imamsyafii.or.id and the subdomain is ksa.imamsyafii.or.id. I install WP on AWS with NGINX as the web server. I activated Jetpack in the network, and in the network administrator page I try to connect but failed