- Posts: 96
- Thank you received: 0
Checkout page issues
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
legend { color: #FFF; }
To set a different address, just untick the checkbox... I'm not sure what is your question ?
At the bottom of the page you have the cart module displayed. You should just remove it from there. For example, you could unublish it if you don't use it.
Please Log in or Create an account to join the conversation.
To set a different address, just untick the checkbox... I'm not sure what is your question ?
At the bottom of the page you have the cart module displayed. You should just remove it from there. For example, you could unublish it if you don't use it.
If the customer unticks the box, nothing happens, where does the new shipping address be entered?
If I unpublish the cart, customers wont be able to see whats in their cart?
Please Log in or Create an account to join the conversation.
Then, instead of unpublishing the cart you could display it only on the menus where you need it and not on the checkout. That can be configured in the joomla options of each module.
Please Log in or Create an account to join the conversation.
Also, can i confirm the place to edit the width of this is in configuration>display>frontend css?? If so which part is it to edit?:
Please Log in or Create an account to join the conversation.
There is indeed a problem in IE8 with that. IE8 doesn't like the onchange event for input checkboxes and doesn't trigger it. We need to change for an onclick event.
Go in the menu Display->Views and edit the file address of the view checkout. There change the text "onchange" to "onclick" and then it will work.
We will add that to next version of HikaShop.
for the width of that part, you can add for example something like that:
.hikashop_checkout_shipping_div{ width:200px }
Please Log in or Create an account to join the conversation.
For the width, i added the code but it doesnt seem to have changed anything. I`ve attached my frontend_custom.css file, please could you check to see if i have placed the code correctly?
This attachment is hidden for guests.
Please log in or register to see it.
Please Log in or Create an account to join the conversation.
It's really hard to guess CSS without seeing the page with firebug as any CSS on your website (the ones of your template mainly) could change the behavior.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
username: test
password: test
Please Log in or Create an account to join the conversation.
Just change the CSS which is already there:
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.