Jump to content



Latest News: (loading..)

- - - - -

Add More Fields


  • Please log in to reply
146 replies to this topic

#141   Jack_mcs

Jack_mcs
  • Members
  • 25,316 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted 20 August 2012 - 01:40 PM

View Postpsytanium, on 20 August 2012 - 07:55 AM, said:

that's what i did, i can see the field in the database, but the fields have the value "array" or "null", is that ok ? or should they have the value i specified when i create the drop down field (value-1, value-2, value-3,...)
thank you for your cooperation.
They should be as you entered them in the option list column.

#142   shelby72

shelby72
  • Members
  • 139 posts
  • Real Name:Shelby Melton

Posted 14 February 2013 - 11:52 PM

I added a field to the Products table and deleted it and now it's still showing up in my product listings table on the site and I can't find it anywhere in the database to get rid of it.  I can't get it off my product listings table no matter what I try to do. I even deleted the Add More Fields files and started over and it's still there.

#143   shelby72

shelby72
  • Members
  • 139 posts
  • Real Name:Shelby Melton

Posted 15 February 2013 - 12:51 AM

View Postshelby72, on 14 February 2013 - 11:52 PM, said:

I added a field to the Products table and deleted it and now it's still showing up in my product listings table on the site and I can't find it anywhere in the database to get rid of it.  I can't get it off my product listings table no matter what I try to do. I even deleted the Add More Fields files and started over and it's still there.


I figured it out.  It had nothing to do with this contribution.  I've been trying to upgrade my Oscommerce Shop to 2.3 and copy everything over from Oscommerce MS2.  It was a setting in the includes/languages/english/index.php file that was set.

#144   Jessie3

Jessie3
  • Members
  • 2 posts
  • Real Name:Elliott

Posted 02 May 2013 - 02:10 AM

I can not seem to find the answer so I hope you can help me

I have been trying to install Add More Fields to OSC 2.3.3 but I have a issue or confusion.

Step 7. In admin/categories.php Line 823 and 925, I can not find the in 2.3.3 what to change/add.

Is this because I am using 2.3.3? Is there a work around or suggestions?

Thank you for helping

#145   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,732 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

Posted 02 May 2013 - 02:23 AM

@Jessie3

If you are using the correct version for your osCommerce site and have not made any significant modifications to the /admin/categories.php file then you should not have any issues.  If you have made changed to the categories.php file then you may need to use a file comparison tool to integrate the code into your site.



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#146   lusiddrmr

lusiddrmr
  • Members
  • 18 posts
  • Real Name:kc

Posted Yesterday, 10:00 PM

I have added several extra fields to my store. They all work fine. The problem im having is, how do i add my new fields to $order to i can call them to show on the checkout confirmation page and in the order process email the customer and i receive? There is very little info on there. I would like to show the size, color, fabric, etc not just the name, qty, price and total

Can anyone help me with this. Looked everywhere and seems a little in-depth for me to tackle myself.

thx

#147   Jack_mcs

Jack_mcs
  • Members
  • 25,316 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted Today, 01:01 AM

This addon only allows fields to be added to the products and products description tables. I don't think there is an addon that will do what you want since the order table is used in many places. You'll most likely have to do that by hand.