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

  Actual Attribute Price V1.0

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.
* This is a complete package *

Updates
+ Added Fix from zeppos
+ Added utility to update all your existing attributes quickly.
+ Added back Compare files for those that know how to use them and know how much time it saves.
+ Cleaned up the code so it actually uses the vars it sets-up.
+ Added required GNU licensing notice.

Discuss: http://forums.oscommerce.com/index.php?showtopic=69543
Just a small correction in both versions 1.5 and 1.6.

in the file includes/classes/shopping_cart.php, the line:

$this->total += $qty * tep_add_tax(tep_adjust_price($option_price, $products_price), $product_tax);

should be:

$this->total += $qty * tep_add_tax(tep_adjust_price($option_price, $products_price), $products_tax);

(the ONLY thing that changes is the $products_tax at the end of the string, it was typed as "product_tax")

NO FILE UPLOADED.
This is an improvement over 1.5. add better how to install.txt so no one will get lasted in deciphering where to put the code in. Also improved performance and speed for the server use.
I have cleaned up and updated the install file to, hopefully, make this contribution easier to follow along with and install. I have also added screenshots.

All credit goes to the original and contributing authors.

Please feel free to add/modify/update this contribution if you can. Thanks again.
   Posted on: 11/05/2008     See contribution details Request Installation with Paid service