• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 23.02.21, 11:43
  • Opened by: Aitor San Jose
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #20839 - the same shipping addres and billing address

At the moment in my checkout page in the section “addresses” I have a radio button and just let me choose one address, so the shipping address is the same than the billing address.
I would like to have a different shipping address and billing address to choose from.
Is that possible???

I attached an image, on the top of the addresses it says “The select address will be used as a billing address and shipping address”

Thanks,

Attachments:

Captura.JPG (27 KiB)

Comments

Fred 23 Feb 2021, 12:33

Hi, Aitor San Jose.
You just need to add another address https://take.ms/vUOY2

Aitor San Jose 23 Feb 2021, 13:08

Hi Fred, I don´t see that option on my checkout page.
On the inspector I can see this
.address-footer {

  display: none;

}
and it is on the theme css
Is there any option on your theme to enable the option??

Fred 23 Feb 2021, 14:28

there is no option to manage that in the theme. Try to add following CSS fix

.address-footer {display:block !important}