This topic has 6 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
Hi,
I install Order Delivery Date for Woocommerce plugin and I have 2 questions:
1. How can I move the field Delivery Date? I must put it after Delivery Address, now is above 🙁
2. How can I translate this field (or other fields)?
Thanks in advance!
Hello,
1. Please show a screenshot what exactly you want to achieve.
2. You need translate the field in the plugin files. You need check them.
Regards,
Eva Kemp.
Hi,
I wanna do this:
http://www.garciflors.com/wp-content/uploads/2016/09/delivery2.png
Actually:
http://www.garciflors.com/wp-content/uploads/2016/09/delivery.png
On my shopping cart.
Thanks!
Hello,
Try to add the following code in Theme Options->Custom CSS->Global Custom CSS.
#e_deliverydate_field {
float: inherit;
}
Regards,
Robert Hall
Hi,
I have 2 problems:
1. In Safari: I need more space between Delivery Date field and Delivery Address
2. In Firefox: nothings happened! And I can’t see the check button “Create an account?”
http://www.garciflors.com/finalizar-comprar/
Thanks in advance!
Hello,
Change the code to this one:
#e_deliverydate_field {
float: inherit !important;
}
Clear browser cache and check the page after that.
Make sure you’re logged out to be able to see “Create an account?” field.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up