HOW SMART IS YOUR RIGHT FOOT?

This is hysterical. You have to try this. It is absolutely true. I
guess there are some things that the brain cannot handle.

HOW SMART IS YOUR RIGHT FOOT?

You have to try this please, it takes 2 seconds. I could not believe this!
It is from an orthopaedic surgeon……… This will confuse your mind
and you will keep trying over and over again to see if you can
outsmart your foot, but, you can’t. It is pre-programmed in your brain!

1. While sitting at your desk in front of your computer, lift your
right foot off the floor and make clockwise circles.

2. Now, while doing this, draw the number ‘6’ in the air with your
right hand. Your foot will change direction.

I told you so! And there’s nothing you can do about it! You and I both
know how stupid it is, but before the day is done you are going to try
it again, if you’ve not already done so.

Send it to your friends to frustrate them too.

how to insert in magento category names?

Here i mention some of sample category name:

Main
Main/Sub
Main/Sub/Sub
Main/Sub/Sub/Sub
Main Featured

The above type useful for all magento category creating.

Here i attached sample .csv also.sample_csv_fileport_all_products

How to solve After importing Magento .csv file not showing product list and Images?

Hi,

This is very critical error in magento.
1. First you go admin
2. Select system => Click Export your xls file.
3. There you can edit the case sensitive file path and file names
4. And check your extensions (ex : .jpg). Some time this is have “.JPG” => This type not working properly so, you need to change this extensions.
5. And save your .csv file. Then import admin via.
6. Again Go to System tool =>Select Index Management => select all checkboxes and click “reindexed”.

now its working properly. that’s all 🙂

How to change root categorie name in magento?

Go to Admin => Go to catlog => Click Manage Categories.

1. Create one new categorie

2. Go to System Menu => Click Manage stores.

3. Click Manage Store => Select your Root Category in Drop Down Via.

that’s all. 🙂

How to Solve WordPress Error: Warning: Cannot modify header information – headers already sent?

This is mostly white space proble.

1. You go your theme

2. First you check the function.php any unwanted “White Spaces” before <?php OR ?> after.

3. Or header.php before the php tag unwated white space is there. Thta’s most of the problem. so, kindly remove that’s working fine.

I solved this that white space type only.

that’s all 🙂

How can i get magento import data’s?

First Go Admin Page => Select System => Click tools => Import Option.

Then Go below Instruction:

1. Go to FTP –>

2. Select Var/import/

Here you get your importing data’s.

that’s all 🙂

how split & substr & find numeric value in php?

Below Example is substr :
$check_allowed = substr($total,35);

Below Example is finding only in numberic value:
echo ereg_replace(“/[^0-9.]/”, “”, $total);

Below Example is convert float :
$check_allowed =(float)$total;
Below Example is finding dollar sign :

$price= $total;
list($symbol, $price) = sscanf($price,’%[^0-9]%s’);
echo var_dump($symbol).'<br />’;
echo var_dump($price);
Below Example is SPlit :
$check_allowed = split(‘;’,$total);
echo $check_allowed[1];

checking if condition :
if($check_allowed[1] >= “10.00”){
?>
<a target=”_parent” href=”<?php echo get_option(‘shopping_cart_url’); ?>” title=”<?php _e(‘Checkout’, ‘wpsc’); ?>”><?php _e(‘Checkout’, ‘wpsc’); ?></a>
<?php
}
else{
?>
<a target=”_parent” href=”javascript:alert(‘Sorry, your order does not meet the minimum order value of &euro;10’);” title=”<?php _e(‘Checkout’, ‘wpsc’); ?>”><?php _e(‘Checkout’, ‘wpsc’); ?></a>
<?php
}
?>

How to create contact page in Magento?

{{block type=”core/template” name=”contactForm” template=”contacts/form.phtml”}}

Additional information URL :
http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/contacts/add_fields_to_contact_form
http://www.magentocommerce.com/boards/viewthread/22807/
http://www.magentocommerce.com/company/contact-us/
http://sree.cc/magento_ecommerce_tips/magento-enable-contact-form-add-custom-field-link-to-top-menu

====================================================================================
Magento Re captcha extension is very useful, You guys go here and get that : http://www.magentocommerce.com/magento-connect/fontis-recaptcha.html

How to Popular Tag add & remove in Magento?

1. Go to Admin Panel

2. Select the Catalog => Select Add Tag

3. And what tag you want add here.

And watch below video tutorial url also :

http://fastdot.co.uk/magento-ecommerce/how-to-create-and-approve-tags-in-magento.html

Add :

appdesignfrontenddefaultyourthemelayouttag.xml

<default>

<!– Mage_Tag –>

<reference name=”right”>

<block type=”tag/popular” name=”tags_popular” template=”tag/popular.phtm”>

<action method=”setTemplate”><template>tag/popular.phtml</template></action>

</block>

</reference> </default>

Remove :

go to below URL.

http://stackoverflow.com/questions/2654515/removing-the-block-popular-tags-from-the-index-view-in-magento

Here some more useful things.

that’s all 🙂

This is custome tag add in home page option : {{block type=”tag/popular” template=”tag/popular.phtml”}}

© 2020 Spirituality