Remove Price in Categories

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeRemove Price in Categories

This topic has been marked as resolved.

In the category view, there’s a nice big circle with the price beside each item.

I’d like to know how to remove this from the category view.

August 15, 2011 at 5:55 pm #649

You want to remove the circle or the entire price?

The circle is in screen.css under…just comment it out.

.s_price {
/*background-image: url(../images/price_1.png);*/

August 15, 2011 at 8:50 pm #654

@esnsone

I tried to comment that line out, but it doesn’t change anything.
Also, on my screen.css file, it is not under .s_price.

all I see is the following:

.s_price {
  display: block;
  margin: 0;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  font-family: "Babel Sans", sans-serif;
  font-weight: normal;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  behavior: url(catalog/view/theme/shoppica/js/PIE.php)
}

I have 3 questions:

1. What must i do to remove it as you mention above?
2. What must i do if I want to change the image?
3. Is there a way to list the price simply as part of the hover options? On top of “Wishlist” and “Compare”?

August 16, 2011 at 9:52 pm #733

Hi,

1) To completely remove the price you will need either to remove it from the template, or you can hide it with css.

You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!

Hope, we have helped.

Best regards,
ThemeBurn team

  • This reply was modified 4624 days ago by  TB Support. Reason: Remove the price circle tag from both list and grid view
August 17, 2011 at 7:15 pm #791

I’ll give it a go today, I’ll let you know how I get along.
Maybe this can be an option in the Shoppica CP?

August 18, 2011 at 1:30 pm #826

It worked..but the price circle still remains in the intro slider on top..how can it be removed from that?

Also, now that my prices are underneath the product name, the dollar sign from the prices have been removed. how do i add them?

btw is there a way to change the intro slider border?

August 18, 2011 at 8:48 pm #844

also, the price circle still remains on individual product pages on the right side..fyi..

Thanks for the hard work btw!

August 18, 2011 at 9:21 pm #845

Hi all,

The code for removing the circle price tag in the intro and the product detail page is:

You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!

Best regards,
ThemeBurn team

August 23, 2011 at 12:04 pm #995

Thanks for all the help so far concerning this topic. The dollar sign seems to have disappeared from all my prices. They now show inline below the product image and above the wishlist/compare, but there is no dollar sign. What can I do to add it in?

September 7, 2011 at 11:42 pm #1561

Hi,

This is strange, because everything works just fine with us. Could you send us a site address, so we could check?

Best regards,
ThemeBurn team

September 8, 2011 at 3:26 pm #1601

http://www.dorytory.com

The $ sign shows up on the individual product pages, but not when they’re viewed in rows.

September 20, 2011 at 5:46 pm #1894

Also if I try to change the font of the prices, will any of the above codes prevent that from happening?

September 20, 2011 at 5:55 pm #1895
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
September 21, 2011 at 12:35 pm #1920

Awesome, the $ signs have returned. But the code to change the font of the prices doesn’t seem to comply. =\

I’ve added it to the end of my screen.css and tried a couple different fonts like arial, tahoma, verdana.

I’m having a great deal of trouble with the font of the top menu, as well as these prices. Can u suggest anything else I might try?

September 22, 2011 at 9:02 pm #1950

[sorry i responded prematurely here. please ignore]

  • This reply was modified 4593 days ago by  dkyolhan.
  • This reply was modified 4593 days ago by  dkyolhan.
September 23, 2011 at 12:14 am #1958
Viewing 15 posts - 1 through 15 (of 30 total)
  • You must be logged in to reply to this topic.