Search:

Type: Posts; User: flamer

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    332

    stock by attributes suggestion

    so in this scenario..

    stock by attributes is installed

    I have set a particular product to maximum quantity = 1
    The size large has a stock level of 0
    the size medium has a stock level of 1 or...
  2. Replies
    8
    Views
    1,802

    Re: Click back button and page not found?

    yeah that would be the easiest way, everyone with your mod installed would have the same issue. you can try fix it yourself but its likely there is already a fix for it.
  3. Replies
    8
    Views
    1,802

    Re: Click back button and page not found?

    Its the SEO plugins / URL re-writes that break this.

    You might want to visit the forums for whichever module you are using and see if there is a solution.

    here was someone elses solution:
    "...
  4. Re: Can I have a page on my site with a differant domain name?

    no you can't do that. You can do this:

    mysite.com
    subdomain.mysite.com
    mysite.com/newfolder

    etc.. you can do complex things like domain masking and url rewriting, but I think your going to...
  5. Replies
    2
    Views
    675

    Re: Can't access my site's admin section

    FP to your website, (or open file manager through cpanel) and check if your admin directory still exists, has the name changed? if it has then yes you may have been hacked.

    Another thing to try...
  6. Replies
    8
    Views
    1,802

    Re: Click back button and page not found?

    you are running google analytics, have a look at your source code and you will see the JavaScript for it.

    The JS errors are only in IE7. In FF everything worked perfect for me.
  7. Replies
    17
    Views
    4,985

    Re: Product expiration date

    As a PHP developer I can assure you it is not simple at all.

    off the top of my head you would need..

    1) add a field in your database for expiry date in the products table
    2) add as field box...
  8. Re: how to upload a very large sql backup file?

    You can increase the allowed size either globally or locally in your php.ini file

    post_max_size = 8M
    upload_max_filesize = 2M

    OR

    If you have command line access, you can upload the sql file...
  9. Replies
    8
    Views
    1,802

    Re: Click back button and page not found?

    It works fine in firefox, however in IE there are java script errors, I would recommend removing the google addon you are running for now and see if that fixes it.

    Your site is totally broken in...
  10. Re: Suddenly Welcome emails going to gmail spam, forget password goes to inbox

    have a look at this page: http://www.zen-cart.com/wiki/index.php/Troubleshoot_-_Email_Problems

    It could be a number of things, if some emails are not treated as spam then sounds like you are lucky...
  11. Re: How do I move my store into a /store/ folder?

    I don;t really see how this is a problem (naming your zencart the same as your domain), but I guess you are using some other CMS for your main site which is conflicting with zen cart? either way yes...
  12. Replies
    3
    Views
    669

    Re: Export Info to Excel?

    http://www.zencartoptimization.com/downloads/

    Export Shipping Information v1.3.2 is the plugin you want.

    Or another way is to use phpmyadmin (most hosts will have this installed) and you can...
  13. Re: links and image cant show after changed the domain

    the issue I pointed out to you will nto stop you from being able to login to your admina ccount. This is a different problem, could be a number of things. Can you see your admin page and get a failed...
  14. Re: links and image cant show after changed the domain

    Its due to this code at the very top of your main page:

    <base href="http://applenberryla.com/" />
    <link rel="canonical" href="http://applenberryla.com/" />

    which means any link that is...
  15. Replies
    6
    Views
    567

    Re: Default Show by Categories

    I don't have an ZC infront of me right now, but go into your admin section and I think you need to enable an option for "show all categories" and that should make that link work correctly.

    maybe:...
  16. Replies
    6
    Views
    567

    Re: Default Show by Categories

    have you got a link to your site? you have to change or add that link in yourself to your template, because zen-cart by default wont show the top level category page.
  17. Replies
    6
    Views
    567

    Re: Default Show by Categories

    try this: http://www.zen-cart.com/forum/showthread.php?t=170186
  18. Replies
    3
    Views
    494

    Re: Can I make a brag page?

    you need to do it within your admin section, create a new EZ-page and it will still have your template and menu, just a blank content sectionf or you to put whateveryou want in it. Read the tutorial...
  19. Re: Can I set different prices for IP Address other than Florida State?

    There is definitely no way to do this with zen-carts default options. and as another user reported, tracking IP addresses by state is not going to be perfect.

    What I would do, use a service on...
  20. Replies
    10
    Views
    2,304

    Re: Whoops - Session Times out CC VIA MIGS

    Hi Im sure this issue has been solved, but for others still with the same problem I can offer some advise that stumped me for a while.

    For me, when my user left the checkout to go t the 3-rd party...
  21. Re: Whoops! Sorry, but you are not allowed to perform the action requested. You are s

    Hi Im sure this issue has been solved, but for others still with the same problem I can offer some advise that stumped me for a while.

    For me, when my user left the checkout to go t the 3-rd party...
  22. Replies
    1
    Views
    549

    Paymate Plugin - maybe general issue

    Hi I use the paymate plugin on my zencart. everything appeared to have worked normally until i got my first real sale, i got an email from paymate saying I had received funds from a customer, and...
  23. Replies
    5
    Views
    656

    Re: Adding code to every product page

    its a bit more complicated than that, its a php script that needs to run on all pages. I have it sorted now anyway, Ill post the final result at some stage soon.
  24. Replies
    9
    Views
    24,015

    Re: show all categories

    got the b@stard. Pure guesswork.

    so if you make the category=0 then it will show you the category options on a page. For example

    http://www.itsadogslifestudio.com

    main category is not a...
  25. Replies
    9
    Views
    24,015

    Re: show all categories

    well it is definitely possible because a previous site i had with zencart had that behavior by default. It showed a page with the category name and the category image above the text, Now I do have it...
  26. Re: Put page number in title for category listing

    Hi Look it shouldn't be too hard, I haven't got my zen-cart setup infront of me, so bare with me as I can;t give exact file locations but I can point you in the right direction. If you don't know...
  27. Replies
    5
    Views
    966

    Re: Different browsers different font

    its is possible to use non standard fonts on your website, using a new CSS module called @font-face you can have the users browser download the font and have it display correctly for them.

    You...
  28. Replies
    9
    Views
    24,015

    Re: show all categories

    Ok to clarify my requirements.

    say I had a simple menu structure such as this:

    Categories ->
    ......mens ->
    .small->
    .large->
    ......womens ->
    .small->
  29. Replies
    9
    Views
    24,015

    Re: show all categories

    well I have a link in my main menu called go shopping, (i renamed the products link). the point was though the products link takes me to the all products listing, where-as I want it to show the...
  30. Replies
    9
    Views
    24,015

    show all categories

    what is the correct link that will show the main categories on the page? Right now my "go shopping" link points to ?main_page=products_all and that mixes all the different categories into one page, I...
  31. Replies
    5
    Views
    656

    Re: Adding code to every product page

    thanks!
  32. Replies
    5
    Views
    656

    Adding code to every product page

    I have created a CSS class with a background image, i have added it to my pages, including the product listing page, but its going to take a while to add it to every single page (theres so many...
  33. Replies
    6
    Views
    628

    Re: slimmed down theme

    absolutely, I am not talking about changing simply changing colours and pictures here and there!

    I don't want to use the zen cart side boxes, but I want to have the sidebox content used elsewhere...
  34. Replies
    6
    Views
    628

    Re: slimmed down theme

    you wouldnt start with nothing, you would have for sueduo code sakes something like this:

    <li><dynamic menu item #1></li> (the very basic layout of zencart)

    which you would in term change to
    ...
  35. Replies
    6
    Views
    628

    slimmed down theme

    I am wondering if there is a totally "bare bones" theme for the latest version of zen-cart?

    I think if there was a very basic (ie. no css, basic tables layout) then it would make custom...
  36. Replies
    2
    Views
    632

    Server Variables and locations

    Ok so I have fully integrated my zen-cart system and its all working nicely. However when I initially installed it I configured it for a temporary folder on my server.

    so currently what i have is...
  37. Replies
    15
    Views
    6,459

    Re: Paypal default country and currency

    Ok but how do I know what currency is used? although I have set zencart's default currency to NZD, paypal would appear its defaulting to USD (however its hard to tell as it says nothing about...
  38. Replies
    15
    Views
    6,459

    Paypal default country and currency

    My Website is based in New Zealand so 99% of my sales will be from here, what i would like is when the user clicks the paypal express button the default country selected is New Zealand (I know thats...
Results 1 to 38 of 44
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR