Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Location
    New Zealand
    Posts
    15
    Plugin Contributions
    0

    Default having trouble refreshing

    I have updated my includes/languages/english/index.php changing the welcome message to:

    Code:
    } elseif ($category_depth == 'top') {
    
      // This section deals with the "home" page at the top level with no options/products selected
    
      /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    
      define('HEADING_TITLE', 'Welcome to the mystore');
    
    } elseif ($category_depth == 'nested') {
    
      // This section deals with displaying a subcategory
    
      /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    
      define('HEADING_TITLE', 'Welcome to the mystore');
    
    }
    I also edited the orange template I uploaded, changing:
    include/template/orange/css/stylesheet.css

    Code:
    .centeredContent{ text-align: center; }
    
    .leftBoxContainer, .rightBoxContainer, .singleBoxContainer{ margin-bottom: 10px; background: #fffbf3; border: 1px solid #f46e15; }
    to

    Code:
    .centeredContent{ text-align: center; }
    
    .leftBoxContainer, .rightBoxContainer, .singleBoxContainer{ margin-bottom: 10px; background: #3366CC; border: 1px solid #3366CC; }
    When I view though (in firefox on linux), I am not seeing my changes. I did hit shift-refresh and also tried clearing my cache.

    Is there some magic caching going on?
    any hints to getting it to refresh?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: having trouble refreshing

    Are you sure the files were actually uploaded?

    Try downloading them to a different folder on your computer and viewing the contents.

    Did you upload the english.php file to an 'orange' override folder?

  3. #3
    Join Date
    Sep 2008
    Location
    New Zealand
    Posts
    15
    Plugin Contributions
    0

    Default Re: having trouble refreshing

    I am sure the files were uploaded.

    I did not put the files in any override folder, i just located the file the string was located in, and changed it.
    I found the location using the developers toolkit.

    I understand that I should eventually save custom files (to prevent overriding in upgrades) but thought it would work without doing that.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: having trouble refreshing

    Can you post a link to your site?

  5. #5
    Join Date
    Aug 2006
    Location
    Singapore
    Posts
    167
    Plugin Contributions
    1

    Default Re: having trouble refreshing

    make sure the active template is 'orange' and you upload changes to 'orange' folder structure

  6. #6
    Join Date
    Sep 2008
    Location
    New Zealand
    Posts
    15
    Plugin Contributions
    0

    Default Re: having trouble refreshing

    definitely did that.

    you can see the site in progress at http://www.beakandclaw.com/cart

 

 

Similar Threads

  1. Having Shopping Cart Trouble
    By jnb41578 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Nov 2011, 12:31 AM
  2. Having trouble with Checkout
    By trafficzombie in forum Basic Configuration
    Replies: 1
    Last Post: 6 Jul 2009, 09:49 AM
  3. Having Trouble finishing install
    By shirtsofwisdom.com in forum Installing on a Windows Server
    Replies: 1
    Last Post: 30 Jan 2009, 02:33 AM
  4. Having trouble configuring...
    By rajato in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 May 2007, 08:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg