ashop1
Forum Replies Created
-
Thank you very much for answering, but please do not mark this as resolved because it is not.
Likewise, the problem is with the forum that allows plugin authors to mark as solved something they did not start or fix.
regards
Forum: Themes and Templates
In reply to: [Astra] override the components.php fileand if possible, I would appreciate if you could provide me with the hooks of this container:
.site-header-above-section-right-center.site-header-section.ast-flex.ast-grid-right-center-section
Why can’t I find it in that components.php file, or can you tell me where to locate it please? Thank you
Forum: Plugins
In reply to: [WooCommerce] change text wc_add_noticeThanks for your answer, I don’t want to use plugin to change only one text, do you know if there is any way to do it through code?
like when you modify a filter or something?
Forum: Plugins
In reply to: [WooCommerce] get data only once using foreach (WC () …I already answered in that thread, so we don’t mix the songs.
on this thread, surely they mark it, as always, as solved although it is not like that.
Since I provide a code that works but is missing perhaps a single word or a small line to make it work as I wish, showing the result only once, they could help me since it is also related exclusively to woocommerce. But you don’t do that, Mirko P. tells me that it is a fairly complex development, but the code is almost complete if I’m not mistaken, and I just showed it myself, if what is missing is minimal … where is the complexity that do not help?
I understand that they will say something about their policies maybe, but if so then do not mark something that is not resolved as a result because it could confuse people who enter solved woocommerce threads when they did not help nor is that thread resolved.
With its last paragraph I agree perfectly, the strange thing is that that same code was confirmed to me by a woocommerce agent in this link:
https://www.ads-software.com/support/topic/change-text-wc_add_notice/
I would hope, then, that Mirko P. or one of his colleagues corrects it at least. Woocommerce folks don’t usually help on this forum but they do mark everything as resolved, which doesn’t seem right to me.
To you, lorro, I thank you very much for your attention and the link that you gave me to verify the php code.
Thanks for your answer, it happens that I do not want to use plugins but I want to modify it with code, if possible.
The folks at woocomerce in a previous thread gave me this:
<? php
/ **
* Remove WooCommerce notice when user registers new account
* /
function wcmo_remove_new_registration_notice ($ notice_message) {
if (strpos ($ notice_message, ‘Your account was created successfully’)! == false) {
return ‘ENTER YOUR NEW MESSAGE HERE’;
}
return $ notice_message;
}
add_filter (‘woocommerce_add_success’, ‘wcmo_remove_new_registration_notice’, 99, 1);but it does not work….
Forum: Plugins
In reply to: [WooCommerce] get data only once using foreach (WC () …Forum: Fixing WordPress
In reply to: get data only once using foreach (WC () -> cart->…Of course I also comment first on woocommerce, but there they are something exquisite with their answers, that is, practically they do not help with these topics.
Forum: Fixing WordPress
In reply to: get data only once using foreach (WC () -> cart->…well, I thought that maybe someone has done this or knows how to solve it since I consulted the wordpress development forum and my website is made with wordpress.
if in addition to this, there is something that I do not know is because I am a newbie but I thought that consulting here would not be bad for what I told you.
.
How strange, I open it again. instead of answering about it, you answer a generic message
resolved
Forum: Themes and Templates
In reply to: [Astra] woocommerce-message.thanks
hi, close this thread:
https://www.ads-software.com/support/topic/change-text-wc_add_notice/#post-14574236because I put a number 4 in the first line and nothing changed but I hurried because when I put it in the second line I did change, so that’s where I have to change the text: look: https://ibb.co/L8DPBMW
now tell me if you can help me because the support thread code does not work.
Forum: Plugins
In reply to: [WooCommerce] change text wc_add_noticeHello, I closed this thread because I put a number 4 in the first line and nothing changed but it stopped me because when I put it in the second line if I change, so it is right there where I have to change the text: look: https: // ibb. co / L8DPBMW
now tell me if you can help me because the support thread code does not work.