Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29
  1. #21
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,208
    Plugin Contributions
    63

    Default Re: Edit issue on Product Page

    Quote Originally Posted by Bruce1952 View Post
    That is what I requested the people that did the work before but appears to have not happend so I wasted more than enough money because they would not follow directions.

    So what you are saying is to copy all files over the the dev directory and also the database is that correct and then start from scratch updating the dev site prior to shifting over to the live site would that be correct?

    I will do that tomorrow or the next day but keep a copy on the server without the htacess folder and would that stop google or not?
    In includes/templates/bootstrap/common/html_header.php you can change the robots tag to prevent unwanted indexing


    Code:
    <meta name="robots" content="noindex, nofollow" />
    Will prevent indexing.
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  2. #22
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    706
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    Quote Originally Posted by mprough View Post
    In includes/templates/bootstrap/common/html_header.php you can change the robots tag to prevent unwanted indexing


    Code:
    <meta name="robots" content="noindex, nofollow" />
    Will prevent indexing.
    This is what is already in the Live site should that be taken out:

    title><?php echo META_TAG_TITLE; ?></title>
    <meta name="google-site-verification" content="L55auhTKpdJpNcdV1JGB9zMvCV77JwRzhz0GevfF">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no">
    <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>">
    <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>">
    <meta name="author" content="<?php echo STORE_NAME ?>">
    <meta name="generator" content="shopping cart program by Zen Cart&reg;, https://www.zen-cart.com eCommerce">
    <?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base, explode(",", constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base == 'down_for_maintenance' || $robotsNoIndex === true) { ?>
    <meta name="robots" content="noindex, nofollow">
    <?php } ?>
    Outdoorking
    Test Site www.dev.outdoorking.com

  3. #23
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: Edit issue on Product Page

    Quote Originally Posted by Bruce1952 View Post
    This is what is already in the Live site should that be taken out:

    title><?php echo META_TAG_TITLE; ?></title>
    <meta name="google-site-verification" content="L55auhTKpdJpNcdV1JGB9zMvCV77JwRzhz0GevfF">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no">
    <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>">
    <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>">
    <meta name="author" content="<?php echo STORE_NAME ?>">
    <meta name="generator" content="shopping cart program by Zen Cart&reg;, https://www.zen-cart.com eCommerce">
    <?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base, explode(",", constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base == 'down_for_maintenance' || $robotsNoIndex === true) { ?>
    <meta name="robots" content="noindex, nofollow">
    <?php } ?>
    No, that should not be removed; the lines I've highlighted above are providing that functionality.

    The ROBOTS_PAGES_TO_SKIP constant is defined in /includes/extra_configures/robots_pages_to_skip.php.

  4. #24
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    706
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    What file or files do I need to change for the dev.outdoorking site. I have copied all the files from the live site to the dev site but now it is bringing up the live site.

    I still have to do the database move but wanting to see the dev site is working
    Outdoorking
    Test Site www.dev.outdoorking.com

  5. #25
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,823
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    did you keep a copy of the dev site config files? use those in the dev site
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #26
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: Edit issue on Product Page

    Quote Originally Posted by Bruce1952 View Post
    Ok then how do I stop from being seen. What was in the htacess file was stopping everything and no one could see anything.
    That .htaccess change on the dev site most likely limited access to only your IP address and that of the developer who made the change.

  7. #27
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    706
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    Quote Originally Posted by barco57 View Post
    did you keep a copy of the dev site config files? use those in the dev site
    And they are located where?
    Outdoorking
    Test Site www.dev.outdoorking.com

  8. #28
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,823
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    includes/configure.php and YOUR_ADMIN/includes/configure.php
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #29
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    706
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    Quote Originally Posted by barco57 View Post
    includes/configure.php and YOUR_ADMIN/includes/configure.php
    Ok I have shifted the live site to the dev along with the database now.
    Outdoorking
    Test Site www.dev.outdoorking.com

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Replies: 7
    Last Post: 8 Apr 2015, 01:29 AM
  2. Replies: 1
    Last Post: 23 Jun 2013, 02:03 AM
  3. Strange Issue With Define Page Status 'Edit' Button
    By wleamon in forum Customization from the Admin
    Replies: 1
    Last Post: 17 Dec 2010, 02:21 PM
  4. Edit Admin Product page to show product image
    By loxly in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jan 2010, 12:58 AM
  5. Edit product link on product page
    By forced in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Oct 2009, 10:08 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