Deemar Posted June 17, 2011 Share Posted June 17, 2011 I'd like to add a member's pricing next to the original price but I need to know which file contains the displaying of the price so I can edit it. Thanks. Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2011 Share Posted June 17, 2011 Daniel, The $products_price is found in the product_info.php, however there are variations of that value found in product_listing.php, products_new.php, specials.php and other files depending on the page loaded. Chris Link to comment Share on other sites More sharing options...
Deemar Posted June 18, 2011 Author Share Posted June 18, 2011 Perfect, thanks. I was going to put the member pricing into the same table as the other price but it's not based on a per product price, it's a global percentage discount across the store. So which of the tables would be best suited to contain a discount percentage for members? Link to comment Share on other sites More sharing options...
Deemar Posted June 18, 2011 Author Share Posted June 18, 2011 Nevermind, it was stored in the configuration table already. Link to comment Share on other sites More sharing options...
Guest Posted June 18, 2011 Share Posted June 18, 2011 Daniel, You would have to create a NEW table and add a new query value to the product_info.php as well as a field to display it. Chris Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.