Hi,
as I make where those prices, I have not even set says appears
"SALE PRICE: $ 24,000
LAUNCH SALE PRICE $ 19,990"
.productdetails-view .product-price strong,
.productdetails-view .product-price .PricepriceWithoutTax,
.productdetails-view .product-price .PricediscountedPriceWithoutTax {
display: none;
}
<div class="product-price" id="productPrice<?php echo $this->product->virtuemart_product_id ?>">
<?php echo $product->product_s_desc; ?>
<?php echo $this->product->product_s_desc; ?>
<script type="text/javascript">
(function($) {
$(document).ready(function() {
$('span.PricesalesPrice').each(function(){
$(this).html( $(this).html().replace(',00','') );
});
});
})(jQuery)
</script>