To get started just download the Live-Sync Studio business modeler.
To Register and get the full version Goto HELP>Register in the Menu.
Use the discount coupon: CPN80525856445 to get -99$ discount
(Innovators Discount)
The Live-Sync Studio software is developed to test Magento offline without running any hosting. You can get to know Magento without using any hosting.
Easily create a new Magento Project. Select your favorite Magento version and start building!
We have currently developed a version for Windows and are developing for Mac OS and Linux in the future. Make sure to support our development by buying a version.
Our core-architecture is build on the open-source Magento framework.
This means that developers can extend Magento just how they normally would.
Our Application layer in Live-Sync Suppliers and The Live-Sync Studio is closed-source to end users but developers can still build their own scripts to extend the platform using our Macro API and layer. Examples are included and this layer is extended with each update.
Our Studio makes it extremely easy to create your own Magento configurations or to even write any functionality using our included Macro Language!
Migrating to other servers is also very easy if you decide to.
You can take the Magento and Server layer logic/functionality with you.
Below is a graph of the open architecture
Investors may get the full-source of Live-Sync Studio to improve our software range or to create derivatives.
See more at the partner opportunities.
Projects are instantly deployed to your local environment.
Goto Develop > Create New Project
Easily create a new Magento Project
Just type your shop name and our modeler will create a project for you which is extracted from an archive.
Once it is deployed you will be taken to the installation screen.
Backing up your project is very easy!
You can just type your DB name from our environment without leaving your work space. Just goto Myshop>Settings> MySQL Database and you will have the option to create a new DB by just typing the name of your DB or backup your DB by typing its name.
Although your shop configuration is saved automatically when you deploy your offline shop you sometimes may want to enter specific details or information about your shop. This can be done in the My Shop Overview panel.
Please note that this part is in development and that you may not be able to use certain functions. This does not limit you in building your site. Please read also our roadmap.
Magstudio offers a complete codeless workflow to realtime edit fonts, layouts, css and all the graphical stuff you normally code!
You can graphically create and edit your designs without knowing any code or CSS.
Step 1: Hover over any element in your webshop skin.
Just hover your mouse in our Live-Sync Studio over any element.
Step 2: Click the element you want to edit
The properties panel will appear on the left side.
Step 3: modify the properties sliders to change text color, heights, images and much more.
Results: Changes will be previewed. Click save to save your modifications.
See here a quick introduction how to edit your skins.
Live-Sync Studio comes with a Macro editor to bridge the gap between offline processes and online processes.
With Live-Sync studio you can create your own scripts to perform simple calculations, similar you can do in Excel but now being executed by the Live-Sync Studio Platform.
E.g. you can write your own calculations, scripts or give customers interactive scripts. All scripts are executed by your System OS offline just as a normal Macro Editor would.
View our included examples.
Please note:
We are updating the Macro Editor with each release and update of Live-Sync Studio.
Currently Live-Sync Studio Macro Editor Support the popular Visual Basic (VBA) Language.
Visual Basic for Applications enables building user-defined functions (UDFs), automating processes and accessing Windows API and other low-level functionality through dynamic-link libraries (DLLs). It supersedes and expands on the abilities of earlier application-specific macro programming languages such as Word’s WordBasic. It can be used to control many aspects of the host application, including manipulating user interface features, such as menus and toolbars, and working with custom user forms or dialog boxes.
As its name suggests, VBA is closely related to Visual Basic and uses the Visual Basic Runtime Library, but it can normally only run code within a host application rather than as a standalone program. It can, however, be used to control one application from another via OLE Automation. For example, it is used to automatically create a Word report from Excel data, which are automatically collected by Excel from polled observation sensors. VBA has the ability to use (but not create) (ActiveX/COM) DLLs, and later versions add support for class modules.
VBA is built into most Microsoft Office applications, including Office for Mac OS X (apart from version 2008) and other Microsoft applications such as Microsoft MapPoint and Microsoft Visio, as well as being at least partially implemented in other applications such as ArcGIS, AutoCAD, CATIA, Corel Draw and WordPerfect.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
// Get all the unique words in the text. Print("This module counts unique products") Dim text As String text = GetText Dim wordList() As String Dim words() As String words = text.Split("") Dim wordValues As String = "abcdedfghijklmnopqrstuvwxyz1234567890" Dim isWord As Boolean Dim word As String Dim i As Integer For i = 0 To words.Ubound If wordValues.InStr(words(i)) > 0 Then isWord = True word = word + words(i) Else If isWord Then If wordList.IndexOf(word) < 0 Then wordList.Append(Lowercase(word)) End If word = "" End If isWord = False End If Next wordList.Sort Dim output As String output = wordList.Join(EOL) SetClipboard(output) Print("Paste now new from clipboard") // Get all the unique words in the text. |
1 2 3 4 5 6 |
'Get data from left window dim datainput as string datainput= gettext print gettext |
Please note this module comes with the Live-Sync Platform.
If you don’t have ordered the Live-Sync Platform and have your own Third Party hosting you can still download our supplier module
Easy access your product imports without leaving your Magento Environment.
Free for all!
Download here
Screenshot
Turn cache off and upload included subfolders into the root of your magento store. e.g. /public_html
Live-Sync will be integrated into your store, never leave your store environment again but easy manage your daily imports from your Magento back-end.
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.