Login/Register
(IR) Installatron Remote

Zen Cart

Zen Cart est une application e-commerce. Zen Cart est dérivé de osCommerce en 2003.

Installatron Remote is a one-click solution to install and manage all of your Zen Cart websites. Using Installatron helps ensure Zen Cart is kept up-to-date and secure, and Installatron features like Clone, Backup and Restore, and Backup Scheduling can save you time. Learn more about Installatron Remote

Information

ApplicationZen Cart
Catégorie e-commerce
Version actuelle2.1.0
Dernière mise à jour12 Décembre 2024
LanguesEnglish,
2 plus

Conditions

Coûtlibre/gratuit
Taille de l'installation50MB
Licenceopen source

Support

Zen Cart Site web
Documentation
Questions fréquentes
Page d'assistance
Assistance sur l'auto-installateur Installatron

Applications associées

Zen Cart est vraiment l'art du e-commerce, gratuit, facile à utiliser pour ouvrir une boutique en ligne. Zen Cart est développé par un groupe de propriétaires de boutiques, programmeurs, designers, et consultants qui pensent que la conception Web de commerce électronique pourrait et devrait être faite différemment.
-développeurs de Zen Cart

2.1.0

(version majeure)
12 Décembre 2024 - 50MBNew Features
  • The Products Options Stock Manager plugin (sometimes called POSM) is integrated with Zen Cart as an encapsulated plugin. This feature will help storeowners who have product variants whose stock needs to be tracked (red large t-shirts vs blue medium t-shirts, for example). It is designed as an alternative to the various “Stock by Attributes” plugins which are currently in use. See Variant Stock for more details.
  • shipping/payment/order-total modules may now be delivered as encapsulated plugins. Developers are encouraged to do so since encapsulated plugins are easier for end-users to install. Note that any encapsulated shipping/payment/order-total modules must have an associated array based language file. The use of the older define based language files is not supported for encapsulated modules.
  • Categories may now be featured. (Prior releases only allowed featuring individual products.) See Featured Categories for details.
  • The Zen Cart admin may now be secured with Multi Factor Authentication.
  • Layout Boxes Controller made more user friendly.
  • Templates may now have a separate list of links for their mobile menus. (In prior releases, the mobile menu would reuse the desktop header link list.) See this PR for details.

Bug Fixes and Changes
  • Admin: The plugin formerly known as Mod List is now included in the core and named “System Inspection.” It is an encapsulated plugin, so it can be installed using Admin > Modules > Plugin Manager.
  • Admin: Manufacturer Part Number (MPN) field added in Zen Cart 2.0.0 can now be edited in the admin.
  • Admin: Manufacturer Part Number (MPN) field is now included in the admin search list of fields to be checked.
  • Admin: The UI for the Plugin Manager has been re-arranged for easier viewing.
  • Admin: UI has better multi-language support. See Admin Language conversion.
  • Admin: FIXED - Check All and Uncheck All in Edit Profiles.
  • Admin: FIXED - Search in Options Values Manager.
  • Admin: FIXED - Salemaker sales with be enabled/disabled by clicking the status icon.
  • Admin: FIXED - Sales Report with Graphs monthly pagination now works; dates in legend no longer truncated.
  • Admin: FIXED - CKEditor security warning fix is built-in.
  • Admin: FIXED - Enabling and disabling sales by clicking icon works.
  • Admin: FIXED - Viewing customer records would occasionally lead to a blank right hand infoBox.
  • Admin: FIXED - Viewing orders would occasionally lead to a blank right hand infoBox.
  • Admin: FIXED - Selecting coupons on pages other than the first page would occasionally fail.
  • Admin: The template settings file may now be viewed from your admin page.
  • Admin: The date of last password change is now shown on the Users page in admin.
  • Admin: Product Price fields “Gross” and “Net” have been renamed to “Tax Included” and “Tax Excluded.”
  • Core: For robustness, in multi-language stores, missing non-English language constants will now fall back to their English definitions.
  • Core: Add parameter to Customer class notifier to allow data to be added to class.
  • Core: Retired Notifiers and Observers can be set to generate deprecated logs automatically.
  • Core: Zones module now has exception rules notifier. See this page for details on usage.
  • Core: Many improvements in multi-language handling.
  • Extras: Improved and modernized utilities in the /extras folder.
  • Installer: zc_install now uses Bootstrap 5. Zurb Foundation is no longer used. UI greatly improved.
  • Modernization: A Product class has been introduced to encapsulate product-specific logic.
  • Modernization: Shipping modules now inherit from the ZenShipping base class to reduce code duplication and ensure consistency.
  • Storefront: tpl_{product-type-page}_display.php files have been consolidated to reduce code duplication.
  • Storefront: FIXED - Second Place Order done from admin before completing first one works as expected.
  • Storefront: FIXED attribute pricing display issues.
  • Storefront: FIXED fractional product quantities handling.
  • Storefront: Gift Certificate FAQ page layout improvements.
  • Storefront: Additional image matching rules now are enforced more strictly for new installs; see this page for details.

Lire la suite: https://www.zen-cart.com/showthread.php?230453-Zen-Cart-2-1-0-Released!

2.0.1


20 Mai 2024 - 50MBBug Fixes and Changes
  • Admin: NOTIFY_ADMIN_CUSTOMERS_LISTING_ELEMENT notifier enhanced to pass entire customer query result.
  • Admin: For stores with large numbers of coupons, selecting coupons on page 2+ can wind up showing a blank infoBox and the wrong coupon records.
  • Admin: Allow customization of dashboard widget display.
  • Admin: Show two whois links if two IP addresses associated with an order.
  • Core: Improve encapsulated plugin management.
  • Core: Many PHP8 logs have been fixed.
  • Storefront: Fix template HTML issues.
  • Storefront: New Products listing now shows new products as configured.
  • Storefront: Shopping Cart class in_cart_check() function fixed.
  • Storefront: notifiers added to shipping modules so storeowners can implement their own exception rules. See this page.
  • Storefront: notifier added to coupon module so storeowners can implement their own exception rules (disabling specific coupons under certain conditions).
  • Storefront: notifiers added so storeowners can add to Information, More Information and EZ-Pages sideboxes. See this page.

Lire la suite: https://www.zen-cart.com/showthread.php?230139-Zen-Cart-2-0-1-Released

2.0.0

(version majeure)
15 Avril 2024 - 50MBBug Fixes and Changes
  • Admin: All Products, New Products, Featured Products and Specials pages are now configured the same way as product listing pages. See New/Featured/All Listing Configuration Settings. (Note: this means the menu items "All Listing," "New Listing" and "Featured Listing" under the Configuration Menu are no longer there; go to the Configuration > Product Listing menu instead.)
  • Admin: product pages now have a show/hide image option.
  • Admin: Consolidated product-type modules to reduce code duplication. Now, per-product-type specific files are only required if they differ from the main file.
  • Admin: Corrected display of Who's Online.
  • Admin: Corrected handling of salemaker start date/end date.
  • Admin: Coupon Restrict dropdown only shows products not already selected.
  • Admin: Customers default address id bug fix.
  • Admin: Customers list will now show registration IP if set. This behavior may also be disabled; see admin specific overrides.
  • Admin: Delete product checks to ensure product exists first.
  • Admin: Developers now have a [template settings](/dev/code/template_settings/) file to facilitate template switching.
  • Admin: Orders listing sidebox provides direct link to customer account.
  • Admin: Order details page provides a direct link to customer account.
  • Admin: Handle emails with embedded '+' signs.
  • Admin: Improve layout of search box.
  • Admin: Manufacturers page now has insert button when list is empty.
  • Admin: Manufacturers image is now properly scaled when displayed.
  • Admin: More pages converted to HTML5.
  • Admin: Orders screen now uses ipdata.co for IP Address information retrieval.
  • Admin: Order details page shows currency value for orders placed in non-default currency.
  • Admin: Order details page shows weight for each product in an order.
  • Admin: Order details page allows the user to copy addresses to the clipboard.
  • Admin: Payment module "retirement" allows storeowners to continue using older payment modules for processing existing orders but not offer them for new orders. See Payment Module Retirement for details.
  • Admin: PCI defined constants consolidated in a single file.
  • Admin: Deprecated files superceded by admin/includes/admin_html_head.php. Plugin authors please see Admin Head Content for details.
  • Admin: Search improvements for customers, coupons, developer's toolkit.
  • Admin: Shipping modules may now access per-product dimension information. See Shipping Dimensions.
  • Admin: Sort improvements for Specials and Featured pages.
  • Admin: Zero valued database server settings were displayed as blanks on Admin > Version > "View the database configuration variables". They are now shown as zeroes.
  • Core: Addition of manufacturer's part number (MPN) to the products table.
  • Core: Addition of shipping tax rate to the orders table.
  • Core: CrowdIn support for language translations.
  • Core: Updates to international zones and country names.
  • Core: Numerous updates for PHP 8.1 and 8.2 to resolve debug logs created by those newer PHP versions.
  • Core: Dependency update - Updating to Font Awesome 6 (from 4.7). See Font Awesome for details.
  • Core: Improved tax calculation accuracy throughout the cart.
  • Core: When $db connection is down, generate fewer logs.
  • Core: Performance improvements for stores with large databases.
  • Core: Wholesale pricing now built-in. See Wholesale Pricing
  • Core: Improve multi-currency handling throughout cart.
  • Core: Fixes for PayPal constant MODULE_PAYMENT_PAYPALDP_MERCHANT_COUNTRY undefined.
  • Storefront: Ability to compute category counts by distinct products, to avoid double-counting linked products. Users wishing this behavior should see site specific overrides.
  • Storefront: Accessibility improvements.
  • Storefront: An Accessibility page for storeowners to talk about what they have done to make their store accessible.
  • Storefront: Additional Images are only shown if there is a main image. Users of the Additional Product Images plugin who wish to disable this behavior, see site specific overrides.
  • Storefront: All Products, New Products, Featured Products and Specials pages are now laid out the same way as product listing pages. See New/Featured/All Listing Configuration Settings.
  • Storefront: Category pages now support fluid listing format. See Columnar Layout for Category Listing pages
  • Storefront: Coupons can be added to URLs and automatically applied. See Coupon Referrers
  • Storefront: Group Discount tax calculation fixes.
  • Storefront: Coupon with excluded products tax calculation fixes.
  • Storefront: Responsive Classic template product images (main and additional) now shown in a modal dialog rather than a popup when clicked. See Popups.
  • Storefront: Manufacturers sidebox shows scaled images.
  • Storefront: PayPal date handling standardized.
  • Storefront: PayPal Express Checkout zone and country correctly set for tax handling.
  • Storefront: Shipping modules now visible in Shipping Estimator when zone restriction and non-pulldown state setting is used.
  • Storefront: State dropdowns are now sorted alphabetically for all countries.
  • System: All "extra" folders are now loaded alphabetically. In prior releases, they were loaded in filesystem order, which would sometimes result in system-dependent issues.
  • System: The issue that caused the Uncaught IntlException: datefmt_create: invalid locale: U_ILLEGAL_ARGUMENT_ERROR problem for users running PHP 8.1/8.2 no longer requires configure.php changes.
  • Database: Correction of known issues with zones.
  • Installer: Improved UI and progress reporting in zc_install.

Lire la suite: https://www.zen-cart.com/showthread.php?230040-Zen-Cart-2-0-0-Released

1.5.8a


23 Mars 2023 - 50MB1.5.8a
  • Admin: Separate flags for display images on packingslip and invoice.
  • Admin: Add legend to EZ-Pages admin page.
  • Admin: Aliases added for renamed functions to make plugin upgrading easier.
  • Admin: Dashboard order status links fixed.
  • Admin: Fixed search to accomodate special characters.
  • Admin: Search box removed during add by ID for specials, featured pages.
  • Admin: Updated CKEditor for HTML5 compliance.
  • Core: Addition of aliases for renamed functions.
  • Core: Improve compliance with PHP 8.2 rules.
  • Core: Show language_id in debug logs to assist in handling language file fixing in multilanguage stores.
  • Documentation: Added upgrade document back into the distribution.
  • Storefront: Added support for template_init scripts to be run when switching templates.
  • Storefront: Allow plugins to skip substring matchine language file loads for legacy files.
  • Storefront: Removes requirement for USD as a currency when using PayPal.
  • Storefront: Transaction id missing from PayPal email fixed.
  • Templates: Allow a template to register as single column only.
  • Upgrade: Resolved zc_install upgrade checks affecting sites using prefixes.

1.5.8
  • Admin: Option Name Comments now have configurable positioning (above or below the option).
  • Admin: Improved dashboard performance.
  • Admin: Implement "forget" option for customer deletion to support GDPR.
  • Admin: multiple per page javascript now supported in Admin.
  • Admin: multiple per page CSS now supported in Admin.
  • Admin: more notifiers.
  • Admin: Improved appearance of pages: Manufacturers, EZ-Pages, Countries.
  • Admin: Manufacturers edit page now allows you to feature specific manufacturers on the storefront Brands page.
  • Admin: Warning when downloadable products are misconfigured, both on Downloads Manager and shipping module screens.
  • Admin: Product search in admin improved.
  • Admin: Show image when viewing categories containing products.
  • Admin: Indicate on listing page if product has quantity discounts.
  • Admin: Copy product now correctly copies downloads.
  • Admin: Copy product works on products with long names.
  • Admin: Help now available for modules.
  • Admin: Correct issues in Media Manager.
  • Admin: Delete, Move or Copy of product from search results now operates as expected.
  • Admin: Customers can now be assigned to multiple groups.
  • Admin: Improve performance of Orders page.
  • Admin: Simplify switching display options on orders, invoice and packingslip pages.
  • Admin: (Optionally) show zone information on Orders page.
  • Admin: Layout boxes controller improvements.
  • Admin: Address formats extended and updated.
  • Admin: Extend Store Manager's Cleanup Debug Log Files function to remove Square and Bambora logs.
  • Admin: Correct counts for queries split over multiple pages.
  • Admin: "Send Copy" email fields can now be cleared when not needed.
  • Core: Stores may be configured to return HTTP 200 for disabled products instead of HTTP 404.
  • Core: Detect bad URL input and avoid creating PHP logs.
  • Core: Rename "Advanced Search" to simply "Search".
  • Core: Added notifier hooks on add-to-cart attempt, contact us email, change shipping/payment info.
  • Core: Event aliasing added so notifier names can be changed without breaking older plugins.
  • Core: Continued function consolidation initiated in 1.5.7.
  • Core: Renaming targeted functions to improve clarity.
  • Core: Language loading moved into arrays to prevent PHP duplication notices.
  • Core: Customer class introduced to consolidate customer table related logic.
  • Core: Manufacturer list not shown on search page if no manufacturers defined.
  • Core: Plugin manager improvements.
  • Core: Order weight now captured.
  • Core: Fix for orders being marked free shipping because of misconfigured downloadable product.
  • Core: Consolidated and improved JavaScript checks related to countries with states.
  • Core: Updates to vendor libraries jQuery, MobileDetect, phpMailer.
  • Core: Updates for PHP 8.1 and 8.2.
  • Email: Improved appearance of HTML email.
  • Storefront: Log account creation IP Address for fraud tracking and GDPR delete requests.
  • Storefront: Improve checkout flow labels and descriptions.
  • Storefront: Shop by Brand page added, listing all your manufacturers, with featured manufacturers at the top.
  • Storefront: Account History page is now paginated.
  • Storefront: About Us page is now built in.
  • Storefront: The Order Status page (from the One Page Checkout plugin) now built in.
  • Storefront: Site Specific define file provided to permit customization without modifying core files.
  • Storefront: Continue button on checkout_payment page is disabled if the Terms and Conditions tick box is present and not ticked.
  • Storefront: Option Name Comments may now be displayed above or below the option via an admin setting.

Lire la suite: https://www.zen-cart.com/showthread.php?229371-Zen-Cart-1-5-8a-Released

La démonstration en ligne fournit des versions de démonstration de Zen Cart aux fins d'évaluation. Ces versions de démonstration en ligne sont réinitialisées fréquemment et sont configurées sans plugin ni thème.

2.1.0

Affichage Front-end

Affichage Back-end
La vitrine met en vedette des sites web activés par Zen Cart pour démontrer l'éventail des possibilités offertes par l'application.
© 2004 - 2025 Installatron LLC. All rights reserved. Privacy Policy.