Phoca Cart component version 3.5.0 RC has been released. This is development version and should be used only for testing. Don't use this version on production websites and don't upgrade your production websites to this development version!
If you update from 3.5.0 Beta, two SQL queries need to be executed in your database:
ALTER TABLE `#__phocacart_order_statuses` ADD COLUMN `email_attachments` text;
ALTER TABLE `#__phocacart_orders` ADD COLUMN `terms` tinyint(1) NOT NULL default '0';
Change #__ to your database prefix.
See demo: Joomla! Templates Directory
Changelog (compared to Beta version):
- Added new parameter: Load Minified Javascript Libraries
- Added new parameter: Category Alias Prefix
- Added new parameter: Order Global Top Description
- Added new parameter: Order Global Middle Description
- Added new parameter: Order Global Bottom Description
- Added new parameter: Remove IDs from URLs
- Added new parameter to Order Status: Email Attachments
- Added new feature: Email attachments
- Bar Rating Library updated
- Magnific Popup Library updated
- Ready for Joomla! 3.9.16
- Ready for PHP 7.4
Download (RC version): Phoca Cart download site
Demo: Joomla! Templates Directory
If you find any bug or you have some feature request idea, please post it to Phoca Forum. Thank you.