Add link to CMS page from admin panel magento - magento

How to add link to CMS from product description part with admin panel.

You can add relative a link in the product description like this:
Anchor text here
But in order for this to work you need to allow store (media and skin) directives in the description. This can be enabled from System->Configuration->Catalog->Frontend->Allow Dynamic Media URLs in Products and Categories. Set the field to yes and clear the cache.

Place the anchor tag with href as below:
href="{{store url='about-magento-demo-store'}}"
Replace "about-magento-demo-store" with cms page code.

You can normally place an anchor tag to give any link in the Product Description section or you can use the WYSIWYG editor also by clicking on the WYSIWYG editor button just below it.

About US
here about us is just example link you can add your cms page link with just replace with aboutus
hope this help you

I got the solution. Just this href="/faq#washable"
Thanks guys :)

Related

Magento layout block

i changed the images directly in the coding of the home page in the panel
and now its showing on the home page only before doing this it was showing on every product page any help will be appreciated.
Home Page - Screenshot
Product page - Screenshot
I think in homepage you have used 2columns-left layout and for product detail page 2columns-right layout, so you have to check into both layout's phtml file and check if anything(e.g. cms-block) missing for product detail page.
I think this is cms block which are calling on different positions first find block id for this and from admin disabled that block if you want to remove it thanks

adding slider in magento to cms page

{{block type="bannerslider/default" name="bannerslider.bannerslider" template="bannerslider/bannerslider.phtml" bannerslider_id="your_bannerslider_id"}}
I am trying to add a slider using the above code, to a cms page in Magento.
My banner id is called mySlider, so have done:
{{block type="bannerslider/default" name="bannerslider.bannerslider" template="bannerslider/bannerslider.phtml" bannerslider_id="mySlider"}}
Nothing shows.
I saw that someone recommended setting each banner to the day before it was creating but that didn't work either.
You should copy module files to your current template files. So that you have bannerslider/bannerslider.phtml in your templates folder.
Also look if slider is active and with slider content.
You should use the banner ID which is the number in the first column in the admin panel (under the section for managing the slider). What you are using now is simply the title.

Change CMS page content in Magento (orders and returns footer link)

I have been searching for hours for a solution to this. I want to change the content of the footer link Orders and returns to just read " please contact us for your return authorization number, and our phone number. I can't seem to find where this information resides.
EDIT: I would like to change the form that appears when the "Orders and Returns" link in the footer is clicked
Are you trying to change the content of a page that is link from the footer of your site?
If this is what you are trying to do, then go to that page and look at the title in your browser then go to the admin -> CMS -> Pages and look for that title

Product admin image tab location in magento

Where is the product admin image tab located in magento? I want to use grid of images.Or give me the path where the tabs (prices,General,images etc) are added to product tab list.
Thanks in advance.
If your speaking of code (am i right?)
Take a look at the class Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs. The tabs are created in the _prepareLayout() method.
The image Tab is handled separately with the Mage_Adminhtml_Block_Catalog_Product_Helper_Form_Gallery_Content and is added to the product edit page via the Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Attributes::_getAdditionalElementTypes() function

Magento in admin panel when click on edit custome it blank can't work?

My Magento Version is 1.5.1.0-rc1.
When Click on Customer Tab and Manage customer then it will show customer detail proper but when click in edit then give me header and footer without body middle content. Pls help me and give me suggestion what's problem..
Please view attachment ans01.jpg and ans02.jpg.
ans01.jpg is list of customer detail and ans02.jpg is edit page.
Please check your customer.xml in app/design/adminhtml/default/default/layout/customer.xml and check if the below xml tag are there. If not please check any file will override this cutomer edit action?
<adminhtml_customer_edit>
</adminhtml_customer_edit>
write below code in index.php file and save it to display error
error_reporting(E_ALL);
ini_set(“display_errors”, 1);
Then write down error what is the exact error in your magento.
For more detail please check this link:
http://bitly.com/hhtaEG
Enjoy !!!!!!!!!1

Resources