Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

inetchoices

Archived
  • Posts

    121
  • Joined

  • Last visited

Posts posted by inetchoices

  1. Ok... I'm stupid :(

     

    I love this contribution, but I have a few problems (basically because I'm php ignorant)

     

    1. How do I get the featured products to show up at the top of the page instead of the bottom?

     

    2. In Admin:

     

    A. My Products Short Description is displayed as TEXT_PRODUCTS_SHORT

    B. TABLE_HEADING_FEATURED shows up in the Catalog listing. (is it supposed to say something else?)

     

    Blah:( I really need to learn php. OSC is so picky :-) But it is the best ecommerce solution out there that is open source (imho)

     

    Any help would be great:-)

     

    Khim~

  2. I don't think this contrib exists in the same form for MS2.

     

    There is a contribution that I am using that allows me to add radio buttons, checkboxes and text options to my product attributes from the Product attributes page, but I can't configure attributes from the page where I enter the product into the catalog.

     

    The name of the contrib is: Product Attributes - Option Type Feature v1.6

     

    http://www.oscommerce.com/community/contributions,160

     

    I don't know if this will help you, but I hope I've been of some assistance ;-)

     

    Khim~

  3. Try taking out the 'and' after the 'where'

     

    First of all, thank you Pixxi for the above. I was not able to click on any links in my categories box without getting and SQL syntax error. Thank you for your sharp eyes!

     

    Secondly,

     

    Thank you to every one who added to and made this contrib possible.

     

    I can not tell you how impressed I am with the community support here and with the fast and intelligent responses.

     

    From a non-coder to all of you amazing coder types, I thank you:-)

     

    ::wanders off to see what else she can break in oscMS2 <eg>::

     

    Khim~

  4. I just squeeked by on being able to use OS X :-) I have to say that if you ever get the chance to upgrade your hardware, you have to give X a try. I really can't tell you just how great it is.

     

    I'm so spoiled with my being able to left and right click that I go nuts when I have a program I have to run in 9. (I whine because I have to go to Special -> Empty Trash LOL)

     

    But honestly, your site looks great! I don't think you need a bunch of fancy hardware and GUI's to write good html;-) You seem to be doing a wonderful job :-)

     

    What was it Bill Gates said... something about him not seeing anyone needing more than 640k of memory :-) Heh!

  5. Adobe Owns me :-)

     

    I use GoLive. It cost me my first born (whenever that happens) and their first born and so on :-)

     

    Before that, I used Claris Home Page 3.0. I've never really used anything other than these two or a text editor (you know.. the old fashioned way without the GUI :-)

     

    I'd be interested in knowing if there is a less costly alternative to GoLive that has all the bells and whistles it has. I'm really sold on dynamic content :-)

     

    Khim~

  6. Blah!

     

    I had about a zillion parse errors in /admin/scart.php and then when I got all of those fixed... I ended up with this:

     

    1064 - You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '.customers_basket_date_added as bdate, cus.customers_firstname

     

    select cb.customers_id as cid, cb.products_id as pid, cb.customers_basket_quantity as qty,? cb.customers_basket_date_added as bdate, cus.customers_firstname as fname, cus.customers_lastname as lname, cus.customers_telephone as phone, cus.customers_email_address as email from customers_basket as cb, customers as cus where cb.customers_basket_date_added >= '20031016' and cb.customers_id = cus.customers_id order by cb.customers_basket_date_added desc, cb.customers_id

     

    [TEP STOP]

     

     

    Any ideas? I'm running MS2 so this may be the entire problem :-(

     

    I wish there was some kind of "foundation" from with all of us were working from. I'm having the worst time adding many of these wonderful contribs because I seem to be using the wrong version (although it is the "standard" stable release???)

     

    ::L'sigh::

     

    Khim~

  7. I will try to be specific in what I need.

     

    I need to use a contribution that is like (or is) the Multi-Vendor shipping module located in the contributions section under shipping contibs.

     

    The original contrib was target and written to be used with MS1 (it says CVS 2.2). I do not know how to rewrite the contrib to work with MS2.

     

    Can someone please help me? There are so many products that I want to add to my site but have had to put on hold because I would be "robbing" my customer's with huge shipping fees that don't really apply to the products they are buying.

     

    Please help? I'm begging :-)

     

    Khim~

  8. I have been trying for the past month (including writing to the author of the multi-vendor contrib) to install Multi-vendor on my site.

     

    All of my vendors are drop shippers, so I need a seperate shipping table/price/whatever for each vendor.

     

    I am not a php guru. In fact, I know about _ this much on the subject.

     

    Does anyone have a working copy of this contrib in MS2? Can anyone help me fix the contrib to work with MS2?

     

    Any and all options are welcome :-)

     

    Thanks!

     

    Khim~

     

    (PS.. right now I'm using a table rate that is an average of shipping rates, but in several areas, the shipping rate is "robbing" my customers because it is so high :/ I just can't do business that way with a clear conscience :-( )

  9. Well, if nothing else :-) I'm getting a crash course in PHP and mySQL. These contribs are definately great for teaching/learning.

     

    I'm trying to install Indv Ship 3.1 and I'm getting the following error in my Admin Panel:

     

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tubbyta/public_html/test/admin/includes/functions/database.php on line 99

     

     

    I have gone back through my files and all of the code in the readme files. Was there another contrib I was supposed to install first? I have only tried to install the Indv. Ship 3.1 - there is reference to a Multi-Vendor, but I haven't installed that yet.

     

    Anyone have any ideas on what I've broken?

     

    Thanks!

     

    Khim~

  10. I am getting the following error:

     

    1054 - Unknown column 'c.categories_status' in 'field list'

     

    select c.categories_id, cd.categories_name, c.categories_image, c.parent_id, c.sort_order, c.date_added, c.last_modified, c.categories_status from categories c, categories_description cd where c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id = '1' order by c.sort_order, cd.categories_name

     

    [TEP STOP]

     

     

    I've read all of the posts in this thread and I can't find any reference to c.categories_status in the php files or in the db files. How do I remove a reference to something I can't find?

     

    Help?

     

    Khim~

×
×
  • Create New...