Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default [Done v1.3.8] meta_tags_category_description

    Hi!

    re: ZenCart 1.3.7

    I just noticed that when you delete a Category in ZenCart Admin, that the associated meta_tags_category_description entry for that category is not deleted.

    Verified on new site with Fresh install and test data by:
    Add New Category
    Edit Meta Tags
    Delete Category

    Check meta_tags_category_description via phpMyAdmin: still there!

    I would think it would get deleted...?

    -cj

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: meta_tags_category_description

    You are correct.

    It's been fixed for v1.3.8


    /admin/includes/functions/general.php

    line 1196 says:
    Code:
        $db->Execute("delete from " . TABLE_PRODUCTS_TO_CATEGORIES . "
                      where categories_id = '" . (int)$category_id . "'");
    Add this immediately after it:
    Code:
        $db->Execute("delete from " . TABLE_METATAGS_CATEGORIES_DESCRIPTION . "
                      where categories_id = '" . (int)$category_id . "'");
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v151 Can it be done?
    By Renz in forum General Questions
    Replies: 4
    Last Post: 18 Sep 2013, 02:12 PM
  2. [Done v1.3.9]
    By HBwebdesign in forum Bug Reports
    Replies: 1
    Last Post: 24 Oct 2009, 01:27 PM
  3. [Done 2.0.0] Yugoslavia
    By fakeDecoy in forum Bug Reports
    Replies: 0
    Last Post: 6 Mar 2008, 07:58 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