pixlgeek Posted December 16, 2009 Share Posted December 16, 2009 Ok, So on cart.php, after the client clicks the package they would like, the next step is to enter in their primary domain name. I would like to edit the css for those text area fields and even replace/add info that is there. In what file would I find the CSS and which TPL associates with this input? Thanks! -pixl 0 Quote Link to comment Share on other sites More sharing options...
bear Posted December 16, 2009 Share Posted December 16, 2009 It should be within the "/templates/orderforms/cart" folder. The one you're looking for is likely "adddomain.tpl". 0 Quote Link to comment Share on other sites More sharing options...
pixlgeek Posted December 17, 2009 Author Share Posted December 17, 2009 Thanks alot bear! Just wondering, is it possible to put PHP code into these TPL files to run when they run? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted December 17, 2009 Share Posted December 17, 2009 Yes, check out the Wiki for info on that. Typically, you place your PHP code inside a {PHP}{/PHP} tag pair. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.