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 865 to 873 (of 1445 contributions) Result Pages: [<< Prev]  ... 91  92  93  94  95  96  97  98  99  100 ...  [Next >>] 
961. Attribute Sets Plus Request Installation with Paid service
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

962. Product attributes with tabs in admin area Request Installation with Paid service
The boxes width are now controlled through a Php variable on line 14 of product_attributes.php, set the number of pixels you desire, the boxes will automatically fit the size. Thanks to user andyisgreat who made me notice that users may want to change their boxes' size depending on their needs.
Furthermore, an important correction was made: the page navigator doesn't forget the active tab any more, it used to when more than 10 elements were displayed. Thanks to user mwildin1 for finding this one.
Widths are now set to 700px to make the tabs look pretty in Mozilla and Chrome too.
   Posted on: 03/02/2009     See contribution details

963. Netbanx 5 payment module Request Installation with Paid service
osCommerce module to be used for Netbanx 5 (UPP) integrations only. Version 1.1
osCommerce module to be used for Netbanx 5 (UPP) integrations only.
   Posted on: 03/23/2009     See contribution details

964. Super Admin Products Updater and Sorts Request Installation with Paid service
this package included an updated file call update_admin_categories_name.txt.

you should be able to update the categories name as well from one page!
   Posted on: 03/25/2009     See contribution details

965. Shipping Surcharge Request Installation with Paid service
UK Postcode Shipping Surcharge Mod, maybe like us you offer free delivery over X amount, but
free delivery to non mainland postcodes just isn't worth it due to the actual shipping costs on
heavier goods!

Well I finally figured the it out and it was easy!

This new version now has the ability to apply a different surcharge if the weight is equal to or under X amount on the below postcodes, or you can set it at a different fee altogether by adjusting the secondary price!
If you, do not need this feature you can simply only use one price, Keeping both surcharge rates the same...

Please take into account when using this extra feauture, your "shipping tare weight", which can be set by logging into Administration, then Configuration, Shipping/Packaging / Package Tare Weight.

Postcodes affected:

JE //Jersey 1-9
GY //Guernsey 1-9
HS //Outer Hebrides 1-9
IV //Inverness 1-9
IV //Inverness 10-36
IV //Inverness continued 40-56
KA //Kilmarnock postcode area 27-28
KW //Kirkwall postcode area 1-3 & 5-9
KW //Kirkwall postcode area continued 10-17
PA //Paisley postcode area 20-49
PA //Paisley postcode area continued 60-78
PH //Perth postcode area 17-26
PH //Perth postcode area continued 30-44
PH //Perth postcode area continued 49-50
ZE //Lerwick postcode area (shetland) 1-3
BT //Belfast Northern Ireland postcode area 1-99
IM //Isle of Man postcode area 1-9
IM //Isle of Man postcode area continued 86-87
IM //Isle of Man postcode area continued 99
TR //Isles of Scilly postcode area 21-25

What does this do?

This is just a modification of the original shipping surcharge 1.2 contribution by Jack_MCS
to allow a specified surcharge to be added when a customer's UK postcode is outside of mainland UK.


Install:

Simply unpack the zip archive and then enable within the administration side under modules/order total, please make sure you have the correct sort order as seen the pic attached.

If upgrading from a previous version simply replace the 2 files included and then log into admin > modules > ordertotal > this mod > and click remove then re-install for the extra configuration options.


TODO:

1: The postcode checking could be better maybe, but at the moment it's working fine, as at first I was having some issues with it.

Thanks for the help in getting started on this by Jack_MCS and FWRmedia.
The pack I added below, I forgot to include, when after you install it, please change the shipping surcharge percentage to 100 and shipping surcharge to 25.00 or whatever your chosen surcharge is.

Maybe I should of posted this as a new contribution...

Anyway this is the same file with updated screenshot and this text..
   Posted on: 03/23/2009     See contribution details

966. Product Lead Time Request Installation with Paid service
This works in a similar way to marking products out of stock, but instead provides a lead time for the product that can be set in admin for each product. If the product is on a lead time the user is given this information on the products information page. If they then go ahead and order, they are provided the lead time information on the checkout_confirmation page as well. If multiple items are in the shopping cart with or without lead time, the code will take care of this as well.

It's live on this shop www.opti-online.com which is currently in development but will be going live soon. Primarily on the Garden Light Section.

Sorry that I've not included language support. People who can speak three languages are tri-lingual, two languages, they're bi-lingual, and if they speak only one, they must be English.
   Posted on: 03/24/2009     See contribution details

967. PSBill Payment Request Installation with Paid service
PSBill Payment Module, Include 3D Secure and e-cheque.
   Posted on: 03/23/2009     See contribution details

968. Counter Reset v0.1 Request Installation with Paid service
This is the full package that supports hebrew as well.
   Posted on: 03/25/2009     See contribution details

969. mindsparx_admin v3.0 Request Installation with Paid service
Small fix to the header.php
thanks to sstrigger for finding it

Full package
Mindsparx Admin version 3.0 for OSCommerce v3.0 Alpha created by Janne.k @ mindsparx.org

The new admin in OSCommerce v3.0 looks great, but might need some more color...

Mindsparx_admin was originally created for oscommerce v2.2 RC 2a, and for those who is used to the look of mindsparx_admin, here is one for v3.0 Alpha

You can see what it looks like here:
http://www.mindsparx.org/mindsparx_admin_3_0/

The install is very simple, about 2 minutes or so

Cheers
Janne.K
   Posted on: 03/22/2009     See contribution details
Displaying 865 to 873 (of 1445 contributions) Result Pages: [<< Prev]  ... 91  92  93  94  95  96  97  98  99  100 ...  [Next >>]