Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

absolutebeginner

Pioneers
  • Posts

    6
  • Joined

  • Last visited

1 Follower

Profile Information

  • Real Name
    J Melouney

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

absolutebeginner's Achievements

  1. Hi again, Been working successfully with this addon now for while, since RusNN helped me fix the small problem I was having with it not showing up. It's been working great, a really good contribution! Makes it so much quicker and easier to add options to products! I am having one minor problem/defect however. When I add multiple options to a product, only the first option added keeps itself in the order I set it to on the Attribute Manager control panel. For example, say I set 3 options for a product, like so; Color: Red Green Purple Size: Small Medium Large Second color: No Second Color Grey Green Blue .. And then I update that info to the website. The first option (Color) will stay in exactly the order I want it to. But the other two options will mix up in a random order, like so; Color: Red Green Purple Size: Medium Small Large Second color: Blue Grey No Second Color Green Does anybody know how this can be controlled? So that they all stay in the order I set them to in the Attribute Manager.
  2. You mean this right? >>>>> The code shows as :- $this->add('AM_USE_QT_PRO', true); >>>>> Should I change to :- $this->add('false', true); >>>>> Or :- $this->add('false'); ? As the name suggests, I'm an absolute beginner! Thanks
  3. No I don't think I have. If that's something I need I wasn't aware of that.. How do I go about getting QTPro? Thanks!
  4. Hi there, I've just installed AttributeManager-V2.8.9 and it's got some sort of error. When I go onto the editing page for a product, the manager shows up almost fine, as in the screen shot but it has a message underneith it. The following is the message/error it's showing: 1054 - Unknown column 'products_options.products_options_track_stock' in 'where clause' select products_name, products_options_name as _option, products_attributes.options_id as _option_id, products_options_values_name as _value, products_attributes.options_values_id as _value_id from products_description, products_attributes, products_options, products_options_values where products_attributes.products_id = products_description.products_id and products_attributes.products_id = '128' and products_attributes.options_id = products_options.products_options_id and products_attributes.options_values_id = products_options_values.products_options_values_id and products_description.language_id = 1 and products_options_values.language_id = 1 and products_options.products_options_track_stock = 1 and products_options.language_id = 1 order by products_attributes.options_id, products_attributes.options_values_id [TEP STOP] It seems to also prevent me from adding any attributes/options to the product using the AttributeManager. Does anyone know what I need to do to fix this problem? Any help would be extremely appreciated!
  5. Hi there, Would you be able to say which section of code in that 'new_products.php' folder was the part you changed to control number of products per row. My site is currently showing 3 per row and I want to show 4 per row. Also, don't know if this is normal with other editions of oscommerce (I've got a ready-made template) but I also have a 'new_products2.php' on my modules folder.
×
×
  • Create New...