The T-shirt existed quietly for some time but sales of the kitsch Three Wolf Moon T-shirt shot up 2,300% after a spate of ironic reviews went viral. The first review gave the shirt five stars, saying it “Fits my girthy frame, has wolves on it, attracts women” but “cannot see wolves with arms crossed”… and more funny reviews came along and the legend began:
…This item has wolves on it which makes it intrinsically sweet and worth 5 stars by itself, but once I tried it on, that’s when the magic happened. After checking to ensure that the shirt would properly cover my girth, I walked from my trailer to Wal-mart with the shirt on and was immediately approached by women. The women knew from the wolves on my shirt that I, like a wolf, am a mysterious loner who knows how to ‘howl at the moon’ from time to time (if you catch my drift!)…
Since then this video on YouTube has debuted and sales are higher than ever:
So, what are you waiting for get your own chick magnet Three Wolf Moon T-Shirt today! Check back and let everyone know about its powers.
Listen to the intervew with the manufacturer of the T-shirt.
It is a good practice to add nofollow attribute to the links that are not important from SEO perspective, so link juice is not trickled down to these pages.
These links are on the top of the Magento pages:
My Account | My Wishlist | My Cart | Checkout | Log In
Here is what you have to do:
1. Open the following file:
app/design/frontend/default/[*yourTheme*]/template/page/template/links.phtml
– Replace [*yourTheme*] with whatever the name of your theme is. Replace it with ‘default’ if you are using the default theme.
If you are wondering where in the code you can add rel=”nofollow’ to the top bits (view as Grid, sort by etc) of the category and search pages in Magento you came to the right place.
To clarify these links are are
http://www.domain.com/category?mode=list
http://www.domain.com/category?mode=grid
http://www.domain.com/category?mode=grid&limit;=9&p;=2
http://www.domain.com/category?mode=grid&limit;=15
etc.
Open the following file:
/app/design/frontend/default/[*your skin name*]/template/catalog/product/list/toolbar.phtml
– replace [*your skin name*] with the skin name you setup if you use a different design than the default.
If you are using the default design, replace it with ‘default’. In this case the file is here:
/app/design/frontend/default/default/template/catalog/product/list/toolbar.phtml
Install Midnight Commander
# wget http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-4.6.1.tar.gz
# tar zxvf mc-4.6.1.tar.gz
# cd mc-4.6.1
# ./configure
# make
# make install
If users are not listed in ‘AllowUsers’ list for SSH, these users will be blocked from accessing the server via SSH.
Users will need to be added to the /etc/ssh/sshd_config file.
add this line at the end of the file: AllowUsers username1