fer230
Forum Replies Created
-
Forum: Plugins
In reply to: [WHMCS Bridge] Unable to checkoutYou can switch to cms based and keep the default WHMCS areas, find out more here https://dashboard.cmsbased.net/aff.php?aff=242.
You can try this https://dashboard.cmsbased.net/aff.php?aff=242.
Forum: Plugins
In reply to: [WooCommerce] About making the checkout terms and condition always openThank you for the link, I have been able to change it using the code below following the guide in the above link.
// Changing Woocommerce order comments and its placeholder section under Additional info add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields'); function custom_override_checkout_fields($fields) { $fields['order']['order_comments']['label'] = 'Special Request'; $fields['order']['order_comments']['placeholder'] = 'Please type your special request here if you have one. Thank you.'; return $fields; }
Forum: Plugins
In reply to: [WooCommerce] About making the checkout terms and condition always openThank you @rynald0s for the idea, in my case the last part of your CSS guide was the solution.
.woocommerce-terms-and-conditions { display: block !important; }
What is the best way to change the texts, Order notes (optional) and the placeholder Notes about your order in checkout page as seen in the link in the screenshot below?
https://ibb.co/YjMK7G1Once again, thank you.
- This reply was modified 3 years, 7 months ago by fer230.
Forum: Plugins
In reply to: [WooCommerce] About making the checkout terms and condition always openHi @rynald0s, I require this to be expanded because most people complain they do not see it after they’ve damaged something, so making it expanded at all times will eliminate that excuse and make dispute to be resolved easier.
Thank you.
Forum: Plugins
In reply to: [WooCommerce] About making the checkout terms and condition always openHi @zworthkey12vaibhav, this is the link [ redundant link removed ].
Thank you.
- This reply was modified 3 years, 3 months ago by Jan Dembowski.