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 ЁЯЩВ
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 ЁЯЩВ
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 €10’);” title=”<?php _e(‘Checkout’, ‘wpsc’); ?>”><?php _e(‘Checkout’, ‘wpsc’); ?></a>
<?php
}
?>
{{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
1. Go to Catalog
2. Create Product or Manage Product
3. Select your Correct Product Attributes
4. Go to Inventory => Select Stock Availability => Select In Stock
Other information what you want add here.
That is All ЁЯЩВ
http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/cms_and_home_page/add_featured_products_to_home_page
http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/catalog/add-attributes-to-product-grid
http://www.siteground.com/tutorials/magento/magento_product.htm
1. Go To Admin Panel
2. Click Catalog => Select Manage Categories
3. Add Categorie OR Edit Categorie
4. Select Display Settings
5. Choose Your Display Mode (Static Block only or what you want)
6. Choose CMS Block Name
And other details what you want you select and your faviour.
that’s all ЁЯЩВ
http://www.magentocommerce.com/boards/viewthread/26662/
http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/catalog/how_the_store_view_affects_categories_and_products
You put below 1 line query only in your page. Other queries you want use your style.
1. qtrans_generateLanguageSelectCode(‘dropdown’);
2. How to get current qTranslate language : qtrans_getLanguage();
3. How to avoid home link reset the current language : just put this line “bloginfo( ‘url’ );” in link part.
You find this line echo "<li $current>
<a href='".get_settings('home')."'>Home</a></li>";
and remove the href quotation part. then you put above line you can use very nice.
4.┬а Create dropdown fields for each language
<?php
foreach(qtrans_getSortedLanguages() as $language) {
echo $language;
}
?>
5. qtranslate language convert url :┬а <?php echo qtrans_convertURL($url, $lang); ?>
ЁЯЩВ that is all. Enjoy…
thanks for all google users. I found lot of time to spent this. I search more keyword then i find this above topics. So, again i tell you thanks for all google users.
Go Below URL :
http://www.magentocommerce.com/magento-connect/Magento+Core/extension/159/ideal-extension
Then You go Magento Connect Manager ->
Again You login same admin user & password.
Now go setting┬а –> There you change Preferred State to “beta”.
In the settings tab of the magentoconnect manager set the preferred state to: Beta and the install wil go.
then you go to install that is working well.
That’s all. ЁЯЩВ