Admin Product Attributes

Admin - Product Attributes

Admin - Product Attributes Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 199
  • Released: Jun 13, 2007

Admin - Product Attributes Description

Go to the admin folder and find the file called:
- products_attributes.php

!!! REMEMBER TO BACK-UP !!!

Find next code in the file:

$values = tep_db_query("select * from " . TABLE_PRODUCTS_OPTIONS_VALUES . " where language_id = '" . $languages_id . "' order by products_options_values_name");
while ($values_values = tep_db_fetch_array($values)) {
echo '' . $values_values['products_options_values_name'] . '';
}

THIS CODE GOES FOR THE LAST DROP-DOWN BOX ON THE BOTTOM.

Change it on that code:

$values = tep_db_query("SELECT products_options_values.products_options_values_id,
products_options_values.products_options_values_name,
products_options.products_options_id,
products_options.products_options_name,
products_options_values_to_products_options.products_options_id,
products_options_values_to_products_options.products_options_values_id
FROM products_options_values,
products_options,
products_options_values_to_products_options
WHERE products_options_values.products_options_values_id = products_options_values_to_products_options.products_options_values_id AND
products_options.products_options_id = products_options_values_to_products_options.products_options_id
ORDER BY products_options.products_options_name, products_options_values.products_options_values_name") or die(mysql_error());
while ($values_values = mysql_fetch_array($values)) {
echo '' . $values_values['products_options_name'] . ' - ' . $values_values['products_options_values_name'] . '';
}

Admin Product Attributes Bookmark

Hyperlink code:
Hyperlink for Forum code:

Admin - Product Attributes Script Download Notice

Top 4 Download periodically updates information of Admin - Product Attributes script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Admin - Product Attributes torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Product Attributes

With the current CVS version of osCommerce, all options are displayed with select lists for ... store owner to collect customization/personalization information for a product from the end user. The contribution is written in such a way that the addition of other option types such as Radio Buttons should be reasonably ...

Quantity for Product Attributes Mod

... an attribute the quantity option for the actual product is disabled. This mod will control your product stock levels so everytime you add or delete a product attribute the total quantity will change accordingly. If you delete all attributes for a certain product you will have access to the standard quantity ...

Attributes Search

One of our carts has over 500 attributes that are displayed, and finding one is more ... find.So I created a simple search method to admin/product_attributes.php to search the product names for specific products so you can edit attributes for it. Original inspiration for this mod was to relieve problems caused by having many products. Hence the search possibility to list only product ...

Product Listing with Attributes

Currently, it's an all-or-nothing affair. Next version will includea toggle to use the Buy Now button for each item in the listing or the Add to Cart Button at the bottom of the listing..Created and tested for MS1. ...

Show model with product attributes

... model number tells which is which). The standard product attributes display is noteasy to work with, becuase I ... value. So, I added the display of the product model to each row, thereby reducing this problem to a trivial one. ...

Product Attributes Sort Order

... this mod adds a sort_order field to the product_atributes table and to the products_attributes.php, and product_info.php pages to allow user ordering of these attributes. ...