• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 19.10.21, 11:30
  • Opened by: Sylvain Duval
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22457 - Prices don't display on product page

Hello,

On my site :https://lacaraque.fr/boites-de-chocolats/1-1-boite-de-chocolats-50g.html#/1-type_de_chocolats-noirs Prices don’t display on product page.
It displays on miniatures but not on product pages.

Could you have a look at it please ?

Thanks

Comments

Fred 19 Oct 2021, 18:09
Sylvain Duval 21 Oct 2021, 08:24

I truie it but it didn’t work.

Could you have a look directly on my website please ?

Fred 21 Oct 2021, 09:41

The issue has been fixed. Please test to confirm the change

Sylvain Duval 21 Oct 2021, 16:27

thanks, could you telle me what you did please ?

Could you make the “TTC” to display after the price and not under ? Thanks

Fred 22 Oct 2021, 10:46

Just updated that file, like described in the ticket I sent you above

Sylvain Duval 22 Oct 2021, 14:00

Could you make the “TTC” to display after the price and not under ?

Fred 23 Oct 2021, 11:37

Try following CSS

#product .product-prices.price {display:flex;flex-direction:row;align-items:baseline}
#product .product-prices.price .tax-shipping-delivery-label {margin-left:5px}

It definitely works https://take.ms/qasqz

Sylvain Duval 26 Oct 2021, 12:07

it works, thanks

Fred 26 Oct 2021, 13:49

You are welcome!