EvilDragon Posted December 9, 2006 Posted December 9, 2006 Hi, I guess this is an easy one for a coder :) I'm currently trying to modify my invoice.php. If the country of the customer is in a certain tax class id (i.e. 1), it should display a certain sentence. Basically, this part has been done: <?php if ___________ == '1') { ?> <b><p><?php echo UST_FREI;?></td> <?php } ?> Now... how do I find out the tax class id for the customer? Which is the command I need to put into my if-clause? Any help? Thanks :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.