Results 1 to 10 of 37

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    I am curious as to how your live site is ahead of the dev site? how does such a thing happen? All changes should happen on the dev version first to test and then be replicated on the live site...
    At this point I would wipe the dev site, and copy the live site into the dev folder along with the db to sync them up as a base starting point and don't let them drift apart in the future instead of trying to troubleshoot the dev site because you are going to end up adding more differences.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

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

    Default Re: Edit issue on Product Page

    Quote Originally Posted by barco57 View Post
    I am curious as to how your live site is ahead of the dev site? how does such a thing happen? All changes should happen on the dev version first to test and then be replicated on the live site...
    At this point I would wipe the dev site, and copy the live site into the dev folder along with the db to sync them up as a base starting point and don't let them drift apart in the future instead of trying to troubleshoot the dev site because you are going to end up adding more differences.
    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?

    Just need to know what I have to do in regards to being able to view the site without google tracking it.

    I would think that this thread should be closed until I move the files and see what errors show up.

    I am not getting any at this stage on the live site.
    Last edited by Bruce1952; 16 Jun 2025 at 01:20 PM.
    Outdoorking
    Live Site www.outdoorking.com.au

  3. #3
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    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.

  4. #4
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    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
    Live Site www.outdoorking.com.au

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    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.

  6. #6
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    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
    Live Site www.outdoorking.com.au

  7. #7
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    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!

 

 

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

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