schrøder Posted May 24, 2007 Share Posted May 24, 2007 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); } } ?> Quote 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 More sharing options...
Recommended Posts
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.