Results 1 to 6 of 6

EZier New Fields

This is a discussion on EZier New Fields within the osCmax Projects Discussion forums, part of the osCmax v2.0 Forums category; A new project_project entry has been added: [drupal=82]EZier New Fields[/drupal] Easy way add retail price in the product_info.php or some ...

      
  1. #1
    osCMax Testing Team
    Join Date
    Oct 2004
    Location
    United Kingdom
    Posts
    50
    Rep Power
    9


    Default EZier New Fields

    A new project_project entry has been added:

    [drupal=82]EZier New Fields[/drupal]

    Easy way add retail price in the product_info.php

    or some fields like this:

    retail price: 89.99
    our price: 45.00
    you save: 44.99 or 50%

    Ported to osCMAx 2.0 100% compatible.*

  2. #2
    New Member
    Join Date
    Oct 2007
    Posts
    12
    Rep Power
    0


    Default Re: EZier New Fields

    This is a great addition but how do you go about incorporating this with EasyPopulate? I want to be able to download what I have now with the EZier fields that are already filled out there so I can fill out all of the EZier fields then reupload.

    Thanks

  3. #3
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    21


    Default Re: EZier New Fields

    you really are going to have to learn easypop...

    for instance here is a sample of some code from my easypop

    Code:
    // these are the fields that will be defaulted to the current values in the data
    base if they are not found in the incoming file
    global $default_these;
    $default_these = array(
            'v_products_image',
            #'v_products_mimage',
            #'v_products_bimage',
            #'v_products_subimage1',
            #'v_products_bsubimage1',
            #'v_products_subimage2',
            #'v_products_bsubimage2',
            #'v_products_subimage3',
            #'v_products_bsubimage3',
            'v_categories_id',
            'v_products_price',
            'v_products_quantity',
            'v_products_weight',
            'v_date_avail',
            'v_instock',
            'v_tax_class_title',
            'v_manufacturers_name',
            'v_manufacturers_id',
            'v_products_dim_type',
            'v_products_length',
            'v_products_width',
            'v_products_height',
            'v_products_cost',
            'v_products_msrp',
            'v_product_oversized',
            'v_product_specialorder',
            'v_products_family',
            'v_v_order',
            'v_products_upc'
            );
    You see the fields like

    Code:
        'v_products_cost',
            'v_products_msrp',
            'v_product_oversized',
            'v_product_specialorder',
            'v_products_family',
            'v_v_order',
    Now those aren't most likely in your version, since these fields are in mods that have been made to MY products table. When you make additions to the products table that you want easypop to be able to capture/add you have to modify easypop to be able to see them from the table, and also be able to add them.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

  4. #4
    New Member
    Join Date
    Oct 2007
    Posts
    12
    Rep Power
    0


    Default Re: EZier New Fields

    Thanks for the advice. I suppose there aren't many faqs or anything that tell me how to recode easypop are there? Will probably be something that I will just have to mess around with and learn it that way.

  5. #5
    New Member
    Join Date
    Oct 2007
    Posts
    12
    Rep Power
    0


    Default Re: EZier New Fields

    I tried modifying the easypopulate.php code that came with OSCMAX and it failed HORRIBLY!!! Nothing would even show when I clicked on EASYPOPULATE in the admin menu any more.

    So I went and downloaded the updated EASYPOPULATE in the projects directory. I have to say, that code is SOOOOO much easier to work with. Even though it looks almost the same as the stock code I changed, what I thought to be, the same code as the one I broke and it worked on the first try.

    THANK YOU so much for all the help

  6. #6
    Active Member
    Join Date
    Apr 2007
    Posts
    205
    Rep Power
    5


    Default Re: EZier New Fields

    can someone give me a step by steop of adding the Sql file dont understand when it tells me to Add a new field in products table in database thru MySQL

Similar Threads

  1. How to add extra fields on products!
    By anil in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 03-26-2005, 12:07 PM
  2. Custom Product Fields
    By ryanmhubbard in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 09-10-2004, 04:23 PM
  3. Contact Us New Fields
    By eviternity in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 05-25-2004, 09:19 AM
  4. Additional Product Fields...
    By RichRodgers.net in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 05-15-2004, 05:46 PM
  5. new fields problem
    By Dizzee in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-02-2003, 08:09 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
  •