osCmax v2.5 User Manual
Results 1 to 6 of 6

A few basic newbie questions

This is a discussion on A few basic newbie questions within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, I just installed osCmax, and have a few basic questions. I would like to either remove or edit the ...

      
  1. #1
    osCMax Testing Team
    Join Date
    Feb 2007
    Posts
    72
    Rep Power
    6


    Question A few basic newbie questions

    Hi,
    I just installed osCmax, and have a few basic questions.
    I would like to either remove or edit the "Top" link in the upper left hand corner, as it is pointing to a non-existant url. What file(s) need to be edited to do this?

    Also, I need to know if Easy Populate allows for the importation of product attributes. I sell many items (clothing, etc..) which use multiple size / color options. Perhaps someone would be able to email me a sample Easy Populate import file with a few products on it, to use as an example.
    Thanks in advance,
    Ray

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: A few basic newbie questions

    1. Documented here:
    osCommerce Documentation by OSCdox :: osCommerce and osCMax installation and users manual, discussion forums (phpWiki)


    2. No, EP does not handle attributes without being modified.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    osCMax Testing Team
    Join Date
    Feb 2007
    Posts
    72
    Rep Power
    6


    Default Re: A few basic newbie questions

    Michael,
    Thanks for the reply and the link. I assume I need to remove or comment out the 'Top' line in both the application_top.php and english.php files.

    With regards to Easy Populate, how do most people without the extra attributes mod handle adding them in? I am using the stock v2.2 for my live shop right now, and have added each one individually. Does Max have any built-in functionality to ease this process?

    In looking at the sample file from the Easy Populate v2.76d download, there are many columns which relate to attributes. Their headers look similar to this:
    v_attribute_options_id_1
    v_attribute_options_name_1_1

    Is it safe to assume that without the extra attributes mod, I should remove these columns from my EP import file?

    How complicated is adding the extra attributes mod, and has a contribution been created already for this purpose?

    Thanks.
    Last edited by minuteman1970; 02-11-2007 at 05:31 AM.

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: A few basic newbie questions

    There are a couple of options to add attributes. I have not used them in a long time, and forgot about them.

    See the easypopulate.php file for where to set them.

    The specific code is:
    PHP Code:
    // VJ product attributes begin
    // **** Product Attributes ****
    // change this to false, if do not want to download product attributes
    global $products_with_attributes;
    $products_with_attributes true

    // change this to true, if you use QTYpro and want to set attributes stock with EP.
    global $products_attributes_stock;
    $products_attributes_stock false
    // change this if you want to download selected product options
    // this might be handy, if you have a lot of product options, and your output file exceeds 256 columns (which is the max. limit MS Excel is able to handle)
    global $attribute_options_select;
    //$attribute_options_select = array('Size', 'Model'); // uncomment and fill with product options name you wish to download // comment this line, if you wish to download all product options
    // VJ product attributes end 
    You can experiment with these settings, but it may actually do what you want. I suggest creating a test product, with attributes. Then, export the ep file to see how they are added to it. Then mimic this when adding your own attributes.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    osCMax Testing Team
    Join Date
    Feb 2007
    Posts
    72
    Rep Power
    6


    Default Re: A few basic newbie questions

    Thanks for the info; I will take a close look at it and give it a shot.

    On the official OSc Contribution website, I recall seeing one or more enhancements to the "official" EP Contribution. Generally speaking, should these work with EP & Max?
    Thanks.

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: A few basic newbie questions

    Yes, EP is pretty much a standalone app anyway, so all you need to do is merge in the new code and you should be good to go. Keep a backup copy of the osCMax version just in case you run into trouble.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. a list of newbie questions,thanks....
    By soundworker in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 08-24-2005, 05:34 AM
  2. BTS 1.2a Basic Template System - questions
    By stevensdesign in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 04-13-2005, 12:18 PM
  3. Newbie questions on CC processing and Multiple Prices
    By giyer in forum osCMax v1.7 Installation
    Replies: 5
    Last Post: 10-18-2004, 10:42 AM
  4. Basic UK Shipping
    By redefine in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 11-26-2003, 12:34 PM
  5. Basic Template editing-Newbie question--reg.,
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-11-2003, 06:27 AM

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
  •