Posts Tagged ‘Magento programming’

How to set multiple websites with multiple store views in Magento

Monday, August 16th, 2010

If you work with Magento, sooner or later you will end up needing multiple websites that have multiple languages. Most of you know this, but I hope someone will still find this post useful. Continue reading…

tools magento shop

Thursday, March 18th, 2010
Magento Store Installation, Configuration and Modification

Magento Store Installation, Configuration and Modification

Magento Store Installation, Configuration and Modification. You can view live site at: http://www.famatools.com/ Continue reading…

Magento FirePHP extension

Wednesday, March 17th, 2010

FirePHP is Firefox add-on that enables you to log to your Firebug Console, which makes it great debugging tool for any web developer. I’m using it, like it and can’t live without it for some time now ;) So here’s nicely packed Magento FirePHP extension, I believe you’ll be seeing it at Magento Connect in a while.

Continue reading…

Module replace product image by flash, video youtube, mp3 player in magento

Tuesday, January 19th, 2010

Hi Guy,

We created MediaUpload module in magento with features bellow:

In admin back end, you can Continue reading…

Magento slideshow homepage

Thursday, January 14th, 2010

Magento homepage slideshow

Magento homepage slideshow

Continue reading…

Install TinyMCE, FCKeditor into Magento

Thursday, December 31st, 2009

In Magento. WYSIWYG editors are a convenient way to add content to products, content pages, and categories. WYSIWYGs also have the added advantage of being more human-readable. There is a WYSIWYG editor installed with Magento: TinyMCE, developed by MoxieCode. If you’re not a big fan of TinyMCE or just want to try something new, you can also easily install and run FCKeditor.

Continue reading…

javascript in Magento Not Working (js 404 error)

Saturday, December 26th, 2009

While i was installing a Magento oscommerce platform I encountered a problem, a new problem i might add, because i never saw it before. I’ve worked before with Magento but never had any issues. This time, after getting it up and running i noticed that my admin menu wasn’t working, the options weren’t dropping down as usual.

You obviously can’t work without a menu so i started googling the issue. The first page i looked into gave some indications but nothing clear, and those guys we’re having the problem on ver 1.0 of Magento which is really old.

After trying and testing various methods i finally got it to work, and here is how i did it:

  • step1: replace app/code/core/Mage/Page/Block/Html/Head.php with this head head.php
  • step2: chmod 755 the js/ folder, and folders within.
  • step3: chmod 644 the javascript files inside js/lib/
  • step4: chmod 644 js/index.php

Source:proxyutza.com

Get admin accounts in magento

Wednesday, December 23rd, 2009

To get list admin accounts in Magento Opensource just use script bellow:

1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$model = Mage::getModel(”admin/user”);
$admins = $model->getCollection();
foreach($admins as $admin){
$admin->getUsername();//get username of admin.
$admin->getWhatYouWant();//or other fields.
}
//Example: get list emails admin accounts
$list_emails = array();//get list emails admin.
foreach($admins as $admin){
$list_emails[] = $admin->getEmail();
}
?>

Magento Template Integration

Friday, December 18th, 2009

anh_13Our deliverables are default Magento theme that will meet your critical demands of a standard HTML/CSS coding, W3C Validation, SEO implementation for further upgrade.

We have a showcase of cutting-edge designed templates for the Magento Commerce platform.

Continue reading…

Single/ Multi-store Website Development and Customization

Friday, December 18th, 2009

anh_16Whether you are in need of a fully functioning store or a store which is only a part of your website, we are committed ourselves to leverage the maximum power of your shop using Magento platform and its extensions. Once it requires customizing any modules and installing necessary extensions, our developers will render the most accessible, well-performed and flexible stores possible for you to achieve your business goals.

Continue reading…