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

  Options - Price Update

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.
In the installation file it says :

****************
Search for:

<!-- body_eof //-->

Add the following lines afterwards:
<!-- Attrib price update //-->
<script language="javascript">
<!--
showPrice(cart_quantity);
showPrice1(cart_quantity);
//-->
</script>
<!-- Attrib price update Fin //-->
****************


THIS WORK WITH OPERA, FIREFOX, IE6, but IE7 (some versions) gives "Internet Explorer Cannot Open the Internet... " error.

Simply put the code below the </body> tag not below <!-- body_eof //-->
Sorry for multiple post, made a small mistake (myAttributePrice = 0;) and fix for special as well :

***In function showPrice(form)***

/*myDollarSign1 = myPrice.indexOf("(",0)
if ( myDollarSign1 != "-1" )
{
currencysymbol1 = "";
currencysymbol2 = " EUR";
myParSign = myPrice.indexOf(")", myDollarSign1);
myAttributeString = myPrice.substring(myDollarSign1+1, myParSign);
myAttributeString = myAttributeString.replace(/,/,"");
myAttributePrice = parseFloat(myAttributeString);
myMathProblem = myPrice.charAt(myDollarSign1 - 1);
} else {
myAttributePrice = 0;
}
*/
myAttributePrice = 0;

***In function showPrice1(form)***

/*myDollarSign1 = myPrice.indexOf("(",0)
if ( myDollarSign1 != "-1" )
{
currencysymbol1 = "";
currencysymbol2 = " EUR";
myParSign = myPrice.indexOf(")", myDollarSign1);
myAttributeString = myPrice.substring(myDollarSign1+1, myParSign);
myAttributeString = myAttributeString.replace(/,/,"");
myAttributePrice = parseFloat(myAttributeString);
myMathProblem = myPrice.charAt(myDollarSign1 - 1);
} else {
myAttributePrice = 0;
}
*/
myAttributePrice = 0;
   Posted on: 12/20/2008     See contribution details Request Installation with Paid service