Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Easy Call for Price v1.0 by Bigredman74

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
In catalog/product_info.php section I changed the comment line to use /* and */ so the closing ?> tag in the commented out line does not affect the code, this removed the need for the redundant <?php opening tag.

In catalog/includes/modules/product_listing.php and product_listing_col.php section I changed:

if ($listing[$x]['products_price']== '0'){ //fix for call for price

to

if ($listing['products_price']== '0'){ //fix for call for price

This allowed the item to show in the product listing without the "buy now" button. My installation is very vanilla and the original code did not work properly for me.
Minor Updates:

added link to contact us page when value = $0, updated code in to reflect osCommerce ver2.2 rc2, created html install file with clickable status list
Hi,

In products_new.php there is still the "add to cart" button, that allowed customers to add a product to their Cart even when the product price = 0 !!

I updated the file products_new.php so now you will not see the "add to cart" button.

only update, Not the full contribution.

All the best,
Nath
   Posted on: 01/13/2009     See contribution details Request Installation with Paid service