Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

red03

Archived
  • Posts

    15
  • Joined

  • Last visited

Posts posted by red03

  1. jenamiles

     

    Add this to "stylesheet.css"

     

    TABLE.categ {

    border: 0px;

    border-spacing: 0px;

    font-family: Verdana, Arial, sans-serif;

    font-size: 10px;

    color: #000000;

    }

     

    TD.categ {

    vertical-align: top;

    }

     

    A.categ:link { color: #ffffff; }

    A.categ:visited { color: #ffffff; }

    A.categ:hover { color: #ffffff; }

    A.categ:active { color: #ffffff; }

     

    Change "#ffffff;" with whatever colors you want.

     

    Then replace line 47 in "categories.php" with:

     

    $categories_string .= '<td class="categ"><a class="categ" href="';

     

     

    I am using STS with this contrib and it's great however Im having a few issues getting the stylesheet to work, the above post sorted the text issues and let me seperate the color of the categories and the rest of the site but the problem Im having is I can not set the heading color nor a border around the categories box. the origional categories stylesheet refrences do not seem to work.

     

    Thanks in advance.

  2. I have a simple (i hope) question relating to the STS Template system version 4,

     

    where can you specify what stylesheet the content of the STS template use. I find if I specify the stylesheet in the catelog directory it only effects the sts template text but not the text in the various fields ie $content $categories etc.... they seem to be controlled by the stylesheet in the root directory of the website!

     

    Can I specify different text color for the content of the $categories box and a different color for the $content text? the categories text I want white on a blue background (background is set) and the content text is black on a white background.

     

    At the moment the text is all black.

     

    Any help would be appricated!!

     

    Thanks in advance

  3. I have a simple (i hope) question relating to the STS Template system version 3,

     

    where can you specify what stylesheet the content of the STS template use. I find if I specify the stylesheet in the catelog directory it only effects the sts template text but not the text in the various fields ie $content $categories etc.... they seem to be controlled by the stylesheet in the root directory of the website!

     

    Can I specify different text color for the content of the $categories box and a different color for the $content text? the categories text I want white on a blue background (background is set) and the content text is black on a white background.

     

    At the moment the text is all black.

     

    Any help would be appricated!!

     

    Thanks in advance

  4. Hi,

     

    Im pulling my hair out!!! when I try to upload a product file even if it's blank (just the headers) it failing with the error below. I have been through the authors instructions but to no avail.

     

    I have also searched the internet before posting a request because I know how many stupid questions get posted on boards sometimes. (I just hope this is not one)

     

    I used to have the old version of easy populate and it worked great but the new release must work differently! I have also reloaded the Easy Populate files just to be sure! I'm using the latest release of OS Commerce 2.2.

     

    Is the answer just to scrap ver 3 abd revert to an older one, if so whats involved?

     

    The error I recieve is:

     

    File uploaded.

    Temporary filename: C:\WINDOWS\TEMP\php12C4.tmp

    User filename: EP2006Apr25-1402.txt

    Size: 83

    1054 - Unknown column 'p.products_hide_from_groups' in 'field list'

     

    SELECT p.products_id as v_products_id, p.products_model as v_products_model, p.products_image as v_products_image, p.products_price as v_products_price, p.products_weight as v_products_weight, p.products_date_added as v_date_avail, p.products_tax_class_id as v_tax_class_id, p.products_quantity as v_products_quantity, p.products_hide_from_groups as v_products_hide_from_groups, p.manufacturers_id as v_manufacturers_id, subc.categories_id as v_categories_id FROM products as p, categories as subc, products_to_categories as ptoc WHERE p.products_id = ptoc.products_id AND p.products_model = '' AND ptoc.categories_id = subc.categories_id

  5. Hi,

     

    Im having a similar problem to that above when I try to upload a product file even if it's blank. I have been through the authors instructions but to no avail.

     

    I have also searched the internet before posting a request because I know how many stupid questions get posted on boards sometimes. (I just hope this is not one)

     

    I used to have the old version of easy populate and it worked great but the new release must work differently! I have also reloaded the Easy Populate files just to be sure! I'm using the latest release of OS Commerce 2.2.

     

    The error I recieve is:

     

    File uploaded.

    Temporary filename: C:\WINDOWS\TEMP\php12C4.tmp

    User filename: EP2006Apr25-1402.txt

    Size: 83

    1054 - Unknown column 'p.products_hide_from_groups' in 'field list'

     

    SELECT p.products_id as v_products_id, p.products_model as v_products_model, p.products_image as v_products_image, p.products_price as v_products_price, p.products_weight as v_products_weight, p.products_date_added as v_date_avail, p.products_tax_class_id as v_tax_class_id, p.products_quantity as v_products_quantity, p.products_hide_from_groups as v_products_hide_from_groups, p.manufacturers_id as v_manufacturers_id, subc.categories_id as v_categories_id FROM products as p, categories as subc, products_to_categories as ptoc WHERE p.products_id = ptoc.products_id AND p.products_model = '' AND ptoc.categories_id = subc.categories_id

×
×
  • Create New...