Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help... A Few Questions


jpitts78

Recommended Posts

How can I offer free local delivery , but charge for shipping for places outside my city?

 

My taxes are not showing up... why is that???

 

For Canada.... do I charge only GST or do I have to charge the other types (HST, PST) for the provinces it applies to???

 

How can fix that it shows postal code/zip after province/state instead showing up after city for the addresses???

 

 

HELP!!!!!

Link to comment
Share on other sites

How can I offer free local delivery , but charge for shipping for places outside my city?

 

http://www.oscommerce.com/community/contributions,1993

 

My taxes are not showing up... why is that???

 

There is a great tutorial on taxes in the extras folder that comes with osC.

 

For Canada.... do I charge only GST or do I have to charge the other types (HST, PST) for the provinces it applies to???

 

GST for all of Canada, PST for the province where you are located. I know HST is charged on shipping to the eastern provinces but like always it is best to check with the tax office and ask them.

 

How can fix that it shows postal code/zip after province/state instead showing up after city for the addresses???

 

If you look at the code for the page you will see where each one is displayed. It is just a matter of moving it to where you want. Such as on create_account.php your would find this section

 

			  <tr>
			<td class="main"><?php echo ENTRY_POST_CODE; ?></td>
			<td class="main"><?php echo tep_draw_input_field('postcode') . ' ' . (tep_not_null(ENTRY_POST_CODE_TEXT) ? '<span class="inputRequirement">' . ENTRY_POST_CODE_TEXT . '</span>': ''); ?></td>
		  </tr>

 

That can be moved, just be careful of the <tr> tags being in the correct place. All sections there start with <tr> and end with </tr>.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...