Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32
  1. #21
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Error 404 - Adding New Product

    Let's try again ...

    The table called product_types when you browse it looks something like this:
    type_id type_name type_handler type_master_type allow_add_to_cart default_image date_added last_modified
    1 Product - General product 1 Y 2006-09-20 22:32:57 2006-09-20 22:32:57
    2 Product - Music product_music 1 Y 2006-09-20 22:32:57 2006-09-20 22:32:57
    3 Document - General document_general 3 N 2006-09-20 22:32:57 2006-09-20 22:32:57
    4 Document - Product document_product 3 N 2006-09-20 22:32:57 2006-09-21 17:02:52
    5 Product - Free Shipping product_free_shipping 1 Y
    What do you see when you browse your product_types table?
    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!

  2. #22
    Join Date
    Aug 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Error 404 - Adding New Product

    INSERT INTO `success_product_types` VALUES (1, 'E-Books', 'E-Books', 1, 'Y', '', '2006-09-26 10:32:20', '2006-10-02 01:04:31');
    INSERT INTO `success_product_types` VALUES (2, 'Paperback Books', 'Paperback Books', 1, 'Y', '', '2006-09-26 10:32:20', '2006-10-02 01:04:37');
    INSERT INTO `success_product_types` VALUES (3, 'Hardbound Books', 'Hardbound Books', 3, 'Y', '', '2006-09-26 10:32:20', '2006-10-02 01:04:44');
    INSERT INTO `success_product_types` VALUES (4, 'CD''s', 'CD''s', 3, 'Y', '', '2006-09-26 10:32:20', '2006-10-02 01:05:19');
    INSERT INTO `success_product_types` VALUES (5, 'Video - VHS', 'Video - VHS', 1, 'Y', '', '2006-09-26 10:32:20', '2006-10-02 01:05:26');


    There, thanks for the clarification of what you needed. I am still learning....of course, that never stops....hopefully...~V

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

    Default Re: Error 404 - Adding New Product

    And you wrote all of the code to go with those Product Types so that your Admin and Catalog both can work?
    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. #24
    Join Date
    Aug 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Error 404 - Adding New Product

    Quote Originally Posted by Ajeh
    And you wrote all of the code to go with those Product Types so that your Admin and Catalog both can work?
    I didn't write any code. this is exactly what I downloaded and uploaded from the patch.

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

    Default Re: Error 404 - Adding New Product

    Let's try another approach ...

    What patch is it that you added? I am assuming you are referring to some type of add-on?
    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. #26
    Join Date
    Aug 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Error 404 - Adding New Product

    Sorry my wording is bad...

    This was a manual install with no add-ons. It was from the get Zen Cart link above.

    V

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

    Default Re: Error 404 - Adding New Product

    Where did you get those Product Types from?

    They do not come with Zen Cart and you cannot just haphazardly make up your own without designing them ...
    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. #28
    Join Date
    Aug 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Error 404 - Adding New Product

    Quote Originally Posted by Ajeh
    Where did you get those Product Types from?

    They do not come with Zen Cart and you cannot just haphazardly make up your own without designing them ...

    I went and changed these through the admin panel, not via the database itself.

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

    Default Re: Error 404 - Adding New Product

    Those records in the product_types table build the base building blocks to the filenames, configuration keys, variables, constants, etc.

    You cannot just pick them out of a hat unless you have written the code for the Catalog and Admin to work with them ...

    Then there is the associated tables that go with these Product types ...

    Is this a clean installation of Zen Cart v1.3.5 or an upgrade or what?
    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. #30
    Join Date
    Aug 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Error 404 - Adding New Product

    Quote Originally Posted by Ajeh
    Those records in the product_types table build the base building blocks to the filenames, configuration keys, variables, constants, etc.

    You cannot just pick them out of a hat unless you have written the code for the Catalog and Admin to work with them ...

    Then there is the associated tables that go with these Product types ...

    Is this a clean installation of Zen Cart v1.3.5 or an upgrade or what?
    I never personally did anything to the "tables." I do not know enough of mysql to even attempt that. The data that is there is similar to what I used in the admin -> catalog -> product types that I made to reflect the product types that will be listed in the cart.

    Yes, this was a clean manual install following the directions to the t.

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v139h 404 When Adding New Products
    By susb8383 in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 18 Feb 2012, 02:07 PM
  2. 404 error when adding product
    By ajs002004 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 12 Mar 2010, 05:26 AM
  3. Problem in adding new Product - error 404
    By alhakeem2001 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Mar 2008, 07:37 AM
  4. 404 error when trying to add new product
    By chillbilly in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 8 Sep 2007, 04:51 AM
  5. Error 404 - Adding New Product
    By virago in forum Upgrading from 1.3.x to 1.3.9
    Replies: 0
    Last Post: 1 Oct 2006, 01:43 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