- Posts: 13
- Thank you received: 0
Zone Publishing
- astansifer
-
Topic Author
- Offline
thanks
Please Log in or Create an account to join the conversation.
Otherwise, you can go in your database and run the query "UPDATE jos_hikashop_zone SET zone_published=0" to unpublish all the zones.
We will see to add a global publish/unpublish button on the listing in a future release
Please Log in or Create an account to join the conversation.
- astansifer
-
Topic Author
- Offline
- Posts: 13
- Thank you received: 0
Also is there a default zone I can set? When someone goes to register I just want the default to be USA and then they can change it / select canada if that is where they are from instead of the USA.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 43
- Thank you received: 0
HH.
always look on the bright side....
Please Log in or Create an account to join the conversation.
#address_country{ width: 150px }
Please Log in or Create an account to join the conversation.
- Posts: 43
- Thank you received: 0
HH.
always look on the bright side....
Please Log in or Create an account to join the conversation.
- Posts: 43
- Thank you received: 0
HH.
always look on the bright side....
Please Log in or Create an account to join the conversation.
You can change the CSS:
.hikashop_checkout_login_right_part {
width: 440px;
float: left;
}
Please Log in or Create an account to join the conversation.
- Posts: 43
- Thank you received: 0
HH.
always look on the bright side....
Please Log in or Create an account to join the conversation.
- Posts: 43
- Thank you received: 0
I'm sorry Nicolas I don't know much about the code. I made a change to the width (down to 140px) and it had no affect. The issue is a border line that appears around the registration fields after you have added something to the cart. My template has a right position and the right hand side of the registration border overlaps the right hand column, I hope this makes sense.I suppose that you're talking about the fieldset.
You can change the CSS:
.hikashop_checkout_login_right_part {
width: 440px;
float: left;
}
I have attached a screen shot. You can see the line running behind the login button and the down through the word password.
HH.
always look on the bright side....
Please Log in or Create an account to join the conversation.
.hikashop_checkout_address_right_part {
width: 350px;
float: left;
}
and :
.hikashop_checkout_address_left_part {
width: 350px;
float: left;
}
If you don't see your changes, you need to make sure that you flushed your browser's cache.
Please Log in or Create an account to join the conversation.
- Posts: 43
- Thank you received: 0
HH.
always look on the bright side....
Please Log in or Create an account to join the conversation.