Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2011
    Posts
    3
    Plugin Contributions
    0

    help question Sorry no currencies found

    Hi,
    I have ZenCart 1.3.9
    I've searched for this as best as I can but I can't find anything

    On the home page it shows underneath the main text "Sorry no currencies found".

    The site is http://store.skycallsatellite.com

    Thanks for the help

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Sorry no currencies found

    Quote Originally Posted by mymediahero View Post
    Hi,
    I have ZenCart 1.3.9
    I've searched for this as best as I can but I can't find anything

    On the home page it shows underneath the main text "Sorry no currencies found".

    The site is http://store.skycallsatellite.com

    Thanks for the help
    What do you see when you log into the admin control panel and navigate to localization/currencies ?

    If nothing is there try adding something.

    I cannot think of any logical reason or explanation for the currencies to dissappear.. hopefully it was something you were playing with rather than someone elses doing.

    Cheers
    Rod

  3. #3
    Join Date
    Feb 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Sorry no currencies found

    Under Currencies I have Canadian Dollar and US Dollar. US is the default.

    I really can't recall when this came up. Maybe it was a switch but I can't find anything that would make it do this.

    I suppose I could try changing the template to see if that would do anything.

  4. #4
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Sorry no currencies found

    Quote Originally Posted by mymediahero View Post
    Under Currencies I have Canadian Dollar and US Dollar. US is the default.
    OK, I'm stumped. :-(

    Quote Originally Posted by mymediahero View Post
    Maybe it was a switch but I can't find anything that would make it do this.
    There is no switch or setting that would cause this symptom that *I'm* aware of.

    Quote Originally Posted by mymediahero View Post
    I suppose I could try changing the template to see if that would do anything.
    My gut feeling tells me that this won't solve the issue. Nonetherless trying anything is bettter than trying nothing.. just be sure to keep backups of anything you change so that you can restore things if they don't make any difference.

    Good luck,
    Rod

  5. #5
    Join Date
    Feb 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Sorry no currencies found

    I just tried changing templates to the Classic Green and I didn't see the "sorry no currencies found". But when I changed it back to digital shop it showed it there again.

    Maybe I need to pick a different template?

  6. #6
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Sorry no currencies found

    go to:

    ADMIN > TOOLS > DEVELOPERS TOOL KIT

    at the very bottom of the page where is says:

    Look-up in all files
    Key or Name:

    type:
    Sorry, no currencies found.

    & click search, this should return the file it is being called from?

    Hope this helps!

  7. #7
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Sorry no currencies found

    looks like it belongs to a slider image withing your main_page, did you recently remove a slider image?

  8. #8
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Sorry no currencies found

    in your stylesheet.css file

    find:
    #slider1Content {
    width: 590px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;

    }

    replace with:
    #slider1Content {
    width: 590px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
    display: none;
    }

  9. #9
    Join Date
    Sep 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Sorry no currencies found

    The above fix from the slider does NOT fix it. As a matter of fact, this has nothing to do with the slider. I know for a fact, because I am using a different slider (I erased the one that comes with the template), and still got that annoying message.

    To remove it:
    go to includes/templates/digitalshop/css/stylesheet.css

    and on line 131

    P, ADDRESS {
    padding: 0.5em;
    }

    change to:

    P, ADDRESS {
    padding: 0.5em;
    display: none;
    }

    this does work.

 

 

Similar Threads

  1. v139a Add to Cart Button....Sorry Product Not Found.
    By Karimah in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Feb 2015, 03:04 AM
  2. how do I redirect from (sorry item not found)?
    By b_funtomas in forum Customization from the Admin
    Replies: 12
    Last Post: 16 Oct 2009, 03:46 AM
  3. Sorry the product was not found
    By skipwater in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2008, 02:15 AM
  4. Downloading product error - Sorry. File not found.
    By aunrea in forum General Questions
    Replies: 4
    Last Post: 8 May 2007, 12:03 PM

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