In this lesson we will know how to override language constants and install the component for e-commerce on CMS Joomla - Virtuemart. Language constants can be override in Extensions->Languages->Overrides Virtuemart is powerful tool for e-commerce web sites on Joomla....
Tutorials
Joomla. Create template. Override content component template and K2 category listing component
Today we will override templates for main content component and category listing template in K2 component. As in the last lesson our templates will be stored in /templates/joomla-demo/html template. In my opinion build-in content component is not good for organizing...
Joomla. Create template. Override menu and search module template
In this tutorial we will continue to create simple template for our Joomla site. Today we will make menu and search templates Menu and search are displayed on the site with corresponding modules - menu module and search module. All modules (build-in and installed)...
Joomla. Create template. Main template file
In this tutorial we will continue creating template for Joomla 3. Today we will work with main file of template - index.php While creating theme we use twitter bootstrap 4. Code is very simple. But we must consider special joomla tag jdoc. jdoc is special...
Joomla. Create template. Files and folder structure
In this lesson we will start to create template for Joomla web site. Before it we will consider template positions necessity. We will start template creating from basic structure of files and folders Any Joomla template needs templateDetails.xml and index.php files....
Joomla. Materials, components and modules
Last lesson we installed Joomla. Today we will create simple web site, considering some built-in components and modules. We will also install K2 component. This component is great decision for creating news sections, blogs on your site. Notice! I am sorry for php...
Joomla. Setup and localization
Beginning from this lesson we will start learning another open source CMS Joomla. It is also popular CMS like Wordpress. Joomla has hot a lot of tools for functionality extensions, including creating e-commerce. Today we will install Joomla on the server and localize...
Opencart. Short review
In this lesson we will consider CMS Opencart. Opencart is free open source code CMS for quick opening e-commerce. It is very simple for mangers and its code very clear for web developers. In this video I will make short review about build-in capabilities and files...
WordPress. Create theme. Options API. Create custom options
In this tutorial we will finish wordpress theme making. Our last task in this video series is to make page header text customizable in admin panel. For this purpose we will use wordpress api settings. To add new field in admin panel we will use register_settings...