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
Contributions
The following osCommerce contributions are 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.
Filter: Search:
Displaying 1405 to 1413 (of 1445 contributions) Result Pages: [<< Prev]  ... 151  152  153  154  155  156  157  158  159  160 ...  [Next >>] 
1561. InterMall.com.au Online Shopping Centre Data Feed Generator Request Installation with Paid service
Manage and Generate data feeds for InterMall.com.au online shopping centre
   Posted on: 09/17/2008     See contribution details

1562. If price = 0.00 dont display price Request Installation with Paid service
Hi, i think this code make the same result:


open: includes/classes/currencies.php

find :

function display_price($products_price, $products_tax, $quantity = 1) {
return $this->format(tep_add_tax($products_price, $products_tax) * $quantity);
}

Replace:


function display_price($products_price, $products_tax, $quantity = 1) {
if ($products_price > 0.01){ //for change price by 'contact'
return $this->format(tep_add_tax($products_price, $products_tax) * $quantity);
}else{
return 'Contact us';
}
}


note: only one text file include
   Posted on: 09/17/2008     See contribution details

1563. Remind Customer to click 'update' button on cart Request Installation with Paid service
- This is not a Full set, only a update if you allready installed the Customer Update Cart Reminder 2.0

- When the reminder is displayed the two buttons that you don't want to show will disappear.
Only the Update button stays, the user has only one button to click. What can go wrong :)
OK, its not working on Firefox, but the buttons will show as normal. No harm done there.
If you are using the Update Cart Reminder, it will be a nice mod.
   Posted on: 09/17/2008     See contribution details

1564. Spring Green Template Request Installation with Paid service
this is the readme.txt for the spring green template
   Posted on: 09/16/2008     See contribution details

1565. Deco-Time Buttons Request Installation with Paid service
Deco-Time Buttons for OSCommerce

These buttons are for a light background store. The psd file is included to enable you to make more buttons for your store that match but that may not be included in this set. You can probably also adapt them for a dark background store with the psd file.
   Posted on: 09/16/2008     See contribution details

1566. BlueMoon Buttons Request Installation with Paid service
These are a blue button set for oscommerce. I'm not great at code, so I thought I might do something to give some payback for all the help I've gotton.
   Posted on: 09/15/2008     See contribution details

1567. Módulo Captura de Endereço Automático Request Installation with Paid service
corrigido uma variável errada que apresentava erro em algumas lojas
   Posted on: 09/15/2008     See contribution details

1568. Catalog products PDF reports Request Installation with Paid service
This is a modified version of this contrib: Minor bug fixes to 2.05. I have MYSQL5 on a 1&1 shared server and this is what works for me. I hope you are able to get it to work on your server as well. This includes all files needed for this contrib.
   Posted on: 09/14/2008     See contribution details

1569. Review Approval System Request Installation with Paid service
slight error in stu's new instructions, missed out:

define('FILENAME_PRODUCT_REVIEW_EMAIL', 'admin/reviews.php');

in filenames.php

this is a small change to the readme.txt if you are installing onto an already modified shop
   Posted on: 09/15/2008     See contribution details
Displaying 1405 to 1413 (of 1445 contributions) Result Pages: [<< Prev]  ... 151  152  153  154  155  156  157  158  159  160 ...  [Next >>]