coroleu
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS Feed Widget] XML FeedWorks great! Tnaks
Forum: Plugins
In reply to: [Print-O-Matic] Add print-o-matic function to theme's buttonHi Baden, i have the same problem here. I do this http://spacedonkey.de/1019/wonky-submit-print-o-matic-button/ but doesnt work, just show empty page. Any idea? Thanks
Forum: Plugins
In reply to: [JSON API] JSON doesnt show resultThe problem is with only group of posts. I move all from this category to another NEW category and the problem persist. With anothers categories works fine. I change my hosting and still fail the json call.
Look, http://rutadelaselva.com.ar/api/get_category_posts/?id=2
Any idea?Forum: Plugins
In reply to: [JSON API] JSON doesnt show resultHi Bob, thanks for your quick answer. I use twentyfifteen template (http://recorramisiones.com.ar/rutadelaselva/)
I dont have another plugin.
Where i can find my php error?I have a similar problem, in home page or category page works fine, but in my posts doesnt work.
In debugger shows this error:Uncaught TypeError: Object #<Object> has no method ‘ajaxyLiveSearch’
This problem is for jquery conflict, i disable all plugins and still doesnt work.
I think is the defect gallery of my theme. Can you help me?
See: http://www.recorramisiones.com.ar/chacra-del-agua-lodge/Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationSomething like this?
function send_mercadopago_notification( $order_id, $data ) {
if ( ‘status’ == ‘pending’ ) {
function woocommerce_mail( $to, $subject, $message, $headers = “Content-Type: text/html\r\n”, $attachments = “” )
}
}🙂
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationNo problem Claudio, i’ll try to learn more about php… with your help im in the right way. Thanks again, i apreciatte your help.
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationSounds easy to a wordpress guru, im just a guy with basic knowledge about wp… i dont know nothing about PHP. Can i paid you with PESOS ARGENTINOS?
The client make me feel so tire. I thought it would be easier.
Thanks a lot Claudio, i’ll keep looking.
Your plugin is great for argentinian and brazilian.Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationI probe the code, and your right again… the checkout jump to “Gracias por pagar su pedido blablabla…” and never show the mercadopago payment
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationJust only need an email notification before the client paid for the admin prepare the orden… (words of the my client)
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationYou’re right, when the status change automatically to “on-hold” MercadoPago considers that the order has been paid…and does not help me…
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationYes Claudio, i understood very well your explanation, but my client is…i dont know… rare and he asked me if i try to change the status to receive the notification email…and i dont know how.
“No es mi intencion molestarte Claudio”
i’ll try with your code
Sorry and thanksForum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationThanks Claudio. I do not know how to use this ACTION, but its ok i’ll keep looking.
Thanks again.Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationAppreciate you help…
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Order notificationThanks for your answer. Now i understand how works. But if you do not mind can you please show me in your code where i can change the default status from “pending” to “hold on”… my client needs to be prepared with the products when users order. Sorry and thanks for your help.