Search:

Type: Posts; User: Neon Phoenix

Search: Search took 0.00 seconds.

  1. Replies
    2,444
    Views
    353,554

    Re: Ceon URI Mapping v4.x

    This is the nginx directive to make the rewrite work. This example works if your store is installed in your webroot. "mysite.com"


    location / {
    try_files $uri /$uri...
  2. Re: Admin Configuration Not working

    Which homepage does it take you to? Is it the Catalog or the Admin homepage?
    If it is the catalog homepage, you might try double checking the...
  3. Replies
    6
    Views
    2,587

    Re: Need Some help with transfer

    How did you copy the database over? All the information for the products is contained in the database. It sounds as if you setup a new store without the sample products, and did not copy the old...
  4. Re: Turning off New Orders / Allowing Downloads?

    You might try changing over to showcase mode.

    http://www.zen-cart.com/forum/showthread.php?t=49588
  5. Re: Where to put my Affiliate Tracking Code??

    It will go in the tpl_main_page.php located in your template folder.


    http://www.yoursite.com/includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
  6. Replies
    1
    Views
    746

    Re: Add images to pages

    The best way would be to save the image on your server.
    Instead of:

    <img src="http://www.somesite.com/whatever.jpg" />
    Use:

    <img src="images/whatever.jpg" />
    When the page is viewed the...
  7. Re: phpmyadmin access denied 1045 after changing mysql password

    Did you attempt to login again with your new password?
    As soon as you change the password, PhpMyAdmin should kick you out and require the new password.
  8. Replies
    2
    Views
    723

    Re: Product with sub-products

    Yes, Zen Cart has an attributes that would work for your colors and a quantity discount.


    https://www.zen-cart.com/tutorials/index.php?article=57
    ...
  9. Replies
    1
    Views
    868

    Re: Sub-Category Limits?

    Zen Cart does not have any sub category limits other than any category or sub category cannot contain both categories and items.

    Whatever the Yahoo Javascript addon that you are using may have...
  10. Replies
    2
    Views
    1,813

    Re: Buy Now buttons Add to cart Buttons

    You might try searching the "Free Software Add Ons" at the top. There is an "RSS Specials Feed" offered that will display your specials in an RSS feed outside of Zen Cart.
    ...
  11. Re: Installing on 1and1: this website can not be displayed

    What is the web address of your Zen Cart?
    The directory indexes for your site might point to index.html instead of index.php.
    Have you tried http://www.yourdomain.com/zencart/admin/index.php?
  12. Replies
    2
    Views
    1,497

    Re: Issue with Horizontal Dropdown Menu

    I do not believe the issue involves the horizontal drop down menu.

    A quick fix would be to edit your stylesheet.css and use a negative margin of about two or three pixels.

    Change...
  13. Re: 1050 Table 'upgrade_exceptions' already exists

    Is this your first attempt at installing, or did you start the process and then exit somewhere in the middle before completion?

    If you have access to phpMyAdmin try dumping the entire database,...
  14. Replies
    0
    Views
    1,694

    [Done] Breadcrumb Bug

    I found a superficial bug when you activate: Admin, Configuration, Layout Settings, Main Page - Opens with Category.

    When you use this feature the breadcrumb on the information pages will appear...
  15. Replies
    67
    Views
    20,400

    Re: Put A Zc Sidebox On A Page Outside Zc?

    Bill,

    The bmz_cache directory is used by the Image Handler contribution for resized images.

    I found a quick fix to your problem. In single_sidebox.php on line 37
    // define('DIR_WS_IMAGES',...
  16. Replies
    67
    Views
    20,400

    Re: Put A Zc Sidebox On A Page Outside Zc?

    I have no experience with functions, but I am attempting to create one to display multiple sideboxes on one page outside of Zen Cart. I am working with a file off the Zen Cart directory. ...
  17. Re: Can I change the customer number in admin?

    In phpMyAdmin after you select your table in the left hand frame by clicking, there will be a tab at the top of the right hand frame labeled OPERATIONS. On that page it contains the auto_increment...
  18. Re: How do i cant change my Time Zone location

    I assume that you are talking about the time zone display in the admin interface.

    A quick search on Google for "zencart time zone" yields this additional module:...
  19. Re: Remove categories text on main page in the centre

    I can tell you why their is a text link under your images, but I do not know how you added the category box like that. By looking at your html source code I see using your "Off To Bed" as an...
  20. Replies
    5
    Views
    2,106

    Re: SSL error with firefox

    What browser versions are you using?
    Everything appears to be working fine using the latest Firefox (2.0.0.11) and Internet Explorer (7) in Windows XP.

    I have used GoDaddy since March and...
  21. Replies
    5
    Views
    2,106

    Re: SSL error with firefox

    Your certificate with GoDaddy is not properly installed.

    GoDaddy uses a chained root certificate as they are a newer provider of SSL certificates and are not recognized as a valid SSL provider...
  22. Replies
    3
    Views
    1,917

    Re: Individual Sidebox Heading Override

    Thank you Glenn that really made everything much simpler than I thought it would be.

    Karl
  23. Replies
    3
    Views
    1,917

    Individual Sidebox Heading Override

    I have been looking into the feasibility of switching from osC to Zen Cart due to various problems with third party contributions.

    I want to override the heading image of the Categories and...
Results 1 to 23 of 34
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR