schmodi Posted January 6, 2004 Share Posted January 6, 2004 I don't want the shipping price to show on this page. All the other stuff in the Shipping Method box can stay (i.e. the type of shipping and where it is going...I'm using region based shipping) Can someone help me out pretty please? Link to comment Share on other sites More sharing options...
schmodi Posted January 6, 2004 Author Share Posted January 6, 2004 OK, I think I have narrowed it down to this line of code: In catalog/configure.php <td class="main" align="right" colspan="2"><?php echo $currencies->format(tep_add_tax($quotes[$i]['methods'][$j]['cost'], $quotes[$i]['tax'])) . tep_draw_hidden_field('shipping', $quotes[$i]['id'] . '_' . $quotes[$i]['methods'][$j]['id']); ?></td> Now, all some smart person has to do (I hope) is tell me what to take out of here that will enable it to just not show the shipping price. AND still let the "continue" button at the bottom of the page take me to the next page. When I commented out the line, it stuck me in a loop of just bringing up the same page that contains this code. It didn't show the price though so I think I'm close. But this is as far as my knowledge goes. Can someone take this on? Link to comment Share on other sites More sharing options...
schmodi Posted January 6, 2004 Author Share Posted January 6, 2004 Begging here!!! Even if someone could just tell me how to make the text that is generated by this line be the same color as the background so it isn't necessarily visible to the user, but is there... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.