cadstb
Forum Replies Created
-
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] refundThanks
I will make the purchase to test it, here in Brazil you have to make some workarounds to adapt the pizzeria and as the dollar for us is high, I am afraid to buy something that will not be usefulForum: Plugins
In reply to: [Payment On Delivery for WooCommerce] Adiconar outros meios de pagamentoEle da erro inesperado ainda, porem ele gera o pedido, na pagina de finalizar a compra nao aparece escrito os nomes dos pagamentos novos, fica em branco, dai adicionei no woo-payment-on-delivery.php isso:
“// Verifique o nome da entrega
function woo_check_the_name_card_on( $paymenttypes ) {
$paymenttypes = strtolower($paymenttypes);
switch ($paymenttypes) {
case ‘money’:
return __( ‘Dinheiro’, ‘woo-payment-on-delivery’ );
break;
case ‘paycheck’:
return __( ‘Paycheck’, ‘woo-payment-on-delivery’ );
break;
case ‘debitcard’:
return __( ‘Cart?o de Débito’, ‘woo-payment-on-delivery’ );
break;
case ‘creditcard’:
return __( ‘Cart?o de Crédito’, ‘woo-payment-on-delivery’ );
break;
case ‘voucher’:
return __( ‘Voucher’, ‘woo-payment-on-delivery’ );
break;
case ‘multibanco’:
return __( ‘MultiBanco’, ‘woo-payment-on-delivery’ );
break;
case ‘caixatem’:
return __( ‘Caixa Tem’, ‘woo-payment-on-delivery’ );
break;
}
}”dai o caixa tem apareceu no finalizar a compra, mas continua o erro inesperado.
Forum: Plugins
In reply to: [Payment On Delivery for WooCommerce] Adiconar outros meios de pagamentoAdicionei os meios de pagamento e ficou assim:
“// Tipos de pagamento
‘paymenttypes’ => array(
‘title’ => __( ‘Tipos aceitos’, ‘woo-payment-on-delivery’ ),
‘type’ => ‘multiselect’,
‘class’ => ‘chosen_select’,
‘css’ => ‘width: 400px;’,
‘desc_tip’ => __( ‘Selecione um tipo de pagamento aceito.’, ‘woo-payment-on-delivery’ ),
‘options’ => array(
‘money’ => __( ‘Money’, ‘woo-payment-on-delivery’ ),
‘paycheck’ => __( ‘Paycheck’, ‘woo-payment-on-delivery’ ),
‘debitcard’ => __( ‘Debit Card’, ‘woo-payment-on-delivery’ ),
‘creditcard’ => __( ‘Credit Card’, ‘woo-payment-on-delivery’ ),
‘voucher’ => __( ‘Voucher’, ‘woo-payment-on-delivery’ ),
‘multibanco’ => __( ‘MultiBanco’, ‘woo-payment-on-delivery’ ),
‘caixatem’ => __( ‘Caixa Tem’, ‘woo-payment-on-delivery’ ),
‘mercadopago’ => __( ‘Mercado Pago’, ‘woo-payment-on-delivery’ ),
‘picpay’ => __( ‘PicPay (@pizzariadf)’, ‘woo-payment-on-delivery’ ),
),
‘default’ => array( ‘money’, ‘paycheck’, ‘debitcard’, ‘creditcard’, ‘voucher’, ‘multibanco’, ‘caixatem’, ‘mercadopago’, ‘picpay’ ),”porém ele aparece no admin a op??o mas no finalizar a compra n?o e da um erro “erro inesperado”
O que eu fiz de errado?Forum: Plugins
In reply to: [Payment On Delivery for WooCommerce] Adiconar outros meios de pagamento@carlosramosweb valeu , muito obrigado
Forum: Plugins
In reply to: [Food Online for WooCommerce] Can not translate ‘Go to checkout’ buttonI need translate “Your Order” and ‘Go to Checkout’ I try evereything and falied
Forum: Plugins
In reply to: [Food Online for WooCommerce] Popup does not work after wordpress updateThanks for your help
the problem is the plugin WooCommerce TM Extra Product Options