How i can remove the "invoice select box"...

  • Posts: 103
  • Thank you received: 2
12 years 6 months ago #78221

How i can remove the "invoice select box" that appear on the right side of the address checkout form?

My client said that he really dont want to offer invoices, thank you!

Attachments:

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

  • Posts: 26253
  • Thank you received: 4040
  • MODERATOR
12 years 6 months ago #78240

Hi,

Invoice ?
This box is the "use billing address as shipping address".

You can hide it by modifying the view "checkout | address", removing the right part and changing the checkbox as hidden box.
Or you can add a CSS rule in order to hide the div block which have the id "hikashop_checkout_address_right_part".

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: melisari

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

  • Posts: 103
  • Thank you received: 2
12 years 6 months ago #78247

Thank you! Is exactly what i need, to hide that part, i have in this moment the css file and i am looking at it, but i dont know how to write that css rule, (i dont know css code... i know, is crazy but true. I am still learning), could you help me?

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

  • Posts: 103
  • Thank you received: 2
12 years 6 months ago #78252

Yupiiiiii i did it! Im sorry it was really something very simple, i feel super stupid! Anyway, i am going to put here the solution. In the css file of the frontend, search hikashop_checkout_address_right_part, and just add "display:none;", it would look like this:

.hikashop_checkout_address_right_part{

display:none;

}

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

Time to create page: 0.069 seconds
Powered by Kunena Forum