osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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: EZier New Fields Easy way add retail price in the product_info.php or ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax Projects Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 01-13-2007, 09:23 AM
automotiveuk automotiveuk is offline
osCMax Testing Team
 
Join Date: Oct 2004
Location: United Kingdom
Posts: 48
Thanks: 1
Thanked 22 Times in 13 Posts
Thanks: 1
Thanked 22 Times in 13 Posts
Rep Power: 0
automotiveuk automotiveuk
Default EZier New Fields

A new project_project entry has been added:

EZier New Fields

Quote:
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.*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 2 Users Say Thank You to automotiveuk For This Useful Post:
michael_s (01-18-2007), stevenmack65 (01-21-2007)
  #2  
Old 11-01-2007, 03:58 PM
New Member
 
Join Date: Oct 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
RobMacAF is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 11-01-2007, 10:06 PM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 407
Thanks: 3
Thanked 63 Times in 61 Posts
Rep Power: 6
met00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the rough
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 11-02-2007, 10:47 AM
New Member
 
Join Date: Oct 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
RobMacAF is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 11-02-2007, 01:04 PM
New Member
 
Join Date: Oct 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
RobMacAF is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 07:07 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax