BIKESTORE - Price box issue

Amazing responsive, mobile ready VirtueMart e-commerce Joomla template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Mar 06, 2014 5:43 am
Reply with quote
Report this post
Please see attached file, looked all over the CMS and cannot find anywhere or how to remove it. I do not want customers seeing this at all.

Thank you please see attached file.
User avatar
Fresh Boarder

GK User
Thu Mar 06, 2014 7:27 am
Reply with quote
Report this post
Could You please post an url to your site - to exact product page?
User avatar
Moderator

GK User
Thu Mar 06, 2014 10:32 pm
Reply with quote
Report this post
Thank you Cyberek, I have PMed you..
User avatar
Fresh Boarder

GK User
Fri Mar 07, 2014 9:54 am
Reply with quote
Report this post
Please edit: /templates/gk_bikestore/css/override.css and add at its end:
Code: Select all
.product-price > strong, .product-price > .price-crossed, .product-price > .PricediscountedPriceWithoutTax, .product-price > .PricepriceWithoutTax {display: none;}
div.PricesalesPrice {
margin: -10px -20px -10px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Mar 07, 2014 2:07 pm
Reply with quote
Report this post
I have added this to the overide.css and it did not remove all of the above.

Also CSS Overide is enabled in template.
User avatar
Fresh Boarder

GK User
Sun Mar 09, 2014 9:02 am
Reply with quote
Report this post
Code: Select all
.product-price > strong, .product-price > .price-crossed, .product-price > .PricediscountedPriceWithoutTax, .product-price > .PricepriceWithoutTax {display: none !important;}
div.PricesalesPrice {
margin: -10px -20px -10px;
}


This should help.
User avatar
Moderator


cron