Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Several Problems: Special & Monthly Boxes

    I am stumped. I did something but I don't know what.
    1. I am down to only 1 center box-New Products for May-I simply don't know where the other ones went. I looked at admin/config/index listing and they are all listed as 1 -4.
    2. Also, does anyone know how to change the text for the monthly boxes?
    3. Also my -New Products for May- is up to high, it is squishing my main page text area. see here: www.mommyandbabyessentials.com
    4. I know this is the wrong thread but how do I change my URL to my domain, if you use my domain it works but when you go to a product page it switches to my temp URL?
    Any help is greatly appreciated!!! Thanks

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Several Problems: Special & Monthly Boxes

    The Centerboxes are:

    New Products
    Featured Products
    Specials
    Upcoming Products

    Do you have Specials?

    Do you have Featured Products?

    Do you have Upcoming Products?

    These do not show unless there is something to show ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Several Problems: Special & Monthly Boxes

    Could you post, from the server, without your username and password, the file:
    /includes/configure.php

    Sounds like you have some settings wrong ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Several Problems: Special & Monthly Boxes

    Thank you for your help!!!
    Okay here is my includes/configure.php I noticed that I had changed the http and https to my domain but I forgot to change file permissions so I could rewrite it. So I just changed permissions, changed the domain and when I looked at my site, it was in outline form?


    define('HTTP_SERVER', 'http://site419.mysite4now.net');
    define('HTTPS_SERVER', 'http://site419.mysite4now.net');
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'false');
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/tsjohnsonllc/site1/');
    define('DIR_WS_HTTPS_CATALOG', 'https://site419.mysite4now.net/tsjohnsonllc/site1/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
    define('DIR_WS_PHPBB', '/');
    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    define('DIR_FS_CATALOG', 'd:/hosting/member/tsjohnsonllc/site1/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
    define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_SERVER', 'mysql102.mysite4now.com');
    define('DB_SERVER_USERNAME', '');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', 'mbecart');
    define('USE_PCONNECT', 'false'); // use persistent connections?
    define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage
    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'file');
    define('DIR_FS_SQL_CACHE', 'd:\hosting\member\tsjohnsonllc\site1\cache');
    ?>


    Thanks again!!

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Several Problems: Special & Monthly Boxes

    Why aren't you using your own domain vs this one for your site?

    You have 7 products ...

    None are on Special = No Specials Centerbox and No Specials Link and No Specials Sidebox ...

    None are added as a Featured Product = No Featured Products Centerbox and No Featured Product Link and No Featured Sidebox ...

    What is it that is not working that you expect to see based on the fact you have no products to display in the Centerboxes and Sidebox for Specials and Featured?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Several Problems: Special & Monthly Boxes

    If you look at my domain now www.mommyandbabyessentials.com this is what happens when I changed
    define('HTTP_SERVER', 'http://www.mommyandbabyessentials.com');
    define('HTTPS_SERVER', 'http://www.mommyandbabyessentials.com');

    I'm sorry I am new to this whole php and css stuff!! I did not change
    define('DIR_WS_CATALOG', '/tsjohnsonllc/site1/');
    define('DIR_WS_HTTPS_CATALOG', 'https://site419.mysite4now.net/tsjohnsonllc/site1/');

    I don't know what I am doing wrong.

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Several Problems: Special & Monthly Boxes

    This looks like you have setup your configure.php file for the shop incorrectly in:
    /includes/configure.php

    This is trying to make calls from the admin for the base:
    <base href="http://www.mommyandbabyessentials.com/admin/" />
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Several Problems: Special & Monthly Boxes

    I guess I need a break, where did you find
    <base href="http://www.mommyandbabyessentials.com/admin/" />
    I have looked and looked.

    Also do you know a quick tutorial on how to "select" special or featured items? Where do I do that?

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Several Problems: Special & Monthly Boxes

    I go to your main page and view source ...

    www.mommyandbabyessentials.com
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #10
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Several Problems: Special & Monthly Boxes

    Can you look at my admin/includes/configure.php Is there something wrong with it?
    */
    define('HTTP_SERVER', 'http://www.mommyandbabyessentials.com');
    define('HTTPS_SERVER', 'http://www.mommyandbabyessentials.com');
    define('HTTP_CATALOG_SERVER', 'http://www.mommyandbabyessentials.com');
    define('HTTPS_CATALOG_SERVER', 'http://www.mommyandbabyessentials.com');
    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'false');
    define('ENABLE_SSL_ADMIN', 'false');
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/tsjohnsonllc/site1/');
    define('DIR_WS_HTTPS_ADMIN', 'https://site419.mysite4now.com/admin/');
    define('DIR_WS_HTTPS_CATALOG', 'https://site419.mysite4now.com/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
    define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    define('DIR_FS_ADMIN', 'd:/hosting/member/tsjohnsonllc/site1/admin/');
    define('DIR_FS_CATALOG', 'd:/hosting/member/tsjohnsonllc/site1/');
    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_SERVER', '');
    define('DB_SERVER_USERNAME', '');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', 'mbecart');
    define('USE_PCONNECT', 'false'); // use persistent connections?
    define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage
    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'file');
    define('DIR_FS_SQL_CACHE', 'd:\hosting\member\tsjohnsonllc\site1\cache');

    If this isn't the problem I don't know what to change. Thanks again!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Designer Monthly Boxes
    By qhome in forum Addon Templates
    Replies: 120
    Last Post: 5 Feb 2011, 06:00 PM
  2. Monthly special, new products
    By sparkbook in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Sep 2010, 02:23 PM
  3. Special on several attributes only
    By fxchain in forum Setting Up Specials and SaleMaker
    Replies: 4
    Last Post: 28 May 2009, 04:40 PM
  4. monthly special image display
    By gsdcypher in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Mar 2009, 01:48 PM
  5. Monthly Special Images
    By NancyOK in forum Customization from the Admin
    Replies: 5
    Last Post: 15 Oct 2006, 07:56 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR