Checkout page issues

  • Posts: 96
  • Thank you received: 0
13 years 3 months ago #3529

Just a couple of issues on the checkout page, only a couple.....promise! :blush:

Is it possible to change the colour of the text here as it doesnt show up very well given the colour of the website:

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 96
  • Thank you received: 0
13 years 3 months ago #3530

Also, if the customer wants to use a different shipping address, where is this option?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 96
  • Thank you received: 0
13 years 3 months ago #3531

Finally, i dont know if i have placed two carts at the bottom of the page or something but during checkout, the page looks quite confusing to customers, not sure how to describe it:



Sorry about the 3 posts, i didnt know how to insert more than one screenshot into one post.

Attachments:
Last edit: 13 years 3 months ago by manamaga.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
13 years 3 months ago #3539

The legend of the fieldsets is defined in your joomla template CSS. There, you can change it:
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.

  • Posts: 96
  • Thank you received: 0
13 years 3 months ago #3543

nicolas wrote:

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.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
13 years 3 months ago #3544

Then, that means that you have a javascript error on your website which prevents hikashop's javascript to display the shipping address selection interface. You should fix your javascript error.

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.

  • Posts: 96
  • Thank you received: 0
13 years 3 months ago #3714

I just had a thought and tried the alternative shipping address problem in Firefox and it does work, if the box is unticked, it drops down to enter another address. This doesnt happen in IE8, would that definately mean a javascript error?

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?:

Attachments:
Last edit: 13 years 3 months ago by manamaga.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
13 years 3 months ago #3724

Hi,

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.

  • Posts: 96
  • Thank you received: 0
13 years 3 months ago #3750

Fix for IE8, absolutely perfect! Thanks so much!

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?

File Attachment:

File Name: frontend_custom.zip
File Size:3 KB

Attachments:
Last edit: 13 years 3 months ago by manamaga.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
13 years 3 months ago #3751

What is the URL of your website so that we can look at it directly ?

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.

  • Posts: 96
  • Thank you received: 0
13 years 3 months ago #3755

Please Log in or Create an account to join the conversation.

  • Posts: 96
  • Thank you received: 0
13 years 3 months ago #3806

Sorry, I forgot, you have to be logged in to see the width error. I have created an account for you

username: test
password: test

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
13 years 3 months ago #3807

Instead of adding to the file the CSS I gave you,

Just change the CSS which is already there:

.hikashop_checkout_address_right_part{
    width:350px;
    float:left;
}
Near the middle of the CSS file.

Please Log in or Create an account to join the conversation.

  • Posts: 96
  • Thank you received: 0
13 years 3 months ago #3808

;)

Please Log in or Create an account to join the conversation.

Time to create page: 0.085 seconds
Powered by Kunena Forum