User login
| | |
osCMax BugTracker
| |
Who's online
| | There are currently 0 users and 34 guests online. |
Syndicate
|  |
| | |
By jpf at 13 Jan 2007 - 9:38am
| | Easy Call for Price is an easy way to display “Call for Price!” whenever a product’s price is set to 0. Change a couple of values and you can also sell products for $0.00 and display "Call for Price!" for other products. Only TWO files to modify. Install time is less than 5 minutes. It works throughout the site, even with other contributions with no additional changes. Screenshots included for product_info, x-sell, x-sell showing $0.00 and “Call for Price!” and featured_products. Original Author: Tim Elam (aka Bigredman74) Ported to osCMax by: jpf Releases | Official releases | Date | Size | Links | Status | | 1.1 | 2008-Aug-11 | 2.21 KB | | |  | | | | |
All times are GMT -8. The time now is 11:35 PM.
I have installed this mod and I have found a few problems.
1) There is a missing <?php statement in the code that is included in the instructions for stores that have already been modified. The code is missing in the addition to the product_info.php.tpl file. It's an easy fix, but might trip up some inexperienced users.
2) The code strips away the "buy now" button on the product information page, but doesn't take into account the button that can be included on the category product listing page, this is a major problem because it allows people to add a product with a zero price, when they need to call for price.
I also have an idea that I had implemented in a previous store. The call for price mod allows you to replace a zero price with Call for Price, but It would also be nice to have a code that allowed the replacement of the Buy Now button with a Call To Order. In my previous installation I used the code 999999 for the price. When it recognized that code, it replaced the "buy now" or "Add To Cart" buttons with "Call To Order". The store that we have has many high priced industrial machines that we want listed in the catalog but not available for someone to purchase off of the site.
Can you supply the code for this?