tortex Posted November 15, 2002 Posted November 15, 2002 hi, im selling car parts. id like to have the main price for the product display as a starting price. but i dont want that price to be definitive. pull down menus (product atributes) would dictate actuall aplication price. ie product A for car 1 = $100 product A for car 2 = $150 product A for car 3 = $75 am i stuck using the product price and modifying aplication prices off of the pull downs? or can i just have the pull downs display actuall price for the application? hope that makes sense :roll:
Ajeh Posted November 15, 2002 Posted November 15, 2002 My Free Call for Price v4.0 has an attributes calculator on it that takes any products_price plus the lowest price in the attribute groups to make up the displayed price. At the moment, this is available on my website until a bug is worked out of the code. NOTE: This works with snapshots prior to November 1st ... I have not finished the re-write yet for the new snapshots.
tortex Posted November 18, 2002 Author Posted November 18, 2002 My Free Call for Price v4.0 has an attributes calculator on it that takes any products_price plus the lowest price in the attribute groups to make up the displayed price. At the moment, this is available on my website until a bug is worked out of the code. NOTE: This works with snapshots prior to November 1st ... I have not finished the re-write yet for the new snapshots. ok, how can i put a "starting at" text next to the main price thats listed? i'll have to adjust the price from the atributes options then.
Ajeh Posted November 18, 2002 Posted November 18, 2002 You could just edit the line in product_info.php <td class="pageHeading"><?php echo $product_info_values['products_name']; ?></td> <td class="pageHeading">Starting at: <?php echo $product_info_values['products_name']; ?></td>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.