Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Attribute Sets Plus

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
PROBLEM: THE ADMINISTRATOR LOGIN SCREEN IS BLOCKED

All works fine in localhost but when I transfer the files to my server by FTP, the Administrator Login Screen is blocked.

FIX:

In the files:

/catalog/admin/includes/database_tables.php
/catalog/includes/database_tables.php

Insert a space before 'products_attributes_sets_elements'.

BEFORE:

define('TABLE_PRODUCTS_ATTRIBUTES_SETS_ELEMENTS','products_attributes_sets_elements');

AFTER:

define('TABLE_PRODUCTS_ATTRIBUTES_SETS_ELEMENTS', 'products_attributes_sets_elements');

------------------------------------------------------------------------------------

SunDust


Added use notes
moved history to a separate file
+ when adding a set:
fixed some text formatting
after adding set go directly back to sets main page and skip 'set successfully created' page, confirm message appears in sets mainpage


Full Package + update guides
+ Cleaned up code in admin/products_attributes_sets_edit.php (No code change)
+ moved some language defines to admin/includes/languages/english/products_attributes_sets_edit.php file
+ fixed formatting of some text when editing sets, added black divider lines
+ bypassed update/saved successful page, instead added alerts and returns to main catalog page
+ confirmed OSC 2.2rc2a compatible

FULL Package + update guides
   Posted on: 09/24/2008     See contribution details Request Installation with Paid service