Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Zen Cart v1.5.5f released!

    NOTE: SCROLL DOWN TO THE MOST RECENT POST BELOW FOR THE LATEST UPDATES!!!


    After much community contribution, the v1.5.5. release is ready. Thanks to everybody for the feedback and help with testing and coding.

    Download available here: http://sourceforge.net/projects/zencart/files/

    Minimum Requirements
    Zen Cart v1.5.5 requires a minimum of the following:
    • Zen Cart v1.5.5 is compatible with PHP 5.2.10 through PHP 7.1, and MySQL 5.1 thru 5.7
      (Note: PHP versions older than 5.6 are deprecated and no longer supported by PHP ... You REALLY should be using PHP 5.6 as a minimum, for both security and speed benefits.)
    • MySQL 5.1 - 5.7
    • Apache 2.2 - 2.4
    • Apache configured with AllowOverride set to either 'All' or at least both 'Limit' and 'Indexes' parameters, and preferably the 'Options' parameter as well.
    • PHP configured to support CURL with OpenSSL
    • Server's CURL and OpenSSL configured to use the latest modern TLS capabilities (particularly TLS 1.2 is quickly becoming mandatory)

    While Zen Cart can run on Windows/IIS servers, Linux/Apache servers are recommended for best results, superior performance, and easier use by shopowners.

    CHANGELOG - List of Changed Files
    For a list of files that have been changed since v1.5.4, see the changed_files-v1-5-5.html document, located online or in the /docs/ folder of the downloaded zip.

    What's New In v1.5.5:
    The most notable improvements and bugfixes in v1.5.5 since v1.5.4 include:
    • All known v1.5.4 bugfixes and security fixes are included in v1.5.5, including tighter control around XSS as well as clickjacking
    • Template: The default out-of-the-box template (called "Responsive Classic") is now a mobile-friendly responsive-design theme built for flexibility with tablets, mobile devices, and desktops.
    • Template: The core template_default files have been reviewed for HTML5 compliance, and a number of classes and IDs have been added to move older styling to CSS instead. Specific input-types like email/telephone for easier use on mobiles
    • Admin: Admin menu improvements to help it fit tablet screens better
    • Admin: Added customer-password reset via Admin
    • Admin: Products Price Manager: Added display of taxes into prices
    • Admin: Improvements to developers-toolkit and whos-online
    • SEO: Numerous updates to canonical-url handling
    • SEO: Added hreflang markup for better indexing of multilingual sites, and other HTML page-header metatag improvements
    • Checkout: Order Details added to Checkout-Success page
    • Payment: PayPal Express Checkout has numerous updated compatibilities added, including their latest InContext mobile support
    • Payment: Added SagePay Form payment module (for hosted offsite PCI compliant credit card processing)
    • Payment: Added First Data Hosted Checkout Payment Pages (Global Gateway e4) module (for hosted offsite PCI compliant credit card processing)
    • Payment: Retired obsolete Linkpoint_API payment module (replaced by the new Payeezy JS module)
    • Payment: Added Payeezy JS (First Data/Global Gateway e4) Payment module (for onsite PCI compliant credit card processing)
    • Core: Added PHP 7.0 compatibility
    • Core: Added MySQL 5.7 compatibility
    • Core: Improved error-logging for troubleshooting (included @lat9's debug-backtrace mod)
    • Core: Improved/simplified code for db query handling, allowing simple foreach() iterations instead of requiring while(!EOF) loops,
    • Core: Added hooks to allow for 3rd-party-handling of taxes, for plugin support with orders, attributes, and much more
    • Core: Fix some rounding errors
    • Core: Added cron code for automated currency-updating, and currency sources can be selected from Admin->Config->My Store menu, and plugins can auto-show in this list
    • Core: Fixed bug with a race condition causing database errors related to sessions
    • Core: Simplified the configure.php file contents significantly by retaining only the most-often-customized components, and added an automatic-converter as part of zc_install's initial inspection
    • Email: Integrated @lat9's "common CSS styling" for HTML emails
    • Email: Added newer phpMailer integration (better compatibility with more email services), and email-failure errors are logged to /logs/ for easier debugging if problems occur
    • Some language-file cleanups
    • Improved compatibility for payment/shipping modules and SSL/TLS to work with the 2016 SHA-256 Secure Server initiatives being embraced by modern hosting companies and PCI Compliance
    • Rewrote zc_install - fresh new look, will make future internal maintenance easier
    • Replaced phpBB integration with generic hooks to allow for various external forums
    • Security patches for alerts provided from various security watchdog sites
    • ... and numerous other small improvements to make things work faster, sleeker, smarter and be easier to use



    UPGRADE NOTES

    How To Upgrade A Zen Cart Site
    The way DrByte does upgrades is described in this blog post: http://www.zen-cart.com/entry.php?3-...d-of-upgrading

    Important Note about CONFIGURE.PHP file changes for v155!

    The contents of configure.php have changed (to be simplified) ... and they're MUCH SMALLER now!
    The dist-configure.php shows the simplified contents, and zc_install will generate the leaner files (when doing fresh installs).
    Also, zc_install will upgrade your configure.php files to the new format as long as the files are writable by your server's PHP.


    A NOTE ABOUT THE NEW TEMPLATE

    While Zen Cart(R) v1.5.5 contains a newer "responsive_classic" template, we STRONGLY recommend that upgraders first upgrade the site using everything (including template_default) except the responsive_classic template contents.

    Then once the upgraded site is working properly you can consider what changes you might want to make to your own active template.

    (Important notes about template_default are shown below)

    AGAIN: The responsive_classic template should NOT be implemented immediately as part of an upgrade; it should be a separate step ... if it is even used at all. IT IS NOT NECESSARY TO USE responsive_classic ON YOUR EXISTING SITE, AND YOU SHOULD UPGRADE THE REST OF YOUR SITE FIRST BEFORE ATTEMPTING TO CONVERT/ADAPT IT TO YOUR USE.


    Notes about changes to TEMPLATE_DEFAULT

    UPGRADERS SHOULD BE SURE TO UPDATE BOTH template_default AND YOUR CUSTOM TEMPLATE as described here:

    In Zen Cart the template_default directory contains the master copy of all storefront page templates. The normal procedure for customizing template files for use in your own personalized template is to make a copy of the corresponding file from template_default, put it into your own template folder (and matching folder structure), and make your customizations in that copy of the file. This way the only files you need in your personalized template folder are those that you have altered in some way from template_default.

    With that explained, it is important that whenever you upgrade your site, you should also inspect ALL the template_default files to determine which changes in those files need to be replicated in your customized files.

    Often a tool like Beyond Compare or Araxis Merge or GnuDiff can be helpful for this. The process is simple: compare the template_default directory files from your *old* version against the template_default files in the *new) version, and use those results as a reference to copy those updated changes into each of the files you've customized in your custom/personalized template in your store.
    Then, and only after you've done all those comparisons and updated your customized files in your custom template folder, you will copy the template_default files from the new version into the template_default directory of your store. This way you'll be left with updated personalized files *and* updated template_default files.


    Changes in template_default for v1.5.5

    The template_default files previously had a lot of old <table> markup to specify widths, cell borders and padding and spacing. These have been removed in v1.5.5 and relevant styles added to the bottom of the main stylesheet.css file. You will want to add the updated CSS parts to your own stylesheet if your custom template still uses those tables. (A few 3rd-party templates have aggressively ripped out various tables and may not be affected by this change.)

    A few CSS changes were made in template_default to change IDs of repeating elements to be classes instead. Of note #cartDisplay is now .cartDisplay, and #cartImage is .cartImage

    NOTE:

    Many people have asked about the "missing ?> at the end of some PHP files".
    This is INTENTIONAL, and explained here: http://www.zen-cart.com/content.php?271
    It is NOT an error in the files or the download.



    Also a huge thanks to Anne at Picaflor-Azul for preparing the new Responsive Classic template and for Raymond Barbour of zcadditions.com for the DIY responsive components driving it.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default v1.5.5 follow-up

    Some follow-up notes for ZC v1.5.5:

    1. The 03-17-2016 zip had a bug in the /admin/orders.php file.
    So a new 03-18-2016 zip has been published to fix it, along with a few fixes to documentation files.

    2. For any developers interested in phpDoc references, they can be found at https://www.zen-cart.com/docs/phpdoc-1-5-5/

    3. The 03-21-2016 zip fixes several zc_install things, including some challenges setting SSL mode when zc_install does automated configure.php file upgrades.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default v1.5.5 update

    A new zip dated 03-29-2016 has been released for v1.5.5 which fixes a few additional reported bugs.

    A list of Known Bugs ... along with their fixes ... is regularly updated here: Known Bugs (and fixes) for v1.5.5
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Zen Cart v1.5.5a released!

    We're pleased to announce the release of v1.5.5a today!

    Download available here: http://sourceforge.net/projects/zencart/files/

    What's different in v1.5.5a vs v1.5.5?

    Since the first iteration of v1.5.5 on 17-March-2016, the following changes have been applied to become v1.5.5a ...
    • All the issues-to-date from Known bugs and fixes in v1.5.5, many of which are included in the following list:
    • Fix several upgrade-related problems caused by zero-dates in the customers table data/history
    • Revamp admin sanitization code to work better with various plugins such as Edit Orders, etc
    • Admin orders page had some incorrect CSS classes specified
    • Admin customers page had some incorrect HTML tags for span and bold markup
    • Admin "Support" link restored to navigation menu
    • Admin - fix privilege escalation vulnerability
    • Fix missing SEARCH_DEFAULT_TEXT, ERROR_GV_CREATE_ACCOUNT and TEXT_PRICED_BY_ATTRIBUTES language defines
    • The zc_install test for availability of SSL and .htaccess could fail due to timeouts when offline
    • The zc_install "configure.php file update" was not always handling conversion of old SSL URLs properly
    • Fix "uninitialized string offset" error in zen_random_name()
    • Fix sort-order of shipping/payment modules when sort-orders are multiple digits
    • Responsive Classic: Fix alignment/display of State Dropdown element on address pages
    • Fix to inability to choose from address-book during checkout, and fix double "continue" buttons on same page
    • Order comments flag was showing incorrectly on PayPal EC transactions
    • Restore define for DIR_WS_HTTPS_ADMIN for legacy plugin purposes
    • Added several .gitignore files in various folders, to help site developers avoid committing unnecessary files to version control
    • For language-specific currency overrides, fix the default
    • Fix bindvars to honor string entries that contain 'null'
    • add safety to fmod_round
    • Fix extra breadcrumb that was appearing when always-open-with-category is enabled
    • Update BOC currency parsing to cope with their data changes and division-by-zero errors as a result
    • Fix a test-mode bug in Authorizenet AIM module
    • No database changes required.


    Upgrading from v155 to v155a is simply a matter of replacing some files (or merging your customizations with those files). The list of changed files is here: https://www.zen-cart.com/docs/change...5-5.html#v155a

    As always, any additional critical issues will continue to be posted at Known bugs and fixes with v1.5.5
    Last edited by DrByte; 10 May 2016 at 02:42 PM. Reason: added link to list of changed files
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Zen Cart v1.5.5b released!

    We're pleased to announce the release of v1.5.5b today!

    Download available here: http://sourceforge.net/projects/zencart/files/

    What's different in v1.5.5b vs v1.5.5a?

    Since the release of v1.5.5a on 5-May-2016, the following changes have been applied to become v1.5.5b ...


    • Fix Chrome browser javascript incompatibility
    • Several fixes to the Admin Sanitizer rules, to stop translating special characters to html entities unexpectedly
    • Fixes from Known bugs and fixes with v1.5.5
    • Fix some HTML markup "strict" errors, and CSS alignments in various admin pages
    • Relocate shipping-calculation logic in checkout page, to be consistent with other checkout calculations and prevent some shipping rate errors
    • Template fix to Responsive Classic to change postal-code to no longer be numeric-only
    • Change authorize.net module to use Akamai servers
    • Fix Payeezy payment module tokenization problem, and fix sandbox mode problem
    • Fix some javascript on checkout pages related to form submission
    • Fix out-of-stock alert inconsistency
    • Trigger E_USER_ERROR when wrong bindVars rule set
    • Update gv_faq language file with community contributions
    • Change use of PHP_SELF to SCRIPT_NAME for consistency and to avoid legacy-related problems
    • Fix false-positives in error-reporting logic
    • Fix leftover indirection variables for PHP7 compatibility
    • Fixes to AJAX handlers: reject fake requests; persist session data more effectively
    • Change CKEditor trigger to use jQuery CDN instead of Google CDN, for broader global access
    • Upgrade PHPMailer to accommodate broader TLS compatibility
    • Accommodate MasterCard's recent BIN 2 addition
    • Include responsive-classic template layout-boxes in upgrades, even if not using it, for sake of cloning simplicity
    • Template fix: fax field was showing even if disabled
    • Template fix: fix "back" button on address-book edit screens during checkout
    • Multilanguage: make hreflang tag appear for all languages, instead of only for "other than current" language
    • Fix admin link to whois resource
    • Fix checkout_shipping: No method chosen after cart goes from virtual to mixed
    • Handle mysql strict typing issue with legacy PayPal IPN insert
    • Fix Free Shipping tax calculation with ot_coupon
    • Added several helper functions to shopping_cart class for calculating in-cart properties related to categories
    • No database changes required.


    Upgrading from v155a to v155b is simply a matter of replacing some files (or merging your customizations with those files). The list of changed files is here: https://www.zen-cart.com/docs/change...5-5.html#v155b
    (If you're using v155 and haven't upgraded to v155a already, apply the list of changed files for v155a and v155b, using the v155b zip file contents.)

    As always, any additional critical issues will continue to be posted at Known bugs and fixes with v1.5.5
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Zen Cart v1.5.5c released!

    v1.5.5c has been released!

    This fixes a critical bug in PHPMailer, which is the subsystem used for sending emails in Zen Cart.

    Download available here: http://sourceforge.net/projects/zencart/files/

    What's different in v1.5.5c vs v1.5.5b?

    Since the release of v1.5.5b on 2-Nov-2016, the following changes have been applied to become v1.5.5c ...


    • Fix serious PHPMailer bug (upgraded to 5.2.19)
    • Fix some variable strict-type rule enforcement issues for better PHP 7 compatibility
    • Fix sanitizer (admin) overzealous cleaning for Attribute Option Comments
    • Fixed bug preventing sending Coupon and GV emails to "all customers"
    • Fixed rarely-triggered bug with product-type overrides for delete/copy logic
    • Fixed problem where deleting a customer wouldn't delete old product-notification requests associated with that customer
    • Fixed PayPal Standard to no longer transmit a comma as thousands-separator. (PayPal is being more strict about this in 2017.)
    • Fixed shopping-basket quantity alert problem where changing quantities didn't always fire if min/mix rules were set
    • Make null-exception treatment consistent in admin to match catalog
    • NOTE: There were NO Database Changes


    The list of changed files between minor versions is here: https://www.zen-cart.com/docs/change...5-5.html#v155c

    As always, any additional critical issues will continue to be posted at Known bugs and fixes with v1.5.5
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Zen Cart v1.5.5d released!

    v1.5.5d has been released!

    This fixes a critical bug in PHPMailer, which is the subsystem used for sending emails in Zen Cart.

    While Zen Cart already sanitizes aggressively against the vulnerabilities published in CVE-2016-10033 and CVE-2016-10045 for PHPMailer this week, we are pushing this new release with the embedded security fixes, as a matter of precaution, in the interest of keeping stores safe. This also has the added benefit of helping provide an extra layer of protection against poorly-sanitized plugins (or completely unrelated software) that might be installed on the store site.


    Download available here: http://sourceforge.net/projects/zencart/files/


    What's different in v1.5.5d vs v1.5.5c?

    Since the release of v1.5.5c on 26-Dec-2016, the following changes have been applied to become v1.5.5d ...


    The list of changed files between minor versions is here: https://www.zen-cart.com/docs/change...5-5.html#v155d

    As always, any additional critical issues will continue to be posted at Known bugs and fixes with v1.5.5
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: patched

    If you installed v1.5.5c ...
    or if you installed v1.5.5d between 12-28-2016 and 12-31-2016 ...

    then you will want to apply this bugfix: Incorrect datetime value: 'null' when editing products in the Admin

    The v155d zip dated 12-31-2016 already contains this fix.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Zen Cart v1.5.5e released!

    v1.5.5e has been released!

    Download available here: http://sourceforge.net/projects/zencart/files/

    What's different in v1.5.5e vs v1.5.5d?

    Since the release of v1.5.5d on 31-Dec-2016, the following changes have been applied to become v1.5.5e ...


    • Upgrade PHPMailer from 5.2.21 to 5.2.22
    • Update gmail support to use TLS per published standards
    • Fix bug introduced in v1.5.5c related to deleting customers
    • Add built-in support for new .htaccess rules required for Apache 2.4, so mod_compat doesn't need to be installed
    • zc_install improvements better handling for upgrades from v138 / v139
    • zc_install - removed extraneous backticks from upgrade SQL from v154-to-v155
    • Bridge compatibility for transition to removal of the ENABLE_SSL_ADMIN constant
    • Consolidate to a single upload class, shared between admin/catalog
    • Updates to Payeezy and First Data HCO payment modules
    • NOTE: There were NO Database Changes


    The list of changed files between minor versions is here: https://www.zen-cart.com/docs/change...5-5.html#v155e

    As always, any additional critical issues will continue to be posted at Known bugs and fixes with v1.5.5
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: v155e updated

    NOTE: The v1.5.5e zip has been updated to attempt to avoid some confusion for upgraders:

    The 03/03/2017 zip contains the following changes from the 03/02/2017 zip:

    - /docs/changed-files-v155.html - points out that the /admin/includes/classes/upload.php file is to be DELETED from your server.
    - /docs/changed-files-v155.html - points out that the /admin/includes/functions/database.php file should be updated if you didn't already get the update with your v155d

    - /includes/classes/upload.php -- file has been changed on 03/03/2017 to use older PHP syntax for arrays, to allow people to continue to use ancient PHP versions.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Cart v1.5.4 Released!
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 31 Dec 2014, 08:57 PM
  2. Zen Cart v1.3.9g -- Released!
    By Kim in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 30 Sep 2010, 03:59 AM
  3. Zen Cart v1.3.9f -- Released!
    By Kim in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 17 Aug 2010, 02:57 AM
  4. Zen Cart 1.3.7.1 released?
    By thewolf in forum General Questions
    Replies: 5
    Last Post: 11 Jul 2007, 04:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR