How to create pages in the footer in magento [closed] - magento

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have installed magento1.8.0.1, and also import sample data.
I added one more menus,
Now i want add pages like e-mail us, so i go to cms -> pages -> add new page ->. so it will be created, i want to know how to display that e-mail us page in footer.
Can anyone help me?
Thank you!!!.

There are various way, but for your quick reference:
Go to Magento Admin
Go to CMS Block
Edit Footer Links (Click on that name)
Do whatever changes you like and save that page.
Good luck!

Related

Which is the best way to add a profile picture code for users in a website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Hi I'm creating a website which has many users, I would like add a profile picture for every user and display it. Which is the best way to add either using server scripting (Ruby) or via HTML and java scripts?
One of the easiest way to do this (independently of any technology) is to have your website use Gravatars ("Globally Recognized Avatars") when available. You can then use a simple img to show it in any size you want :
<img src="http://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50" />
See here for more information.

Joomla extension for content [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need help to find an extension or a way in joomla to display an introduction of an article with an image, but when I click in the article it shows the full article without the image.
Thanks in advance.
this is pretty easy to do with native articles. Simply enable "show more" setting and keep image there, and use read more tag.
Until now best 3rd party components still are: Yootheme Zoo and K2
See this thread: Joomla template show image thumbnail on frontpage

Block magento website by users country? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i need to block the magento website by the visitors country without any extension , how to do it, where i need to edit the code? can i use .htaccess to do this?, else any native supports form the magento ?
please help me.
Thanks in advance
You can try Maxmind's mod_geoip apache module:
http://dev.maxmind.com/geoip/mod_geoip2
If you are using WHM/cPanel then it is easy to block entire contry IP ranges from firewall like CSF. For more details how to block entire country in CSF visit following URL:
http://www.vpsdiscussions.com/index.php/topic,87.0.html
I think this one is more accurate:
http://www.ip2location.com/blockvisitorsbycountry.aspx
This one is magento free module:
http://www.magentocommerce.com/magento-connect/et-ip-security.html
I already explained my experience here: http://www.magentocommerce.com/boards/viewth/viewthread/469503/
I just think you shouldn't block the whole site, just the prices. You couldn't believe how many people outside the US find us & we can point them to our european or asian partners.
Hope it helps

magento where to start foot print [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am working with giftcard and I want to investigate some behavior of giftcards. Being new to magento I am not sure where to start looking for a url
http://mysite.com/index.php/myspecificfolder/giftcardaccount/new
I am not sure what giftcardaccount is ? is it a folder or an action?
Also would be interested in "new"
Magento ver. 1.10.0.1
any help will be appreciated
thanks
giftcardaccount is a controller.
Look in: /app/code/core/Enterprise/GiftCardAccount/controllers/Adminhtml/GiftcardaccountController.php
The URL maps to the newAction() method.

Change Magento Layout on FAQ Page [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Can anyone assist me in changing the layout to 1column.phtml on the magento faq page? (mymagentosite.com/faq).
I have changed many lines in catalog.xml without luck.
Kind Regards.
If the faq page was created as a Magento CMS page you can change the layout of that one page by logging into admin then to CMS > Pages, click on the FAQ page, then under the Design section (left nav) you can change the layout template.
If you installed an FAQ type extension you will need to find the xml file of the extension itself in one of your themes.

Resources