renan_santos
Forum Replies Created
-
Forum: Plugins
In reply to: [JC Submenu] Here is a fix to get it workingThank you very much!
@jcollings, please, update!Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Fatal ErrorMy WooCommerce Version is 3.2.6
Wordpress 4.9.2Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Contact Form 7 errorSorry for the delay.
Yes. I had a required NAME field. Sorry for that.
There could be an option to inform Contact Form 7 fields to be used as the Mailchimp custom form fields so i could have at least the person’s name registered.Thank You
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Wrong Purchase data and segmenting optionsSorry for the delay.
Just sent a support email to the MailChimp team.Já atualizei!
Muito obrigado!!Ou então, nos produtos gratuitos, adicionar o valor de R$1,00 e um desconto no mesmo valor…. Não sei se isso dá certo.
Desculpe os vários posts rsrs.
Pesquisei pelo código do erro e achei essa página: https://wordpress.org/support/topic/ailed-to-generate-the-pagseguro-payment-token-array?replies=4
Desculpe, não encontrei no suporte, pois pesquisei por produto gratuito e coisas do tipo.
Acabei de ver uma opção no Plugin: Enviar apenas o total do pedido.
Não seria interessante retirar os itens gratuitos da lista antes de enviar para o Pagseguro?
Acho que a parte mais importante é essa aqui:
03-16-2016 @ 15:47:35 - Failed to generate the PagSeguro Payment Token: Array ( [headers] => Array ( [date] => Wed, 16 Mar 2016 18:47:34 GMT [server] => Apache-Coyote/1.1 [content-type] => application/xml;charset=ISO-8859-1 [cache-control] => max-age=180 [expires] => Wed, 16 Mar 2016 18:50:34 GMT [strict-transport-security] => max-age=31536000 [vary] => User-Agent [connection] => close ) [body] => <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?><errors><error><code>11030</code><message>Item amount out of range: 0.00</message></error></errors> [response] => Array ( [code] => 400 [message] => Bad Request ) [cookies] => Array ( ) [filename] => )
Forum: Plugins
In reply to: [Image Teleporter] Not working – blank screen after saveNot working here as well 🙁
Forum: Plugins
In reply to: [YITH WooCommerce Social Login] Google login errorHey @elsonico.
Go to your Console pagehttps://console.developers.google.com
.
Then, on the left menu, choose APIs.
Next, look at the red G+ icon (social APIs).
Select Google+ API and enable it!
Done!Forum: Plugins
In reply to: [Custom Content Shortcode] ACF Date – Loop betweenWonderful!
Thank you very much, Eliot!Forum: Plugins
In reply to: [Custom Content Shortcode] ACF Date – Loop betweenHi Eliot.
I’m trying everything i can imagine to make it work, but have not been succeeded yet.
It works fine when i list previous or future events, but when i try to list events in between (where today is between or equal start and end dates) it does not work.The following code (and similar attempts) does not work:
[loop type="curso" field="start_date" value="today" compare="<=" field_2="end_date" value_2="today" compare_2=">=" date_format="Ymd" orderby="field" key="data_de_inicio" order="ASC"]
The following code shows all events:
[loop type="curso" field="start_date" value="past and today" field_2="end_date" value_2="future" date_format="Ymd" orderby="field" key="data_de_inicio" order="ASC"]
Any idea?
Forum: Plugins
In reply to: [Custom Content Shortcode] ACF Date – Loop betweenSorry for that.
Thank you!Forum: Plugins
In reply to: [Custom Content Shortcode] ACF Date – Loop between[loop type="curso" field="data_de_termino" value="past" date_format="Ymd" orderby="data_de_inicio" order="ASC"]
This code filters the content correctly, but the order is incorrect!Forum: Plugins
In reply to: [Custom Content Shortcode] ACF Date – Loop betweenWow!
Wonderful.
Thank you very much Eliot! 😀