How to change the Translation Inline?

Hi,

Anybody want to change the developer things going to change below url section.

1. Login Admin

2. Click System –> Configuration –> Developer

3. Click Translate Inline

4. Change Enable to Frontend “Yes”

5. Click Save Config

that is enough for all.

🙂

How install magento Language Translation?

Download Languages :

http://www.magentocommerce.com/translations

1. download language files and place them into the right folders (app >design >frontend >default >default >local)
2. Login to admin panel and go to System > Manage stores
3. Create a new store view or modify
4. Now go to: Configuration -> Current Configuration Scope (Select your language from the dropdown) and on the right side under “Locale options” choose the desired language.

5. Clear the cache (System – Cache Management)

Now go to: Configuration -> Current Configuration Scope (Select your language from the dropdown) and on the right side under “Locale options” choose the desired language.

For Magento left navigation IE7 issue css Problem Solved.

First you set #left-nav li {

position:relative;

}

#left-nav li ul, #left-nav li:hover ul ul, #left-nav li a:hover ul ul, #left-nav li ul li:hover ul ul, #left-nav li ul li a:hover ul ul, #left-nav li ul li ul li:hover ul ul, #left-nav li ul li a ul li a:hover ul ul, #left-nav li ul li ul li ul li:hover ul ul, #left-nav li ul li a ul li a ul li a:hover ul ul, #left-nav li ul li ul li ul li ul li:hover ul ul, #left-nav li ul li a ul li a ul li a ul li a:hover ul ul{
left:-1000px;
position:absolute;
z-index:999;
}
#left-nav li:hover ul, #left-nav li a:hover ul, #left-nav li ul li:hover ul, #left-nav li ul li a:hover ul, #left-nav li ul li ul li:hover ul, #left-nav li ul li ul li a:hover ul, #left-nav li ul li ul li ul li:hover ul, #left-nav li ul li ul li ul li a:hover ul, #left-nav li ul li ul li ul li ul li:hover ul, #left-nav li ul li ul li ul li ul li a:hover ul, #left-nav li ul li ul li ul li ul li ul li:hover ul, #left-nav li ul li ul li ul li ul li ul li a:hover ul{
position:relative;
left:0px;
top:0;
z-index:999;
width:193px;
}

this is very intersting. I found this solution for IE 7 drop down menu purpose.

How to install magento extensions?

http://blog.magentomagik.com/how-to-install-magento-extensions-magento-extension-installation-guide/

Left Navigation Menu List Search

Left Navigation Menu want go to here and get your menu link list.

http://www.magentocommerce.com/magento-connect/filter/all?query=Left+Navigation+Menu

some menus is price some menu need extension key.

Some Pages in Magento for Editing

Header & Footer
C:wampwwwtravelmagentoappdesignfrontenduniversialuniversialtemplatepagehtml

Header Menu & Footer Menu
C:wampwwwuniversial_magentomagentoappdesignfrontenduniversialuniversialtemplatecatalognavigation
C:wampwwwtravelmagentoappdesignfrontendtraveltravel_themetemplatepagetemplatelinks.phtml

Welcome Massage Store This place :
C:wampwwwuniversial_magentomagentoappcodecoreMagePageBlockHtml
C:wampwwwuniversial_magentomagentoappcodecoreMagePageetc

Edit All Skin Files Here
C:wampwwwuniversial_magentomagentoskinfrontenduniversialuniversial_themecss

xml files and catlog files path:
C:wampwwwuniversial_magentomagentoappdesignfrontenduniversialuniversiallayout

Right Col path is showing here (right_col.phtml) :
c:wampwwwuniversial_magentomagentoappdesignfrontenduniversialuniversialtemplatecalloutsright_col.phtml

How to Add Static Block to CMS Page?

There is certainly nothing fancy. Static blocks are a good way to allocate different types of data blocks to update content more easily.

There are only two simple steps for adding a static block of a CMS page. First create your static block. You will use the brand name for the CMS page. Let’s say for this example, we call identifier “home-page promotion.

Once your static block is done to change any CMS page that you want to block, and just put this code in exactly where you want to get:

{{block type=”cms/block” block_id=”your-blog”}}

Now you will reach good static block.

How to create paypal account in magento?

1. Login you magento account. Then you go to System –> Configuration
2. Select Paypal Section.
3. In mechant account section what value you need kindly check and Following setup.

Merchant Country – Select a country merchant, ie the country where the seller’s PayPal account is linked. The countries available for selection are classified according to the reference PayPal worldwide. If the country merchant is not specified, the default value of the Country field located under System→Configuration→General tab→Countries Options tab. Available payment selections below will be amended to reflect only those that are valid for this country.

E-mail address associated with PayPal Merchant Account – Enter the email address used to open a merchant account with PayPal. If not registered with PayPal, enter your email address. If the e-mail with the PayPal Merchant Account field is empty, the method of payment Website Payments Standard is not available and the method Express Checkout is only available if the references are given API. Instant Payment Notifications (IPN) PayPal is not available if the e-mail address to send the AFD and one in the configuration of different merchant account.

4. Select a PayPal Solution panel, select the PayPal payment method that you want in your store. Here some options available which option u need select this.

  • Express Checkout
  • Website Payments Standard
  • Website Payments Pro
  • Website Payments Pro Payflow Edition (includes Express Checkout)
  • Payflow Pro Gateway

the option what you need you can decide.

5. According to the method (s) you have selected, the panel corresponding payment will be available below. Each is described in more detail in the following paragraphs. Enter the required information for each payment method, PayPal (s).

6. After entering the configuration information required, click [Save Config] button.

Related Link : http://www.magentocommerce.com/knowledge-base/entry/setting-up-paypal-for-your-magento-store/

How to install Magento?

Check Below URL :

http://screencastworld.com/2010/03/screencasts/screencast-how-to-install-magento-commerce-1-4-using-the-full-release-bundle

how to call static block in magento

<?php echo $this->getLayout()->createBlock(‘cms/block’)->setBlockId(‘header_links’)->toHtml() ?>

More Reference URL :

http://www.magentocommerce.com/boards/viewthread/12594/

<li><a href=”{{store direct_url=”home”}}”>Home</a></li>
<li><a href=”http://www.yoursite.com/forum” target=”_blank”>Forum</a></li>
<li><a href=”{{store direct_url=”advice-tutorials”}}”>Advice Tutorials</a></li>

<li><a href=”{{store direct_url=’featured-products.html’}}”>Featured Products</a></li>
<li><a href=”{{store direct_url=”testimonials”}}”>Testimonials</a></li>

© 2020 Spirituality