Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento special price is showing zero by default

Tags:

php

magento

I'm working on a site in magento where all product's special prize is showing zero by default, though I didn't set any special price for products.

for example,it showing->

Regular Price: $755.00

Special Price: $0.00

how to hide those special prices and make visible only for those products where special price is applicable? otherwise the default price should be shown.

like image 794
Poles Avatar asked Sep 01 '25 09:09

Poles


1 Answers

I have just checked on my local Magento installation if i add 0 in special prices while editing a product and do not even select a date, it start showing on the frontend as in your case.

enter image description here

So i bet you need to remove all special prices which must be set as 0 from admin panel by editing all products showing this behavior.

Also try to clear all cache, and index site.

like image 112
Sunil Verma Avatar answered Sep 03 '25 22:09

Sunil Verma