iztalo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce iugu] Por favor, informe um endere?o de e-mail válidoMas eu já coloquei de volta e o problema continua.
Vou dar uma olhada novamente no functions ver se encontro algo.Forum: Plugins
In reply to: [WooCommerce iugu] Por favor, informe um endere?o de e-mail válidoAh, e setei como padr?o o checkbox selecionado de “Criar Conta”
// Create account checked on checkout page
add_filter( ‘woocommerce_create_account_default_checked’, ‘__return_true’ );Forum: Plugins
In reply to: [WooCommerce iugu] Por favor, informe um endere?o de e-mail válidoRemovi alguns campos.
add_filter( ‘woocommerce_checkout_fields’ , ‘custom_override_checkout_fields’ );
function custom_override_checkout_fields( $fields ) {// wrong page
if ( ! is_page( ‘Checkout’ ) )
return; // stop here.unset($fields[‘order’][‘order_comments’]);
unset($fields[‘shipping’]);
unset($fields[‘billing’][‘billing_company’]);
unset($fields[‘billing’][‘billing_address_1’]);
unset($fields[‘billing’][‘billing_address_2’]);
unset($fields[‘billing’][‘billing_number’]);
unset($fields[‘billing’][‘billing_neighborhood’]);
unset($fields[‘billing’][‘billing_city’]);
unset($fields[‘billing’][‘billing_postcode’]);
unset($fields[‘billing’][‘billing_country’]);
unset($fields[‘billing’][‘billing_state’]);
unset($fields[‘billing’][‘billing_phone’]);return $fields;
}Forum: Plugins
In reply to: [WooCommerce iugu] Exibir total com juros de parcelamento[Complementando]
No select do checkout esse valor já é calculado e exibido.
Como fa?o para chamar esse valor total e mostrar o valor de cada parcela na página do pedido (cliente)?
Acho que seria interessante adicionar essa fun??o no plugin, o que acha?
Abs,
Forum: Plugins
In reply to: [WooCommerce iugu] ReembolsoEntendi. Muito obrigado!
Sabe se futuramente essa op??o será viável?Abs,
Forum: Plugins
In reply to: [WooCommerce iugu] ReembolsoSegue o log:
04-02-2015 @ 13:35:41 – Doing charge for order 68…
04-02-2015 @ 13:35:41 – Creating an invoice on Iugu for order 68 with the following data: Array
(
[email] => [email protected]
[due_date] => 03-04-2015
[return_url] => https://localhost/eb/checkout/order-received/68?key=wc_order_551d6fdd0e06c
[expired_url] => https://localhost/eb/cart/?cancel_order=true&order=wc_order_551d6fdd0e06c&order_id=68&redirect&_wpnonce=fcc5ef0080
[notification_url] => https://localhost/eb/wc-api/WC_Iugu_Credit_Card_Gateway/
[ignore_due_email] => 1
[custom_variables] => Array
(
[0] => Array
(
[name] => order_id
[value] => 68
))
[items] => Array
(
[0] => Array
(
[description] => Assessoria Básica
[price_cents] => 139000
[quantity] => 1
))
)
04-02-2015 @ 13:35:44 – Invoice created successfully!
04-02-2015 @ 13:35:49 – Charge created successfully!Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] 2.2.0 – BUGI just tried to update the plugin and I get the error. So I went looking for the line in the corresponding file.
My WP version is: 4.0-beta3-20140811