andytc Posted August 9, 2006 Share Posted August 9, 2006 Hi Is it possible to show an attributes price in the checkout's totals column instead of the small italic text ? I'd like to have the products price , then the attributes price, and the combined total at the bottom. Any way to do this ? thanks Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted August 9, 2006 Share Posted August 9, 2006 Hi Is it possible to show an attributes price in the checkout's totals column instead of the small italic text ? I'd like to have the products price , then the attributes price, and the combined total at the bottom. Any way to do this ? thanks sure :-). instead of pulling the final price for the cart, you pull the regular price. You add a new function to create a string of product attribute prices with breaks after each price, showing the + and - also. You add a new value to the get_products array that pulls this string and display it right below the base price. To align lines with the product attributes, if you have long product names, you will have to play around. Very cute module :-) :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
andytc Posted August 9, 2006 Author Share Posted August 9, 2006 I dont suppose you have a step by step for that do you ? :) or is an existing contrib available? , i've searched the contrib section untill i'm blurry eyed. Link to comment Share on other sites More sharing options...
EricK Posted October 17, 2006 Share Posted October 17, 2006 Monika, It would be great to display the option name, value and price in the cart, just like it's done in account_history_info.php. Example: - Print Size: 24" x 30" Large Canvas Size (+$89.90) The option price is missing in the cart. I'll post a solution if I can figure it out. Cheers, EricK Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.