Contributors: Anderson Franco
Tags: woocommerce, pagseguro, paypal, payment, parcelamento, installments
Tested with: WordPress 4.0 and WooCommerce 2.2.4
Stable tag: 1.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl.html
This plugin appends installments into the product price.
Was created to be used with PagSeguro, PayPal and similars.
This plugin appends installments into the product price
- Upload the entire
woocommerce-installments
folder to the/wp-content/plugins/
directory - Edit plugin settings in
woocommerce-installments.php
file - Activate the plugin through the
Plugins
menu in WordPress
Este plugin adiciona ao preço do produto opções de parcelamento.
Criado inicialmente para ser exibir as opções de parcelamento do PagSeguro. No entanto, pode ser customizado para qualquer outro serviço, bastando apenas editar a tabela de cálculo (fator) e o valor da parcela mínima.
- Envie toda a pasta
woocommerce-installments
para a pasta/wp-content/plugins/
- Edite no arquivo
woocommerce-installments.php
as opções do plugin - Ative o plugin através do menu Plugins no WordPress
ul.products li.product .price {
display: inline;
}
.francotecnologia_wc_parcpagseg_table th,
.francotecnologia_wc_parcpagseg_table td {
padding: 0;
border-bottom: 1px solid #e8e4e3;
}
- Table - Total column
- Table - Header and footer message
- Refactoring
- OOP structure
- Cart page fix
- CSS file
- Product variation
- Javascript file
- Bug fix
- Small Tweak
- Settings
- Readme file in Portuguese
- Initial Release