Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MaceBiz

Pioneers
  • Posts

    6
  • Joined

  • Last visited

Everything posted by MaceBiz

  1. Thanks, yes that did help, I think I have it all working now. Does anybody know how to change the dropdown menu to show a specific country as the default? I have managed to achieve this for the other dropdown menus on my site by editing the includes/functions/html_output.php From this: function tep_get_country_list($name, $selected = '', $parameters = '') { $countries_array = array(array('id' => '', 'text' => PULL_DOWN_DEFAULT)); To this: function tep_get_country_list($name, $selected = '222', $parameters = '') { $countries_array = array(array('id' => '222', 'text' => 'United Kingdom')); But it didn't affect this one?
  2. I am not a developer, but I believe that: If you have OSC installed in your public_html root directory then you should create the new folders there. If you installed OSC into public_html/catalog then you create the new folders there.
  3. Are there any pre-requisites for using this contrib? For example, when users select their country and mode of transport, where does it get the costs from? Do I firstly have to set up shipping zone rates to specifiy this? Sorry if this is a silly question, I'm very new to all this.
×
×
  • Create New...