bituser Posted June 20, 2003 Posted June 20, 2003 Hello I'm trying to set this statement in my currencies file (last function) but it doesn't work. Blank page is displayed when open the web. I'm using the OS 2.2MS1, is this statement supported in this version? Where I put it into this function (the last for me in currencies.php file)? function display_price($products_price, $products_tax, $quantity = 1){ return $this->format(tep_add_tax($products_price, $products_tax) * $quantity); If the return statement is commented // no prices appear, that is good, but also if you are logged, and the way is that only the logged users will view prices. Please help me!!! can anybody write the correct statement? :oops: Quote
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.