ronza
Forum Replies Created
-
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Parcelamento CongeladoVoltou a funcionar, provavelmente era algum problema com o PagSeguro mesmo.
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Parcelamento CongeladoAqui deve fazer umas 12h jรก.
Se for erro realmente do PagSeguro, espero que eles consertem o quanto antes.Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Parcelamento CongeladoEncontrei essa mensagem:
Failed to load https://ws.pagseguro.uol.com.br/v2/installments.json?sessionId=eb6920835f394a8296c645530e641ab3&amount=94.70&creditCardBrand=mastercard: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘https://pagseguro.uol.com.br’ is therefore not allowed access.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Duplicated ratingIt works for me: <?php echo do_shortcode(‘[ratemypost]’); ?>
Thanks! ๐- This reply was modified 7 years, 3 months ago by ronza.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Duplicated ratingI tested with shortcode and it is still showing duplicated.
I think it is something with my theme.
Thanks for your support ๐
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] If Menu PremiumMaybe you will need an admin user, right?
Forum: Plugins
In reply to: [WooCommerce] How can I change automatically the order date?Hi Mike, Claudio Sanches Help me finding a solution.
Just paste this code at functions.php
function my_custom_payment_complete_date( $order_id ) { wp_update_post( array( 'ID' => $order_id, 'post_date' => current_time( 'mysql' ) ) ); } add_action( 'woocommerce_payment_complete', 'my_custom_payment_complete_date' );Thanks for your support!
Forum: Plugins
In reply to: [WooCommerce] How can I change automatically the order date?Where can I see it?
Forum: Plugins
In reply to: [WooCommerce] How can I change automatically the order date?Unfortunately it didn’t work. ๐
Is there any piece of code that I can add in the fuction.php file?
I don’t know what is causing it. :/
Forum: Plugins
In reply to: [WooCommerce] How can I change automatically the order date?I opened my file and it looks the same as yours.
There is a plugin that change wc- for rs-, maybe it is causing the problem.
I’ll test changing to wc- again and if it work, I came back to tell and close the topic.
Thanks for your help Mike! ๐
Forum: Plugins
In reply to: [WooCommerce] How can I change automatically the order date?The order status change automatically, but the date not. The date continue being on the same day that the order were made and don’t change to the date of payment.
Forum: Plugins
In reply to: [WooCommerce] How can I change automatically the order date?It is not changing here. The customer make the order 18/05 but only pay 20/05. Then 20/05 change the status to processsing but the order date didn’t change and stay 18/05. Got it?
I hope you can help me and thanks for your reply! ๐
Forum: Fixing WordPress
In reply to: How can I change automatically the order date?Thanks for your reply, I’m new here. ๐