Jump to content

leeofaccy

Member
  • Posts

    276
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Accrington, UK

leeofaccy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Looks like your style sheet(s) is not linked to the page correctly, the path is probably incorrect.
  2. You can change the phrase through the language section in admin: Languages > en > Global Common Phrases > misc_free Change the phrase and click the 'Modify Language File' button at the bottom. If you have tried to edit the file itself you will still need to go into the lang section and the phrase will probably have 'Revert' next to it. Click that then click the 'Modify Language File' button for the changes to take affect. Shipping is sorted low > high on the file includes/content/cart.inc.php by this code: function cmp($a, $ { $b=floatval($b['value']); $a=floatval($a['value']); return $a<$b ? -1 : ($a>$b ? 1 : 0); } usort($Shipping, 'cmp'); Changing it to the following will sort it high > low: //function cmp($a, $ { $b=floatval($b['value']); $a=floatval($a['value']); return $a<$b ? -1 : ($a>$b ? 1 : 0); } //usort($Shipping, 'cmp'); rsort($Shipping);
  3. leeofaccy

    404 Error?

    I think I can see what is happening. I have a feeling it is something to do with your ssl settings and/or your https paths. Have you got 'Force SSL' set to yes, in General Settings? If so, try setting it to NO and see if it makes a difference. Lee
  4. Hi The customer can go (or should be able to), into their account and change the password there. There should be a link to 'Your Account' in the session section of your website i.e. where the login/logout link is. In there should be another link to 'Change Password'. Lee
  5. Hi You can change the order of the categories by clicking View Categories from the admin menu and using the 'arrow' icons to move the categories up or down to the order you choose. If you have any child categories, click the main category name and do the same there and click Save Order. Lee
  6. Seems ok to me. Looked at it in Firefox, IE, Opera, Safari and Chrome and all countries are listed. You may need to clear your browser cache to see the changes. Lee
  7. Hi Peter Try looking in your skins folder, maybe in 'content' or 'boxes' and see if there is a file called contactUs.tpl. There is probably an include file that goes with it too, somewhere like includes/content(or boxes)/contactUs.inc.php. Lee
  8. Hi Try it this way, as it does work.... Click insert/Edit Image. When the box opens click 'Browse Server'. Next, click 'Browse' at the bottom and locate the image on your pc. Click the 'Upload' button, then click the name of the image in the list and the image should appear in the editor. Hope that helps. Lee
  9. Hi Pete, Quote from the documentation: As long as it has done the trick!
  10. Hi Pete Have you tried clicking Rebuild number customer orders in the Rebuild & Recount section to see if it makes any difference? Lee
  11. Hi Tom You are using a non-standard skin and would recommend contacting the skin author, or alternatively ask over on the sister forum for help as this is for the core product only. Lee
  12. leeofaccy

    Time of day

    Try -25200 which should take another hour off. Lee
  13. You should post this over on the other forum here. This forum is for questions about the core product only.
×
×
  • Create New...