Quick Language

Menu
RSS

Forum Statistics
» Members: 69
» Latest member: crommy
» Forum threads: 39
» Forum posts: 50

Full Statistics

Search Forums

(Advanced Search)

Support of

Alexa

Left Block
Print your left Block content.

Announcements
* Welcome to PHP Demos.
*

  Open Source E-Commerce: Twelve Promising Programs
Posted by: spott - 01-21-2009 02:20 PM - No Replies

2009 Brings Explosion of Free, Cheap E-commerce Programs

Small business owners, rejoice! Last year while the Big Three — osCommerce, Zen Cart, & CRE Loaded — open source commerce teams made mega-blunders or didn't do anything noteworthy, dozens of smaller teams were hard at work taking advantage. The difference between open source and proprietary became almost indistinguishable except to developers, with some open source programs now selling for more money than proprietary programs.

We recap the year for the biggies and review a dozen newer, up-and-coming e-commerce programs.

Read more at ecommerce-guide.com

Print this item Send this item to a friend

  Magento Version 1.2.0.1 Available
Posted by: spott - 01-03-2009 05:24 AM - No Replies

Magento version 1.2.0.1 is now available for download and upgrade. This version includes issue resolutions for Magento version 1.2.0 as listed in the release notes.

Note: We do NOT recommend upgrading a production installation of Magento directly. Please backup database and all files before upgrading. Please make sure to check file permission before trying to upgrade through your Magento Connect Manager.

Read more at Magento Homepage

Print this item Send this item to a friend

  COMING SOON: Zen Cart 2.0
Posted by: spott - 01-03-2009 05:22 AM - No Replies

As you know, much time has been spent in the last year working on many aggressive changes to the inner workings of the Zen Cart core.
We went on record more than a year ago saying that we would release the new major version in 2008, based on a number of optimistic factors. Clearly, 2008 is quickly winding to a close. It's unlikely that a release will be ready in December. Instead, January seems more likely. However, we wanted to give you an idea of what to expect in the upcoming 2.0 release.

Speed
As mentioned in previous Roadmap posts, an emphasis has been placed on improving performance by various methods, especially reducing the number of database queries required for processing pages.

Code
For the programmers among us, you'll be happy to know that the code has been largely converted to a much more efficient OOP structure, which will ultimately end up making future growth much simpler.

Templating
Templating is much simpler, in that the complicated PHP blocks that used to make them so hard to read or follow or customize have been removed.
Stylesheets are leaner. And there are some very easy-to-use admin-side layout controls to make setting your desired layouts *much* simpler.

Overrides
The same override system exists for templates and language files, meaning that those already familiar with that part of the directory structure will find it easy to continue using.

Languages
UTF-8 support is now native, and the more complicated language files have been simplified and split off into their own for easier management.

Written for PHP 5
Zen Cart 2.0 takes advantage of features specific to PHP 5.2 and MySQL 4.1, thus, those are the new minimum requirements for your hosting service to provide in order to run it. CURL is also highly recommended.

And More
See below for more detailed information on what's new and improved in 2.0!


New/Enhanced/Improved:
Abbreviated summary of enhancements, new features, and other improvements in v2.0:

* Template system improvements
o product listings consolidated to share display logic, making it easier to display different views of information in a consistent format
o more control via the admin
o simpler and more advanced and versatile stylesheets, with dynamic CSS used where needed ... can be overridden easily if needed
o procedural code and other function calls removed from templates
o jQuery support added
o sideboxes have been renamed as "content boxes"
o centerboxes are now "listing boxes" and can be rearranged much more intuitively via the admin, and the layout is now controlled by CSS, as is most of the template
o language-defines are now accessible in templates as $paLanguageXXXXX variables
o javascript onload scripts are now handled with a simple .ini file to control behavior
o and more
* New class-based structure
o significantly reduced query counts
o easy access to product properties
o support for product types
o most procedural functions converted to shared classes to reduce redundancy
* Stock/sku support
o stock can be set for attribute combinations
o ajax suppport for stock display
o sku can be set for attribute combinations
o ajax support for sku display
o individual reorder levels can be set per attribute/sku combination, and a global setting can optionally override
* New DB abstraction layer
o uses lightweight drivers based on abstract class
o easier to add new drivers
o Added innodb db driver
o transaction support for MySQL databases using innodb
* Data Access Objects
o centralise all queries
o easier to override for different db drivers
o use of variable binding for increased security
o allows for future changes to db abstraction layer/use of ORMs
* New mail engine - the more reliable and contemporary and RFC-compliant swiftmail v3 project has been integrated with Zen Cart
* New installs based on UTF-8 by default.
o (As such, all language-file edits and sql-file edits should be done with an editor that can save the files in UTF-8-without-BOM encoding format.)
* Language files have had some alterations. They no longer directly "include" other files. Each contains only define() statements. Some content has been split off into separate files.
* Language files now contain a "locale.php" file, in which locale-specific settings can be made, apart from the rest of the language files. This makes some translation simpler for certain locales, as well as changing of DOB format, etc.
* System now attempts to assist in setting config files to read-only status if they are found to be writable, to help minimize some confusion on permissions settings
* Group-pricing facility expanded to allow future growth to additonal group handling
* customers_info table merged into customers table for simpler data-mgmt and less problems with incomplete imports when people guess at table-names when doing ad-hoc extracts of their database
* Session handling improvements
* Spider-detection improvements, and more known spiders detected (also now allows for mixed-case specifications in spiders.txt)
* Hit-counter improvements (no longer tracks spiders as page hits)
* Automatic re-optimize of table data when deleting products etc using admin UI
* HTMLarea replaced by FCKeditor
* Improvements to included product-type filters
* Improvements for more accurate language-detection when set in browser-detect mode
* Improvements to prevent errors in whos-online data display when file-based sessions are in use
* Lengthening of several table fields to accommodate longer (esp multibyte) data
* Has been subjected to a Security audit (prior to official release)
* Search improvements
* Improvements to prevent certain error messages that could occur if an added language was defined but its files weren't present on the server.
* Payment and Shipping module code standardized. Now allows prefixes to be set for submitting order numbers to gateways. Also allows module updates to happen more easily, without having to uninstall and reinstall in order to obtain new settings
* Core gateway payment modules allow use of a store-identifier-prefix so multiple stores can be more easily identified when sharing a single merchant account.
* Improvements to data made available to affiliate tracking systems on checkout_success
* Order Data now separates first-name and last-name, as well as storing telephone numbers for each address
* Now even more detailed information is stored with each order, making it easier to reconstruct an order as at the original point in time when it was created. It's now less dependent on original product details being present in the database.
* Attribute data is now stored with orders in such a way as to retrieve the data so that it always shows up in the same order in which it was added to the order initially. This prevents some confusion which used to occur when multiple rows of text attributes were added but showed in mixed order.
* Configuration simplification: configure.php file contents abbreviated. Commonly-untouched components moved to common_paths.php file, which loads after configure.php and is thus overridable by defines in configure.php
* Session name ("zenid") now definable in configure.php file. Same with zenAdminId in admin.
* Credit Class system bugfixes and improvements
* Application program logging and improved error handling
* New "/logs/" folder added for storing debug logs from the store in general, or from modules that communicate with external servers etc.

New Functionality

* New email templating system -- makes it easy to visually configure how both text and HTML emails will appear
* Country status - can now set countries to active/inactive instead of deleting unused countries
* Admin can change customer password from admin side
* Visitor cart can be set to be discarded, or restored upon next login
* Prevents credit card slamming & login slamming
* New fields added for product data (can now specify short-descriptions for product listings, an "is-new" date, expiry-date, allow-backorder flag, product dimensions, display-weight, etc)
* New fields added to customer record, including some user-definable fields, mobile-phone number, etc
* Salutation support added, with choices editable via admin interface
* Regulations: when customer agrees to TOS and/or Privacy Policy details, that fact is stored in the order/customer record respectively
* Newsletter handling split off from customer record into dedicated tables, and added ability to handle multiple newsletter choices
* About-Us page added
* Contact-Us page now optionally allows entry of subject and telephone number.
* Site-wide Order number prefix/suffix can now be set (for display purposes only - does not change the existing method of storing order numbers sequentially)
* Database backup re-integrated back into the Admin->Tools menu
* Shopping Cart class is no longer session-bound. It's a separate object in the zcRegistry.
* Download system now allows notifier hook to allow intercept if alternate handling is required. This can allow for other protocols and even alterations to download content before delivery.
* Metatag generator improvements. Custom metatag data no longer stored in separate tables, thus minimizing queries and simplifying some synchronization problems.
* "Home" link improvements. Now includes session ID if needed, and its format can be more easily changed by setting the desired parameter in the zen_href_home_page_link() function call if really needed
* New options allow additional email addresses to be set for "bounce" and "system alerts" purposes.
* Store Manager now has additional database cleanup options including the ability to purge certain sets of temporary data to improve performance and managing high-traffic tables


REMOVALS:
NOTE: The following components have been removed from the core, in favor of being treated as addons instead:
- Offline Credit Card payment module removed from core, in favor of addon
- NoChex payment module removed from core, in favor of addon
- phpBB class removed from core, in favor of addon


MINIMUM REQUIREMENTS
NOTE: Zen Cart v2.0.0 has the following MINIMUM requirements:
- REQUIRES PHP 5.2 or newer
- REQUIRES MySQL 4.1 or newer
- CURL support not "required", but VERY highly recommended
__________________

Read more at ZenCart Forum

Print this item Send this item to a friend

  PrestaShop 1.1 Final!
Posted by: spott - 12-20-2008 08:08 PM - No Replies

PrestaShop 1.1 Final is now released.
From Changelog:


####################################

# v1.1.0.5 - 184 (2008-18-12) #

####################################



Release Notes

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



Added Features :



- MO : New stats modules: best products and best categories

- MO : New stats module: best vouchers





Improved/changed features :



- BO : added customer number to order details

- Classes : improved Customer::searchByName check

- TR : improved FR translations (thanks to Zendik)

- Installer : beta 5 ready Tongue

- FO : ip address no longer required for connection





Fixed bugs :



- Classes : fixed double code

- BO : fixed currency bug in AdminCustomers

- MO : Category display fixed on Konqueror (module blockcategories)

- Class : Attribute deletion fixed (now delete linked combinations and group associations)

- FO : Category tree fixed (expansion)

- BO : "Save and go back to category" link fixed when creating a new product

- FO : fixed some bugs when displaying errors in pdf and get-file

- FO : fixed translation bug in shopping-cart

- Installer : php upgrade file reorganisation

- Installer : Required customization field update added

- Installer : SQL install fixed (FALSE value)

- MO : Homefeatured code cleaned

- FO : Customizable products containing required fields are not addable to cart from category or home page anymore

- Class : Link class code fixed

- BO : CSV Import active field fixed

- FO : fixed display bug in order-detail with customized product

- BO : fixed some bugs with confirm translation text (javascript)

- BO : fixed product quantity cancelled in delivery slip

- FO : fixed last product added to cart bug

- FO : fixed dispay bug in authentication.tpl

- FO : fixed bug while signing-up

- FO : IE6 bugs fixed

- FO : Product addition to the cart fixed

- MO : Referral program checkbox fixed

- FO : Manufacturer & supplier pagination fixed

- FO : Customized product quantity upgrade fixed

- BO : Customizable products upgrade fixed (when required fields were set)

- FO : English scene images fixed (was french -_-')

- FO : Customized product picture deletion fixed

- Class : Category level modification fixed (recursivity added)

- BO : Tab filters (order ways) fixed

- FO : Old discount on product does not lock none cumulative vouchers anymore

- Mail : Order confirmation email fixed when customized products were part of the order

- Installer : Invoice number fixed

- FO : Discount description display fixed

- FO : Customized product addition to the cart fixed (when some fields were required)

- BO : PDF configuration detailed

- Installer : Upgrade fixed

Print this item Send this item to a friend

  PrestaShop v1.1 beta 4 avalaible !
Posted by: spott - 12-16-2008 04:20 AM - No Replies

A new PrestaShop 1.1 release has been published, beta 4.
Bugs fixed

This new version also brings new bugs fixes, an advantage of stability and security compared to beta 3.

We are counting on your help as we finalize this version 1.1 in order to quickly make it available to the general public!
Download

As usual, you can download new archive file in our website section Download:

http://www.prestashop.com/en/downloads/

Print this item Send this item to a friend

  cpCommerce v1.2.7 has been released!
Posted by: spott - 12-04-2008 02:15 PM - No Replies

The next version of cpCommerce has been released to 1) provide better Url Rewriting support for servers running apache in a Microsoft Windows environment and 2) to correct a security vulnerability that would give an attacker the ability to forcefully login as an administrator without entering the correct email address or password.

I highly recommend that everyone upgrade to this version to secure a site running 1.2.6.

You can download the new version at the downloads page

As always, there is a patch file located in each Zip file. If you have customizations, you can use a program like WinMerge to help merge the changes of 1.2.7 into your custom cpCommerce.

Print this item Send this item to a friend

  OpenCart v0.7.9 RC4 Released!
Posted by: spott - 11-30-2008 11:14 PM - No Replies

One Step Closer!!
Download

This version does NOT yet have the New Paypal Concept. We are looking for a few volunteers to try the new paypal concept with RC4 to see if people like the new process method or not.

If we get enough people to test it and all is at least "better" than the old method. Then we will look to include it in the RC5 release. After that we will go final (assuming no new major bugs)

Issues fixed in this release:
87-108, 110-112

Print this item Send this item to a friend

  Magento Version 1.1.8 Now Available
Posted by: spott - 11-28-2008 01:15 PM - No Replies

We are happy to announce the availability of Magento version 1.1.8 for download and upgrade through your Magento Connect Manager.

This version includes some bug fixes for Magento 1.1.x that are listed in the release notes section.

A diff file between version 1.1.7 and 1.1.8 is available here.

If you have any upgrade issues, please visit the Magento Upgrade forum.

Note: We do not recommend upgrading directly on a production environment. Please remember to backup your installations and database before upgrading. Please make sure to check file permission before trying to upgrade through your Magento Connect Manager.

Print this item Send this item to a friend

  WP e-Commerce Micro Update
Posted by: spott - 11-26-2008 10:45 PM - No Replies

Hi Team. Kia Ora!!

A new Development Version of the WordPress e-Commerce plugin has been uploaded and is ready for download.

Tomorrow once we have finished our testing we will upload it as Release Candidate 2. In the meantime you can download and play with the Development Version. The following enhancements we have been tested and we know that they work here on our two development sites:

1/ Tons of new Shipping features added to Settings > Shipping

2/ Paypal Fix - If price set to 0.00 it will then it will not get sent to paypal because paypal does not accept products that do not cost anything. If you are selling a digital download (or giving it away as the case may be) then it will display the digital download to your customer.

3/ Tidied up Purchase log page added Actions title.

4/ Added downloadable printable purchase log to the Purchase Log.

5/ Product Groups widget is smarter. It can now be set to show just the sub categories for the Product Group you are viewing.

6/ You can now change the price of a product inline without have to open / edit the product.

7/ You can now add variations inline without having to leave the products page.

8/ Payment Gateways that are not selected are grayed out and not selectable in the payment gateway page.

9/ Variations. Now you can add different files to different variations.

10/ USPS fix. There is now a form field in the Settings > Shipping page for shop owners to enter their Zip code. This is mandatory if you want USPS & UPS to work out how much it will cost to ship an item from your base of operations.

11/ The dreaded Linkpoint bug has been fixed. Never should Linkpoint (please dear god) display an error message ever again.

12/ Image uploads are now handled by the Flash Uploader technique. If no Flash Player is detected image uploading falls back to the old school method - this feature has in part been inspired by the way Facebook handle images. Check it out now you can drag and drop the order of your images.

13/ 2.7 interface tweaks (yeah baby!)

14/ The file manager has been improved for Digital Downloads and no longer shows duplicate file uploads. Plus you can delete unwanted files.

——

The following items have tested by Allen but not by Tom (we like to double test these days). Once these have been tested by Tom (and perhaps even you) then we can upload RC2. Where you can look forward to:

1/ Customizable emails
2/ A good thorough Paypal IPN testing

Release Candidate 3 should be coming soon. This will be even better again and it will definitely include the template engine you have all been waiting for. Apologies that RC2 was not uploaded today - we tried really hard. Here goes for tomorrow.

Print this item Send this item to a friend

  osCommerce is Dead: Long Live the NEW osCommerce Project
Posted by: spott - 11-26-2008 01:54 PM - No Replies

Fed up with waiting for eight long years with no final product in sight and no visible development activity, a splinter group of osCommerce programmers has left the dormant project and officially formed a new osCommerce project.

Only two weeks since registering their domain http://www.oscommerceproject.org, the new group, headed by former team member Rhea Anthony, has already released a demo version of osCommerce 2.0 (Final) with a W3C HTML 4.1 compliant shop front based on the last released version of osCommerce, MS2.2 RC2b, which will complete the MS2 legacy. The group is also already working on completing osCommerce MS3 Alpha 4 to bring it to a final v3.0 release very soon.

Read more at ecommerce-guide.com


osCommerce was my first online store software, what I fond, but soon after that I take ZenCart - has I understand better ZenCart developing structure and I found stable product. I think osCommerce Project will be very similar to ZenCart.

Print this item Send this item to a friend


Latest Threads
PAGOODI.COM FREE MONEY MA...
Last Post by: tradebuzzing
03-03-2010 11:08 PM
» Replies: 0
» Views: 36
Brand New Apple iphone 3G...
Last Post by: phoneaction
02-26-2010 07:41 AM
» Replies: 0
» Views: 25
Open Source Accounting Ap...
Last Post by: arjelynmirador18
02-23-2010 12:36 PM
» Replies: 2
» Views: 3705
PAGOODI.COM FREE MONEY MA...
Last Post by: tradebuzzing
02-20-2010 09:04 AM
» Replies: 0
» Views: 52
Tips to make PrestaShop t...
Last Post by: Hamyrenz
11-16-2009 01:36 PM
» Replies: 1
» Views: 3067
How to Secure Your E-comm...
Last Post by: Venus143
10-05-2009 04:29 PM
» Replies: 1
» Views: 823
MGC Home Products Carouse...
Last Post by: KayeZer
10-02-2009 02:16 PM
» Replies: 1
» Views: 1103
PrestaShop v1.1 Beta 3
Last Post by: Silent18
09-21-2009 12:53 PM
» Replies: 1
» Views: 5945
FOR SALE: Apple iPhone 3G...
Last Post by: iphonestore121
09-19-2009 08:19 PM
» Replies: 0
» Views: 317
FOR SALE: Nokia N97 32GB....
Last Post by: iphonestore121
09-19-2009 08:15 PM
» Replies: 0
» Views: 94

Picture Gallery

Pick Color


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  


Date & Time

Loading...

Favorites
My Landing Page Add to Sok use Send E-Mail

Online Users
There are currently 3 online users.
» 0 Member(s) | 3 Guest(s)

Toplist

Right Block
Print your right Block content.

Contact UsPHP DemosReturn to TopReturn to ContentLite (Archive) ModeRSS Syndication