onlinetime Posted September 3, 2005 Share Posted September 3, 2005 For example, i have: Mouse Hp: 15$ But i want to display in my shop other price: 20% * of price$ + price$ +3$= Total price For evry product! Where to modify? Thank you! Link to comment Share on other sites More sharing options...
onlinetime Posted September 3, 2005 Author Share Posted September 3, 2005 More options... If price<15 then total price=20% * price$ +3$ If price>15 then total price=30% * price$ +4$ Link to comment Share on other sites More sharing options...
cannuck1964 Posted September 4, 2005 Share Posted September 4, 2005 look to modify the includes/classes/currencies.php file modify the function display_price function, as well you will need to modify a few others to maintain the cart pricing as well, so the shopping_cart.php and order.php classes may also need to have some changes.... cheers, Peter M. Peter McGrath ----------------------------- See my Profile (click here) for more information and to contact me for professional osCommerce support that includes SEO development, custom development and security implementation Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.