Sometimes you may want to create a showcase page or something that displays items without the price and "add to cart" buttons. This video will show you how to do this on an osCommerce store.
Hide prices on an osCommerce e-store
Just updated your iPhone to iOS 18? You'll find a ton of hot new features for some of your most-used Apple apps. Dive in and see for yourself:
1 Comment
In product info.php:
<h1 style="float: right;"><?php echo (($productinfo'products_price' > 0) ? $productsprice : ''); ?></h1>
Share Your Thoughts