I would like to clarify that I would like to remove the word "via" from the messages that appear on the "thank you" page, the emails that the...
protected function render_shipping_address_column() { $address = $this->object->get_formatted_shipping_address(); if ( $address ) {...
Thanks qwikad.com for your reply.
Hi, ?> <p><h2><?php esc_attr_e( 'Print Invoice:', 'woo-invoice' ); ?> <a href="<?php echo esc_url_raw( $url ); ?>"...
Hi @deathshadow, The "inline-block" worked too. But "float:left;" did not work in this case. Thank you very much,
Hi @deathshadow , @qwikad.com & @sarahk Indeed, I added a notice with this code : add_action('woocommerce_after_checkout_billing_form',...
The two fields ("First Name" "Last Name") that appear and disappear are the shipping address fields. When the shipping information is different...
Thanks @qwikad.com & @sarahk for your replies, I tried the suggested code in different combinations, but it doesn't seem to work.
I created and added a notice that is just above the "Create an account?". And, I did some CSS tweaks to adjust the margins. I tried to use...
I share with you the screen record showing this behavior: https://www.screencast.com/t/5HwFdkhcBE
Hi, I inserted this CSS code to reduce the top margin: .form-row.form-row-wide.create-account { margin-top: -25px; } But, every time I...
Thanks, @qwikad.com for your replay, I used style="margin-bottom:0; padding-bottom:0", and it works. The spacing is removed. Thank you for your...
Separate names with a comma.