
Search In
Customer login issue is just because of 'form_key' value.
So , to avoid this error open your login.phtml file and place the below code under form tag -
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/
While working on linux we usually need command to copy folder from one location to another , this can be archived by simple console commands in a simple way :
cp -r sourcedir targetdir : Where -r means recursively i.e all the files in a folder
For
Important steps or points to be followed before posting any blog.
Creating a unique technological blog every time seems to be a question in everyone’s mind.
It is to be noted that just uploading codes doesn't count as good blogging. One needs to sup
An electronic book is commonly known as eBook or Digital Book. Printed books are always been familiar to all the people from a very long time, as everyone from his/her childhood to older ages are involved in reading books whether it is related to the
Issue to update shopping cart quantity in magento -
To solve the issue go to your theme's cart.phtml file find the form tag then
add
<?php echo $this->getBlockHtml(\'formkey\') ?>
after start form tag like -
Hey guys, Welcome back to "Part 3 - Types on Mask in Photoshop".
OK Let's get started.
Question 1: what is Vector Mask?
Vector means a path or shape which will not lose the quality if we increase or decrease its size.
The vector Shapes or path ar
STLC (System Testing Life Cycle)
The process executed in planned and systematic manner to test the working and functionality of software application is known as Software Testing Life Cycle (STLC). In lay men language we can say that, STLC is a proce
The code below will help, how one can use selector "class" to sum all the values in different input box in a Form.
<pre><pre>&lt;pre&gt;&amp;lt;script language="javascript"&amp;gt;
function su
If you want to scroll the tableview to the top row or bottom row right after it appears. Then do one line code to achieve this.
Scroll table to the bottom row position
[_tableViews setContentOffset:CGPointMake(0, CGFLOAT_MAX)];
Scroll table to the
What is Keywords Researching
“Keyword researching” is the most important step in Digital Marketing, as it is about finding and researching actual search terms that people enter into the search engines while doing a search. SEO Professional search fo
