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: EZier New Fields Easy way add retail price in the product_info.php or ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| A new project_project entry has been added: EZier New Fields Quote:
|
| The Following 2 Users Say Thank You to automotiveuk For This Useful Post: | ||
michael_s (01-18-2007), stevenmack65 (01-21-2007) | ||
|
#2
| |||
| |||
| 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
| |||
| |||
| 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'
); Code: 'v_products_cost',
'v_products_msrp',
'v_product_oversized',
'v_product_specialorder',
'v_products_family',
'v_v_order',
__________________ 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
| |||
| |||
| 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
| |||
| |||
| 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 |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add extra fields on products! | anil | osCMax v1.7 Discussion | 4 | 03-26-2005 12:07 PM |
| Custom Product Fields | ryanmhubbard | osCMax v1.7 Discussion | 0 | 09-10-2004 03:23 PM |
| Contact Us New Fields | eviternity | osCMax v1.7 Discussion | 2 | 05-25-2004 08:19 AM |
| Additional Product Fields... | RichRodgers.net | osCommerce 2.2 Modification Help | 1 | 05-15-2004 04:46 PM |
| new fields problem | Dizzee | osCommerce 2.2 Modification Help | 0 | 06-02-2003 07:09 PM |