do Not Show Price - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

do Not Show Price

F

fabiana

Extension 3 years ago

do not show price only catalog because it shows me the price https://prnt.sc/qlj3Md4rr42T https://prnt.sc/tGVHkdgdUnVR

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #74221

so my code helped in catalog view, as you wanted.

And CSS code that you added (it wasn't mine!)

.sale-price {
  display: none;
}

hide prices in a single product page.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #74119

Hi Fabiana,

I can only guess that inside that template this view was overriden by template and nobody predict that someone would want to hide price in shop component.

So to hide prices without touching a php code will be to use custom CSS to hide it.

Just share link from where prices should be "removed" / "hidden".

0
F
fabiana
Accepted Answer
3 years ago #74131

THANS

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #74140
.view-products .shop-list-price-wrap {
  display: none !important;
  visibility: hidden;
}

.view-products .j2store-single-product h2.product-title {
  margin-bottom: 0px;
  padding-bottom: 10px; line-height: 24px;
}

should help

0
F
fabiana
Accepted Answer
3 years ago #74215

add the code you gave me, when you see the products it no longer shows the price but if I enter the details yes

0