Edit Contact us page in Fabian

I bought Fabian magento. I have serveral questions. Please help answer them all if possible. thanks.

1) How do i edit and add information on the Contact Us page. I also want to add security images on contact us page. Please show me that.

2) How to change so that it says call for shipping instead of free shipping or fixed shipping rate? When check out, I want it to show "Call for shipping" How to edit that on shipping setting?

3. How do i add a new page for the bottom menu? i tried to add new page, but it doesnt show up on the site.

I look forward to your answers. Thanks.

1 answer

congtq 0.00 $tone August 7, 2010
Public

You read this thread http://www.joomlart.com/forums/showt…l=1#post183762 to turn on Template Path Hints.

1) How do i edit and add information on the Contact Us page. I also want to add security images on contact us page. Please show me that.

Then going to Contact page you can see Contact form is designed in app\design\frontend\base\defaulttemplate\contacts \form.phtml, change it as you want

2) How to change so that it says call for shipping instead of free shipping or fixed shipping rate? When check out, I want it to show "Call for shipping" How to edit that on shipping setting?

You will have to build a new Shipping Module, tutorial here http://blog.magentomagik.com/adding-…le-in-magento/
A simpler way, you only edit Free Shipping with other name "Call for shipping"

3. How do i add a new page for the bottom menu? i tried to add new page, but it doesnt show up on the site.

Go to Admin -> CMS -> Static Blocks -> Footer Links, click "Show / Hide Editor" then add new link

Code:

<ul>
<li><a href="{{store direct_url="about-magento-demo-store"}}">About Us</a></li>
<li><a href="{{store direct_url="customer-service"}}">Customer Service</a></li>
<li class="last"><a href="{{store direct_url="history"}}">History</a></li>
</ul>

Next, go to CMS -> Pages and add new page with Url key = history

#1

This question is now closed

Written By

Comments