WebBuddy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutHi Lorro,
You are right! Once I deactivated the theme, the section is gone! So does this means we should look into the theme folder? So do you think I only look into the theme/woocommerce folder which is – https://prnt.sc/li42kh
Or I look into every possible folder inside /theme ?
Forum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutHi Lorro,
Thank you for your advice. I just tried deactivating all plugins except woocommerce and the section is still there… I think this clearly shows that there must be some coding somewhere in the files right?
The section works in the way that when someone click the button, it will add a $25 registration fee to the shopping cart. Is there a way you know how can I search for the string ’25’ across in all woocommerce files? Or in your opinion, what is the next step I should troubleshoot?
Regards
KCForum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutYes, I am using Gravity Form plugin and Gravity Forms User Registration Add-On plugin.
Are they the possible cause? I have searched through their settings but couldn’t find anything related also.
FYI, the site also has the plugin – Woo Checkout Field Editor Pro but even I deactivated this plugin, the section still shows, so it has nothing to do with this plugin either, I suppose..
Forum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutIt is ‘The7’ theme, yes it has woocommerce functions but those are not related to the section that I am looking at. The following is the woocommerce setting inside this The7 theme
Forum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutHi lorro,
The checkout folder only includes form-shipping.php and thankyou.php – https://prnt.sc/lihxkk
No, it is not using any child theme..
Forum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutHi Lorro,
I cloned the website and performed an update to the woocommerce and yes, the section is still there. So as you said, I think the codes must be somewhere in the folder you mentioned but I have searched through them still can’t find.. I have attached a screenshot below: is there any clues you can provide me?
Forum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutThe page just shows – [woocommerce_checkout]
Can it be they edit the files directly in woocommerce? If so, where can I find related files in woocommerce folder?
Forum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutDo you mean the checkout folder inside the theme/woocommerce? There are only two files in there which is form-shipping.php and thankyou.php. Both didn’t contain any related words also..
Forum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutHi @lorro,
I tried searching for the words in the section inside functions.php but the words are not inside this file..
https://www.dropbox.com/s/mw8wv1nh6oignb4/functions.php?dl=1
Do you have any other suggestions? Appreciate your advice.
Forum: Plugins
In reply to: [WooCommerce] How to edit this section of the page /checkoutThank you, Lorro.
This is so strange that I didn’t find any woocommerce_order_details_after_order_table hook in the wp-content/themes/your-theme-name/functions.php
And there are no ‘order’ folder inside the wp-content/themes/your-theme-name/woocommerce
Is there other places where I can look for?
Forum: Plugins
In reply to: [WooCommerce] Showing a custom message when order is on-holdSorry I just realised that the template that I am trying to over ride is for emails only.
I would like to over ride the message shown in the domain-name.com/order-pay/… may I know where can I locate this file?
Hi @stefsternyc,
What if I delete that file (/themes/dt-the7/woocommerce/emails/admin-new-order.php) then test a transaction? If the email works then it would mean that the block of codes is the cause, am I right?
Hi,
I realised that in my directory – /themes/dt-the7/woocommerce/emails/admin-new-order.php
There is an additional codes:
$branch = get_post_meta( $order->id, ‘Checkout Branch’, true );
if($branch){
$title = get_the_title( $branch );
echo ‘<p>‘.__(‘Checkout Branch’).’: ‘ . $title . ‘</p>’;
}Is this the reason why my new order notification emails are not sending?
KC
Forum: Plugins
In reply to: [WooCommerce] New order email not sending but manually it works!?Hi @stefsternyc,
The domain name is artgrain.com.sg. I don’t think the issue is with the host because when I go into a specific order and send the new order notification manually, all the three email address will receive the notification. The issue now is that the new order notification email is not sent automatically. Hope this clarifies.
Forum: Plugins
In reply to: [WooCommerce] New order email not sending but manually it works!?Hi,
This is the email section in WC – https://prnt.sc/kulfcy