Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Prices And Buttons In Oscommerce


Recommended Posts

Refer to this lines I find to remove prices totaly from the store, because I will make it a library..

"You could just edit /includes/classes/currencies.php and change the setting on

the last function ... function display_price ... to return ''

Now all prices are gone."

Anyone know where to put this to return and how this script in currencies.php is gonna be. As it is it goes like this

   function display_price($products_price, $products_tax, $quantity = 1) {
     return $this->format(tep_add_tax($products_price, $products_tax) * $quantity);
   }
 }
?>

In a sacred manner I live, in heaven I gaze, in a sacred manner I live my horses are many.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...