Quote from: Sirigos on May 27, 2008, 19:41:18And I have select to setup my shop it with the Magento.Tell us Sirigos, don't you have the same feeling about Magneto? I had an impression that it is slower then, eg. OScommerce.
And I have select to setup my shop it with the Magento.
Forget the bridge solution. Notice: component EDir for elxis 2006 had a shopping cart extension that supported most of the above features. I can send you some sample files to help you although they are copyrighted by me.A shopping cart component needs A LOT OF WORK to be created. Shopping carts are very complex and difficult applications.
What about bringing VirtueMart to Elxis ?
Yes , But I mean we can read all codes and make changes in every where that need ...
Forget the bridge solution. My recommendations: 1. For large stores: use a standalone shopping cart (Magento is nice), not elxis. Do not try to bridge it with Elxis CMS.2. For small to medium stores: Create an Elxis component.3. For small stores with few products you can follow a smart and easy solution: Use content items to display your products and a payment component/bot for the payments. There is a joomla component working like this. You can also use my free bot for payments via paypal.If you wish to built a shopping cart component for Elxis I can not participate, as I have no free time, but I will help as much as I can. That component should have the following characteristics:1. Use Elxis native core functions (utf-8, file manager, access system, language and rtl, UPL for sending notifications in user's preferable language, adodb compatible, installation using XML schema, multi-lingual XML parameters)2. Object Oriented (OO) programming using PHP 5.3. Compatible with MySQL, PostgreSQL, Oracle, msSQL4. Ability to pay online at least via paypal, authorize.net and proxy pay 3.5. User should be able to create unlimited categories and sub-categories.6. Ability to enter each product title and description in a number of languages (like the Reservations component, I can show you how to create a dialect system).7. Product features and variants (some of them may affect the final price).8. VAT zones for proper VAT calculation.etc...Notice: component EDir for elxis 2006 had a shopping cart extension that supported most of the above features. I can send you some sample files to help you although they are copyrighted by me.A shopping cart component needs A LOT OF WORK to be created. Shopping carts are very complex and difficult applications.