shiftlocked Posted January 8, 2007 Share Posted January 8, 2007 Hi there, Instead of adding a fancy mod to get the customer to agree to terms and conditions, how would one go about placing text on the checkout confirmation. Id like to add By clicking the purchase button you agree to the terms and conditons of this website, link (where link is point it to the terms and conditions) Things still to do before going "live" in no real order... Change "buy now buttons" css styles Change "lets see what we have here" into something meaningfull Main logo of the website Sort out currency to make site UK only (at present) Remove "xx requests since" stuff Update mainpage :D Move shopping cart status into header Add in stock status to product listing page Define styles for product listing standardisation Change CSS background for Headings Increase Category size headings Used mods so far:- basic_design_pack1mk7 | Google XML sitemap w admin | Paypal IPN v 1.2 | Feedmachine | pricematch_1_3_1 | Dynamic Sitemap 1.6 | Whos online Enhancement | Easypopulate 2.72 Each one that I solve I;ll be putting a post on the forum in a "completed shop" thread that Im writing up Link to comment Share on other sites More sharing options...
davidinottawa Posted January 8, 2007 Share Posted January 8, 2007 Hi there, Instead of adding a fancy mod to get the customer to agree to terms and conditions, how would one go about placing text on the checkout confirmation. Id like to add By clicking the purchase button you agree to the terms and conditons of this website, link (where link is point it to the terms and conditions) define the text in a language file such as : /includes/languages/english/checkout_confirmation.php define('HEADING_PAY_ME', 'I agree to the terms'); the in the checkout_confirmation.php file dump in this text before you print out the submit button : <?php echo '<b>' . HEADING_PAY_ME . '</b>'; ?> david in ottawa Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.