Richard Castera - Explorations in Software Development
Richard Castera - Explorations in Software Development
Browsing Tag
magento
Resources

Magento releases User Guide

May 19, 2009 2 Comments

Master the basics of running your Magento store using hands-on tutorials by Varien, the Magento Company.

The Magento User Guide provides the site administrator with detailed instructions addressing the platform’s innumerable functions. From setting up your store to managing your products, pages and promotions to generating detailed reports, our User Guide empowers our ever-widening customer to utilize the platform for all of its vast capacity. Serving as a handy problem solving solution as well as a practical step by step guide, our User Guide is sure to become a cost-effective partner in your Magento store implementation.

  • Download a sample chapter
  • Read the Table of Contents
Continue reading
Reading time: 1 min
Share:
Written by: rcastera
Resources Scripts

Magento – Re-ordering Block items

May 19, 2009 18 Comments

Magento has lots of blocks that display in the left and right columns (based on your layout). Changing the order in which they are displayed or sorted is easy. Navigate to the folder “app\design\frontend\default\YOUR_THEME\layout”. In this folder, there are several XML files which are called Layouts.

Magento Layouts are the tools with which you can assign content blocks to each structural block you create. Layout exists in the form of XML text-file and by modifying the layout you are able to move blocks around in a page and assign templates to the content blocks to produce markup for the structural blocks.

Continue reading
Reading time: 1 min
Share:
Written by: rcastera
Resources Scripts

Magento – Adding Static Block content to a Page

May 17, 2009 37 Comments

Add Magento static blocks to your page easily! Simply copy this line of code below where you want the static block to appear and change the ‘identifier’ to the identifier of the static block you created. That’s it!

PHP
1
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('identifier')->toHtml() ?>
Continue reading
Reading time: 1 min
Share:
Written by: rcastera
Resources Scripts

How to Delete Test Orders from Magento

May 15, 2009 36 Comments

Deleting your test orders currently requires running a script directly on your Database. Make sure you fully backup your database before doing anything! This script will delete all orders in the database and reset all order counters!

Continue reading
Reading time: 2 min
Share:
Written by: rcastera
Resources Scripts

Magento – Get the current theme folder

May 8, 2009 No Comments

If you ever needed to retrieve the path to your theme folder, you can easily do this by calling this function:

PHP
1
<?php echo $this->getSkinUrl(''); ?>

The code above will return something similar to: http://www.yoursite.com/skin/frontend/default/default/

Continue reading
Reading time: 1 min
Share:
Written by: rcastera
Resources Scripts

Magento – Retrieving Base URL Path

May 8, 2009 14 Comments

Anyone needing to retrieve the base URL path from Magento, just place this one line of code and there you have it! Hope this helps someone.

PHP
1
<?php echo Mage::getBaseUrl(); ?>
Continue reading
Reading time: 1 min
Share:
Written by: rcastera
Resources Scripts

Magento – Powerful Open Source E-Commerce Software

July 17, 2008 2 Comments

Magento is the open-source eCommerce solution that promises to revolutionize the industry. It’s modular architecture and unprecedented flexibility means your business is no longer constrained by your eCommerce platform. Magento is total control.

It provide the scalability, flexibility and features for business growth. Magento provides feature-rich eCommerce platforms that offer merchants complete flexibility and control over the presentation, content, and functionality of their online channel.

Continue reading
Reading time: 1 min
Share:
Written by: rcastera
Page 3 of 3«123

About me

Hello, my name is Richard Castera. I have more than 12 years of experience architecting, implementing, leading and launching large scale, high performance software products in a fast-paced agile environment.

Popular Posts

Magento – Display new products on the home page

May 20, 2009

How to Fix “Internet Explorer Cannot Open the Internet Site- Operation Aborted” Error

May 9, 2009

PHP – Convert Array to Object with stdClass

July 5, 2009

Categories

  • Home Automation
  • Resources
  • Scripts
  • SEO
  • Thoughts
  • Web Server

Tags

Apache Apple Bash CSS Drupal Free home automation htaccess Java Javascript Magento PHP raspberry pi SEO SQL thoughts Wordpress

© 2019 copyright Richard Castera // All rights reserved