cameronrjohnson
Forum Replies Created
-
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Customise New Order TemplateThanks for all your help Hannah! One last question I’m trying to remove the text that says Payment Method this is the css I have so far and it doesn’t seem to work?
//remove payment method text
th.td.tlabel-payment-method, td.td.tvalue-payment-method { display: none;}
Thanks again is there anywhere I can leave a review for all your help?
– Cameron
- This reply was modified 4 years, 1 month ago by cameronrjohnson.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Customise New Order TemplateOk no worries thanks for the quick response!
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Customise New Order TemplateYes that is what I’m looking for but to change the ‘new order’ emails sender exclusively. Woo commerce offers a way to change the senders name and email under ‘email sender options’ but I’m curious if there’s a way to change the sender options for the new order email only.
Thanks that makes a lot more sense now
- This reply was modified 4 years, 1 month ago by cameronrjohnson.
Thanks you @lorro that code worked amazing! Is there anyway I can change the name of the sender and not just the email. Thanks!
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Customise New Order TemplateHey, I am having trouble with the exact same thing. I am trying to change the email address that my new order email is connected to but keeping the rest of it the same, has anyone figured it out yet?
Forum: Plugins
In reply to: [WooCommerce] How to remove total, subtotal and tax from new order email?Thank you Nancy for the quick response I fixed the issue by adding
.email-id-new_order td.td:last-child, .email-id-new_order th.td:last-child { display: none; } .email-id-new_order p { display: none; } .email-id-new_order table#addresses { display: none; } .email-id-new_order th.td.tlabel-subtotal, .email-id-new_order td.td.tvalue-subtotal { display: none;} .email-id-new_order th.td.tlabel-shipping, .email-id-new_order td.td.tvalue-shipping { display: none;} .email-id-new_order th.td.tlabel-tax, .email-id-new_order td.td.tvalue-tax { display: none;} .email-id-new_order th.td.tlabel-payment-method, .email-id-new_order td.td.tvalue-payment-method { display: none;} .email-id-new_order th.td.tlabel-total, .email-id-new_order td.td.tvalue-total { display: none;}
In the email customizer >custom styles.
Forum: Plugins
In reply to: [3DPrint Lite] Can not change print quantity in cartOk for anyone with the same problem using the Divi theme, I solved it by removing the link in the visual editor.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Customise New Order TemplateYes, that is exactly what I want! I changed it to
.email-id-new_order th.td.tlabel-subtotal, .email-id-new_order td.td.tvalue-subtotal { display: none;}
so it only removes the subtotal for the email that gets sent out to me and not any of my customers. I am pretty new to CSS so thanks so much for all of the help!
Cameron
- This reply was modified 4 years, 2 months ago by cameronrjohnson.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Customise New Order TemplateActually I just figured it out I was just using the built-in email designer that came with woocommerce. I have a new question though is it possible to remove the text along that says ‘subtotal’, ‘total’, and, ‘tax’? the code that I used before seems to only remove the actual numbers themselves.
Thanks again!
-Cameron
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Customise New Order TemplateHey, thanks for the code it worked amazing! I now have the problem where I can not seem to be able to find where I edited the page. Is there a way to get to admin-new-order.php through the builtin theme editor in WordPress?
Forum: Accessibility
In reply to: How do I add in a section splitterThanks so much for the advice I’ll do some research into implementing a side navigation and make sure to post on the correct forum next time.
Thanks! ??
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Customise New Order TemplateIs there a way to remove the address as well?