This module provides a new entity type for stores called commerce_store. Using this module we can create a lot of different stores. Each product has an Store reference which determines which store owns that product.
Bitcoin is the most popular cryptographic currency. Unlike traditional currencies, bitcoin is not centrally controlled. It’s a truly distributed online currency. It’s backbone is cryptography. Bitcoin exchange rate, as of now, is $234 for 1 BTC (Bitcoin). Bitcoin is accepted in only a few online spaces.
Guys, as all of you know, I am from Kasaragod (even though some of you call it ‘Kozhikode’), the northern end of Kerala. The distance from Kasaragod to Trivandrum is around 469 kms, covering almost 10 districts of kerala. I prefer to travel by train especially in the evening since I can reach home after a good night’s sleep. Yeah, its really like I have reached my dream destination after a long, sweet dream.
It all started when Yaser sent a mail to the team about an upcoming Technopark event “Prathidhwani Football League” organized by Prathidhwani, a non-profit, voluntary, socio-cultural organization of Technopark employees. When I received this mail, I was very excited because of my passion for football, and immediately went to talk to Yaser about it. My enthusiasm and confidence motivated him to join me in putting together a team for the tournament. And THAT was quite a difficult task!
Selenium IDE is an Automation testing tool that provide Record/Playback tool for testing website. IDE stands for Integrated Development Environment. It is implemented as Firefox Add-On and allows recording, editing and debugging test. Usually Screenshot are taken for all type of application testing such as Web based, Product base etc.
I had a requirement to post videos on a Facebook fan page from our Drupal website. On submitting a Drupal form, I have to post an video on Facebook. We need to access Facebook api so we have to download Facebook SDK for PHP.
Now a days for almost all the website have atleast one read more option. Read more options are mainly for excluding the full content of a text or a paragraph to improve its visibility for the user. By the read more option user gets the freedom to view the full content if the user wants.
User permissions are permissions that allows or restrict the user in accessing a feature. We can define our own permissions in our custom module using the hook_permission() function.
Selenium IDE is an Automation testing tool that provide Record/Playback tool for testing website. IDE stands for Integrated Development Environment. It is implemented as Firefox Add-On and allows recording, editing and debugging test. Suppose you have Drupal website where user can purchase ticket through online platform.
Leaflet is a modern open-source JavaScript library. It can be used for building mobile friendly interactive maps.The following steps should be added before writing any code for the map.
Your wedding is one of the most beautiful occasions in your life, and one of the most important things to do when you get engaged is build a wedding website. Obviously, it is the best and easiest way to share relevant information regarding the event with your guests.
Content marketing is one of the most affordable and effective ways to drive traffic to website and build awareness and reputation for your business. Content marketing basically involves preparation and distribution of content in order to attract, retain, and engage your target audience. Some of the most popular types of content include publishing status updates and photos on Facebook and Twitter, posting Q&As, blog posts, how-to articles, and posting videos on YouTube.
Using Drupal 7.x contributed Rules module we can write conditional actions on events. Conditions can be simple or complex. Here we are going to discuss how to write or configure rules conditional action on event validate commerce payment discount coupon.
Suppose you are working with OpenOffice Calc which requires lot of filters. And you want to replace a cell value with a digit to some text or value in another column. If this is the situation, then you can use a combination of IF() and ISNUMBER() to accomplish this task.
Guys, as all of you know, I am from Kasaragod (even though some of you call it ‘Kozhikode’), the northern end of Kerala. The distance from Kasaragod to Trivandrum is around 469 kms, covering almost 10 districts of kerala. I prefer to travel by train especially in the evening since I can reach home after a good night’s sleep. Yeah, its really like I have reached my dream destination after a long, sweet dream.
Command line provides a platform to that takes input from keyboard to interact with the operating system. In Linux Operating System's, the Command line is often referred to bash.
MySQL in Command Line
At Zyxware, our employees are our greatest asset. The diverse talent pool within the organization constantly ensures that we stay ahead of the competition and has earned us the confidence of our clients and stakeholders.
Most of websites today anywhere some time requires speech bubbles. Speech bubble are mainly used for themes purposes were we need to to display some thing different from other part of contents(Include certain text such as tips of any information). With out any images we can create the speech bubble with CSS alone for your websites. The speech bubble creation is not a big task we can create it simply with a few line of css codes
Suppose you have Drupal website where user can purchase product through online. The site allows two types of users such as Registered user and guest user.The site consist of Checkout Process so that customer can enter address details, card details in order to reach the product by hand. Some of the test case against Checkout Page is given below:-
SugarCRM is a model for managing a company’s interactions with customers. Sugar on Drupal module can be used for integrating SugarCRM with Drupal. SugarCRM stores the customer information in modular format. Before passing customer details to SugarCRM, if you want to check whether the entry already exists in sugarCRM then read on .