Remove Price Circle and price from website

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeRemove Price Circle and price from website

This topic has been marked as resolved.

Hi,

I’m currently setting up a site and need to remove the price and circle (and the ex Tax) from all pages – product, catergory, search etc.

The site is http://www.envybusinesscards.com

As you can see its selling business cards so I dont need the product prices displaying as it will be standard pricing across the site. It also displays the prices through an extension.

Any help would be appriciated.

Neil

  • This reply was modified 4044 days ago by  nridgway.
April 18, 2013 at 7:48 pm #22240
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
April 22, 2013 at 4:48 pm #22392

Thanks – That worked on the product page…

Only problem now is on the featured/latest/catergory view – when I hover over the product the price flashes up.

April 22, 2013 at 5:05 pm #22402

Sorry, mate, but we’ve forgot to add the !important declaration for greater rule priority. You can check our previous post again.

Best,
ThemeBurn team

April 22, 2013 at 5:11 pm #22403

Cool – Sorted, Thanks for your help.

April 22, 2013 at 5:13 pm #22405

Glad we’ve helped :)

Best,
ThemeBurn team

April 22, 2013 at 5:14 pm #22407

Thank you for this solution! I have another related question: How can I remove :

1. Prices from the Shopping Cart but I need them on the Admin Panel.
2. Prices from checkout screen @ “Step 6: Confirm Order”.

No one but me see the prices anywhere. My customers (we can also call them retailers) have the prices per product at their e-mails and they order products in front of their own “end user customers”.

I think it can be hide from s_price , I tried but I couldn’t do it.

?

Thanks,
B.Martinov

 mrtnb
May 2, 2013 at 7:37 pm #22769

OK, I did it by myself

Just add these codes to “screen.css.php”


.s_cell_price {
  display: none !important;
}

.s_cell_total {
  display: none !important;
}

.s_price_holder {
  display: none !important;
}

And done! :)

 mrtnb
May 3, 2013 at 3:36 pm #22788

@mrtnb

Thanks for sharing your addition :)

BR,
ThemeBurn team

May 8, 2013 at 10:57 am #22962
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.