Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Don't show pricing on Delivery Information page


schmodi

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...