's Archive

Setup Magento Permissions Script

This item was filled under [ Tutorials ]

Magento permissions can be an absolute pain! Use one of the solutions below to setup Magento permissions easily. 1. SSH Script #!/bin/bash find www -name .htaccess -exec chmod 604 {} ; find www -name *.php -exec chmod 644 {} ; find www -type d -exec chmod 705 {} ; 2. SSH Command Line find ./ [...]

Continue reading...

Tagged with: [ , , , ]

Magento Server Migration Guide

This item was filled under [ Tutorials ]

If you need to migrate Magento from one server to another here’s how to do it. BEFORE YOU BEGIN: Login to admin panel > System > Configuration > Web and set both the secure and insecure base urls to this:  {{base_url}} Then change the base url back once migrated across. BEGIN: Upload a fresh copy [...]

Continue reading...

Tagged with: [ , ]

Magento Server Requirements Test Script

This item was filled under [ Tutorials ]

If you’re wondering if your server is going to support MagentoCommerce then this utility will be of use. Simply download, extract and upload the magento-check.php file to your server and head to the URL to see if anything needs enabling, upgrading etc. You can find the full server requirements here. Download:

Continue reading...

Tagged with: [ , ]

New Free Template coming soon…

This item was filled under [ FREE Magento Templates ]

2 weeks running! If you don’t know already 2 weeks ago saw the launch of OSETemplates.com and things have been heating up! We’ve instantly gone from a 0 to 100 /day visits from Google alone, on terms such as Magento Templates, Free Magento Templates and Magento Open Source Ecommerce Templates. So… whats next? Well we [...]

Continue reading...

Tagged with: [ , , , , ]

Magento Templates, Themes, Plugins & Software

This item was filled under [ Uncategorized ]

Here you’ll find all of our Free Magento Templates, Themes & Plugins downloads. As downloads come in we will add them to this page. If you have something you would like to add, please contact us. Free Templates Recommended Editors EditPlus For me (Stefan), EditPlus has to be the best editor on the market for [...]

Continue reading...

What is Magento?

This item was filled under [ Tutorials ]

You may have landed here and ask, what is Magento and what can it do for me? Well here’s a couple of Youtube videos which give a great overview. Magento – Frontend Tour Magento – Backend Tour

Continue reading...

Free Template: Magento Blue Theme

This item was filled under [ FREE Magento Templates ]

If a Blue Magento Theme is what you’re looking for then this may just be the one. A nice clean design with web 2.0′ish look really shows what is possible with a few subtle changes to the Magento default install. When you compare the default Magento theme to this blue theme you’ll see that only [...]

Continue reading...

Tagged with: [ , , , , ]

Magento Blank Starter Design Template (Theme)

This item was filled under [ FREE Magento Templates ]

Here’s a great blank Magento starter template to get you going on creating your own custom Magento design. The CSS, Layout and Template files are stripped to the core and perfect for developing your own custom Magento template (theme). This is a great theme to use for wire-framing or as a base for developing a [...]

Continue reading...

How to enable custom Magento Templates & Themes

This item was filled under [ Tutorials ]

Magento templates are split in to two areas: Directory 1: app/design/frontend/default/default/ — This directory contains the layout, translation (locale) and template materials. Directory 2: skin/frontend/default/default/ — This directory contains the images, CSS and block-specific Javascripts. You’ll notice the structure in our template .zip files is: /app/design/frontend/default/template_name /skin/frontend/default/template_name To use our Magento Templates you simply need [...]

Continue reading...

Tagged with: [ , , , , ]

Setting up a blog inside your Magento store

This item was filled under [ Tutorials ]

For selling products, especially online, one thing is very imporant. Listening to your clients. If you listen to your clients and know exactly what they want, you can target your ecommerce website to their needs and sell more products. A great way to do this is by using a blog inside your Magento ecommerce store. [...]

Continue reading...

Page 2 of 3123