Collection of Best Woocommerce Rewards Plugins

Motivate your visitors to become loyal customers with the best Woocommerce Rewards Plugin! Why should you try Woocommerce Rewards Plugin? Rewarding your customers based on their purchases is one of the best ways to encourage them to back to your site.  In today’s collection, we will introduce you top of the best Woocommerce Rewards plugin […]

7+ Popular WordPress Social Media Plugins

With the sprightly development of Social Media platforms, nowadays they are considered a great place to expand and grow your business. You can take advantage of these platforms to reach out to a large of potential customers. In today’s blog, we show you a list of 8 remarkable WordPress social media plugins that will help […]

8 Best Free Joomla Photo Gallery Extensions

If you are dealing with creating a beautiful photo gallery on your Joomla website, then using photo retouching services is regarded as one of the most efficient solutions to handle this problem.  Now, we give you some wonderful solutions. Let’s go and grab the best FREE Joomla photo gallery extension suitable best for your website! […]

Top Best SEO Plugin For WordPress Website

Looking for the best SEO plugin for WordPress website? Don’t miss this blog today! Why should you use SEO Plugin For WordPress? WordPress is one of the best SEO friendly CMS. However, there are hundreds of SEO plugins available to improve and increase overall visibility of your WordPress website, so it is quite difficult to […]

SEO Optimization and Robots.TXT file

The robots.txt is a file containing information about which folders should be crawled and which should not by search engine bots. The default robots.txt file provided by joomla assumes that all CSS and js files are in the media folder, which is not the case of a lot of Joomla extensions (modules, components, plugins) and […]

How To Configuration Multilanguage Setup For VirtueMart

Before do that, you need to check some things: – Make sure Joomla 2.5.x multilanguage setup is correct. http://help.joomla.org/files/EN-GB_multilang_tutorial.pdf – Go to ‘Extensions’ – ‘Module Manager’ – switch from ‘site’ to ‘administrator’ in the filter dropdown list and publish Multilanguage Status. Then click on Multilanguage Status in the upper right menu line. If everything is […]

Translate Form Fields Using Language Keys

VirtueMart 2 allows you to translate many form fields by adding a language key. This is for all fields. We have an example: In a multilingual shop, you want to translate the gender-specific salutation (title) in the dropdown selection available in shopper forms. Take a look on this screenshot: Go to VM Configuration > Shopper Fields […]

The Basics Of PHP Programming

PHP has a quite normal coding syntax and can be read quite easily. This tutorial focusses on coding format and technics of the VirtueMart code. PHP is space insensitive like html. A ; ends a line. The = sets a value to a variable. The () indicate a function call, the content of functions is […]

Code adjustments for VirtueMart 3

Templating and layouts In VM3 we introduce a new feature ShopFunctionsF::renderVmSubLayout($layoutName,AssocArray) you can call with it very easy small sublayouts, or minilayouts. They are stored in FE/sublayouts and can be overriden using /templates/yourtemplate/html/com_virtuemart/sublayouts. The main differences are in the cart layout. There is a new feature which allows you to display shopperfields in the cart. […]

SVN Download

VirtueMart Source Code VirtueMart manages its own SVN repository on the dev.virtuemart.net SVN Server. So it allows you to check out the latest source code! In order to obtain the Sources anonymously (read only) you need to know: SVN URL: https://dev.virtuemart.net/svn/virtuemart User: anonymous (no password required) This is the SVN command that fetches the repository […]