AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: pal on April 28, 2013, 11:50:29 AM

Title: Error In Special Price
Post by: pal on April 28, 2013, 11:50:29 AM
in my site working templates 2

showing error in special price ,see image
Title: Re: Error In Special Price
Post by: abolabo on April 29, 2013, 09:43:20 AM
add this

Code: [Select]
.price-add .price>span{
text-decoration: line-through;
}
into file public_html/extensions/template2/storefront/view/template2/stylesheet/boxes.css
Title: Re: Error In Special Price
Post by: pal on April 29, 2013, 03:38:09 PM
thanks for reply , i did but still not working ,if u see in page working but in box its not working
Title: Re: Error In Special Price
Post by: pal on April 29, 2013, 03:43:51 PM
working now ,sorry ,thanks for help
Title: Re: Error In Special Price
Post by: abolabo on April 30, 2013, 04:54:17 AM
yes. use ctrl+F5 for obligatory refresh of all parts of page after editing css, tpl etc