Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

blonde_one

Pioneers
  • Posts

    10
  • Joined

  • Last visited

About blonde_one

  • Birthday 12/19/1977

Profile Information

  • Real Name
    Amanda
  • Gender
    Female
  • Location
    Orange County, CA

blonde_one's Achievements

  1. Oh, great I thought I was using the latest version, I downloaded 1.2.1 from the contributions http://addons.oscommerce.com/info/7461 ...which I now see was not posted by you, not good, I think I will download v.1.2 that you posted and compare all my code just to be sure that isn't my only issue! Thanks so much! Best Regards, ~ Mandy
  2. Hi Jim, Thanks for the quick repy! In banner_rotator.php I changed the following: echo tep_image(DIR_WS_IMAGES . $banner['banners_image']); to this: echo tep_image(DIR_WS_IMAGES . $banner['banners_image'], $banner['banners_html_text']); And now it outputs the alt and the title tags :) Is this the correct way of doing it? Thanks again! Best Regards, ~ Mandy
  3. Hi Jim, I have installed the Banner Rotator and it functions perfectly and looks beautiful on the site, thanks so much for this great contribution! I did notice however that it isn't outputting any alt text. The language id is set to 1 and there is text entered in both the banners_title and banners_html_text but neither is being output for any of the banners. Thanks in advance for your help, it is greatly appreciated! Best Regards, ~ Mandy
  4. Hi, We are running osCommerce v2.2 RC2a and the latest version of this module AuthorizeNet_AIM_08-31-10. I have made all of the necessary changes and successfully installed this module; everything works as it should except for the Payment Zone seems to be ignored. My client only wants Authorize.net available to the United States, we had this working with an older Authorize.net module but we would like to upgrade to this newer version. Any help would be greatly appreciated! Best Regards, ~ Mandy
  5. Hi George, Just wanted to say thanks for this amazing contribution! Especially the info boxes, I couldn't take the tables within tables within tables anymore! I have converted all of my info boxes successfully with one minor issue with the shopping cart info box. I noticed that when products are added to the cart and are subsequently listed in the shopping cart info box an extra closing </div> tag is added within the table after the last </td></tr> where the products are listed, and above the total. I was wondering if anyone else noticed this? Best Regards, ~ Mandy
  6. Over the weekend we upgraded our servers to MySQL 5; and with the help of several posts here I've been able to get Featured Sets working again on the index page, but I am still getting the "1054 - Unknown column 'p.products_id' in 'on clause'" error in the category level. I have attempted to adjust the following line, around line 33, in includes/modules/featured_sets.php, but to no avail. else { // We are in category depth $featured_products_query_raw = "SELECT distinct p.products_id, pd.products_name, p.products_image, p.products_tax_class_id, pd.products_description, pd.products_short, s.status as specstat, s.specials_new_products_price, p.products_price from " . TABLE_PRODUCTS . " p left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_CATEGORIES . " c left join " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c on p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' where p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.parent_id = '" . (int)$featured_products_category_id . "' and p.products_status = '1' and p.products_featured = '1' order by " . FEATURED_PRODUCTS_SORT_ORDER . " " . FEATURED_PRODUCTS_DIRECTION . " limit " . MAX_DISPLAY_FEATURED_PRODUCTS; } Has anyone else running MySQL 5 encountered this? Any help would be greatly appreciated! Thanks in Advance! ~ Mandy
  7. I was wondering if it would be possible to have Family Products display the Products Model instead of the Price? I had attempted to do this myself without much success; although I did get it to display the Products Name twice but that wasn?t quite what I was looking for :blush: not being a programmer I think that it is probably over my head! Any help would be greatly appreciated! Thanks, ~ Mandy
×
×
  • Create New...