Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2010
    Posts
    205
    Plugin Contributions
    0

    Default Can I set a default product price for creating new products in Admin?

    Just setting up a new site and am curious if it's possible to have a default price when entering new products. I plan to add a couple hundred items with the same price... I know I can use easypopulate to accomplish this but I am fairly certain it will take less time going thru the Admin panel to do this. Thank you.

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

    Default Re: Can I set a default product price for creating new products in Admin?

    You'll have to edit PHP code to do that:

    /your_renamed_admin_folder/includes/modules/product/collect_info.php
    lines 12-20 are the following; put your price where I've added 55.55 below:
    Code:
        $parameters = array('products_name' => '',
                           'products_description' => '',
                           'products_url' => '',
                           'products_id' => '',
                           'products_quantity' => '',
                           'products_model' => '',
                           'products_image' => '',
                           'products_price' => '55.55',
                           'products_virtual' => DEFAULT_PRODUCT_PRODUCTS_VIRTUAL,
    .

    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.

  3. #3
    Join Date
    Feb 2010
    Posts
    205
    Plugin Contributions
    0

    Default Re: Can I set a default product price for creating new products in Admin?

    Fantastic! Works great. Thanks again.

 

 

Similar Threads

  1. Can a default manufacturer be set for all products that are added to zen cart
    By missesbeehaven in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 10 Apr 2015, 01:57 AM
  2. Replies: 10
    Last Post: 3 Oct 2013, 03:43 PM
  3. v150 Set default shipping adress when creating a new adress book entry.
    By Fehfeh in forum General Questions
    Replies: 1
    Last Post: 16 Aug 2012, 04:02 AM
  4. How to set a default description for 'new products'?
    By Raze in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 24 Feb 2009, 12:10 AM
  5. Can I set a default shipping price?
    By ackeith in forum General Questions
    Replies: 0
    Last Post: 26 Nov 2008, 05:52 AM

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