Results 1 to 10 of 154

Threaded View

  1. #11
    Join Date
    Nov 2009
    Posts
    12
    Plugin Contributions
    0

    help question Adding New Product_types - error 404

    hello
    im trying to add a new product type to zen 1.3.9a
    for now i only testing admin side and dident done nothing with catalog side.
    the things i have done till now :

    copy admin\includes\languages\english\product_music.php to admin\includes\languages\english\product_mobile.php
    copy admin\includes\modules\product_music
    to admin\includes\modules\product_mobile

    Code:
    INSERT INTO product_types  (type_name, type_handler, type_master_type, allow_add_to_cart) VALUES
    ("Product - Mobile Phone", "product_mobile", 1, "y");
    Code:
    INSERT INTO `product_type_layout` (`configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `product_type_id`, `set_function`) VALUES
    ('Show Model Number', 'SHOW_PRODUCT_MOBILE_INFO_MODEL', '1', 'Display Model Number on Product Info 0= off 1= on', 6, 'zen_cfg_select_drop_down(array(array(''id''=>''1'', ''text''=>''True''), array(''id''=>''0'', ''text''=>''False'')), ');

    when try to add new product to "product - mobile phone"
    i get an error 404 Object not found! .
    http://localhost/demo/admin/product_...on=new_product

    can someone help me solve this ?
    Last edited by davico; 12 May 2010 at 11:45 PM.

 

 

Similar Threads

  1. Is there a way of adding a product but stopping it from adding to new products?
    By philpalmerdevon in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Jan 2009, 02:07 PM
  2. When adding new parts, adding part number to preview screen
    By GTHENRY in forum Basic Configuration
    Replies: 1
    Last Post: 18 Jun 2008, 07:53 PM
  3. product_types.php details
    By MarkRS in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 30 Sep 2006, 06:40 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