Crossed price and discount in product and category

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
Tue Dec 04, 2012 4:01 pm
Reply with quote
Report this post
Hello!

I´ve set in css the crossed price but i don´t know how i could cross the price only.See url

http://www.vimistore.es/c%C3%A1maras-deporte/c%C3%A1maras-hd/c%C3%A1mara-gopro-hero-3-silver-detail.html

Also i would like set the price with discount out of product details with normal price and the price with discount.

http://www.vimistore.es/c%C3%A1maras-deporte/c%C3%A1maras-hd.html

It´s an example

http://www.demo.cmykreative.com/berkeley/shop/dapper-shirts.php

Anyone suggest how can i do it?

Thanks
User avatar
Expert Boarder

teitbite
Wed Dec 05, 2012 2:37 pm
Reply with quote
Report this post
Hi

I do not understand. Can You please tell me more details? I cannot see a crossed price on Your site.
User avatar
Moderator

GK User
Wed Dec 05, 2012 6:37 pm
Reply with quote
Report this post
Sorry!

I´ve seen in some site that appears a discount % in product details. I´ve tried to set in red with css the normal price but i don´t know how put in product details. See the example with a Gavick template.

http://www.demo.cmykreative.com/berkeley/shop/dapper-shirts.php.

And my site here with discount:

http://www.vimistore.es/c%C3%A1maras-deporte/c%C3%A1maras-hd/c%C3%A1mara-gopro-hero-3-silver-detail.html
User avatar
Expert Boarder

teitbite
Thu Dec 06, 2012 1:44 pm
Reply with quote
Report this post
Hi

This code will remove crossing from where it's non:

Code: Select all
div.PricebasePriceWithTax {
    text-decoration: none;
}


and this one will cross only the price:

Code: Select all
div.PricebasePriceWithTax span {
    text-decoration: line-through;
}


is this what You were asking ? Sorry I'm still not sure.
User avatar
Moderator


cron