Replies: 1
Hi,
I have problems getting the product price displayed in my “cart” and on the product page.
If I use the following as a selector, the price will be displayed on the product page:
.woocommerce-Price-amount
If I use the default selector, the price will only be displayed at the cart:
.summary.entry-summary .price > .amount, .summary.entry-summary .price ins .amount
After trying many different variations I haven’t found a way to combine both of them so the price will be displayed on the product page and in the cart as well.
Is there a way to get the price displayed on both?
Thanks in advance!