What is Joomla?

Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone. ... Readmore

What is Magento ?

Magento is an open-source ecommerce web application launched on March 31, 2008. It was created by Varien, building on components of the Zend Framework. Magento is available under the Open Software License version 3.0. Since version 1.1.7 some parts are licensed under the Academic Free License version 3.0...Readmore

My contact

Hi, my full name is Hien Duc Huynh, I am Vietnamese. Now, I am living in Ha Noi city.

Magento 1.4.0.1 to 1.4.1.0

Using SSH, go to the root directory of your Magento installation.

./pear install magento-core/Mage_All_Latest

Then

./pear upgrade-all

Then log in to your admin section, and refresh all caches.

magentocommerce.com

Magento CE Version 1.4.1.0 Stable - Now Available

We are excited to announce the availability of Magento CE Version 1.4.1.0 Stable for upgrade and download.

Some of the highlights of this release include: Enhanced PayPal integration (more info to follow), Change of Database structure of the Sales module to no longer use EAV, and much more.

To see a full list of features and fixed issues please visit our release notes page. Diff files are available here.

Please Note:  Since Database upgrade from EAV to flat sales might be a very heavy operation and can take up to several hours depending on number of orders and environment, please make sure to test the upgrade on a non-production environment and make sure the max_execution_time PHP option has appropriate large value that can handle this operation. We do NOT recommend upgrading a production installation of Magento directly. Please backup database and all files before upgrading. Please make sure to check file permissions before trying to upgrade through your Magento Connect Manager.We highly recommend disabling Magento cache before upgrading.

Read more...

How to install Magento Theme

When the theme is downloaded, you should uncompress it and upload the theme and the Skin folders of the Magento installation through FTP under the corresponding locations:

magento_folder/app/design/frontend/default/

and

your_magento_folder/skin/frontend/default/

Then the two folders should be renamed to match. As an example we will install the Modern theme. The names of the folders are modern-theme and modern-skin. They both have been uploaded to the respective locations and renamed to modern. Because the installation of the script was performed in the public_html/magento folder, the corresponding locations are:

public_html/magento/app/design/frontend/default/modern/

and

public_html/magento/skin/frontend/default/modern/

When you upload the folders, navigate to your Magento admin area -> System -> Configuration -> Design. Click on the option Themes and enter the name of the theme in the Default, Layout, Templates and Skin fields. Picture Click on the button [Save] to install your new Magento theme.

Read more...

Contact form not working after upgrade

Form not working after upgrade

Unable to submit your request. Please, try again later

It is a theme update thing. Replace yourtheme/yourtheme/templates/contacts/form.phtml with new base/default/templates/contacts/form.phtml

Or

Read more...

Permanent Link to Retrieving URL paths in Magento

Magento comes with built in function for retrieving URL paths. Function is called getBaseUrl() and its located under Mage class. However, function is not documented as it should be. Documentation only states that function retrieves $type parametar which is by default equal to “base”.

Read more...

Add Home Link with functional active state to Menu Bar

UPDATED: Included the following alternative method to add a home link with functional active state to the menu bar.

Add Home Link with functional active state to Menu Bar (Alternative Method)

Find the file called top.phtml in app/design/frontend/default/yourtheme/template/catalog/navigation/ and make the following change:

<div class="header-nav-container">
 <div class="header-nav">
 <h4 class="no-display"><?php echo $this->__('Category Navigation:') ?></h4>
 <ul id="nav">
 <!-- ALTERNATIVE HOME BUTTON HACK -->
 <li class="home"><a href="/<?php echo $this->getUrl('')?>"><?php echo $this->__('Home') ?></a></li>
 <!-- ALTERNATIVE HOME BUTTON HACK -->
 <?php foreach ($this->getStoreCategories() as $_category):?>
 <?php echo $this->drawItem($_category) ?>
 <?php endforeach ?>
 </ul>
 </div>
 <?php echo $this->getChildHtml('topLeftLinks') ?>
 </div>

Add the following to the menu.css file in skin/frontend/default/yourtheme/css/. This example is for a CMS home page which uses cms-home class in its body tag.

Read more...

Display Hits At Joomla! 1.5

Show Hits at Joomla Category (Section) Pages with Each Item:

You want to show the hits for every article in category page too?

You need to add the following code in your category page:

<?php if ($this->params->get('show_hits')) : ?>
 <span class="articlehits">          
 (Read : <?php echo $this->item->hits; ?> times)
 </span>
<?php endif; ?>

You can change the "Read...times: " with anything you want...

Ideally your joomla template should have html override folder... i.e. you need to open this blog_item.php file, and add the above code where you want to display the hits.

your joomla template > html > com_content > category(section) > blog_item.php

This will work perfectly for you I am sure as we do this daily :-) If you do not know how to edit template or your current tempalte dont have the html override folder, let us know, and one of our coder will do implement this for you.

Read more...

Updating Jm Tube to Magento 1.4.0.1

With the recent release of Magento version 1.4, many people are having trouble upgrading their current Magento installation, or installing their template on a fresh Magento 1.4 installation. Today, I'll update JM Tube with steps. Please commtent to me If it is incorrect.

Read more...

Compatible with latest magento version

While I am updating magento 1.3 to magento 1.4, I have comparison :

Read more...

First JA Drupal Theme

JD Purity

Joomlart reported and outlined in the Blog Announcement, We are proud to release the preview of First JA Drupal Theme – JD Purity. JD Purity, at its core includes features similar to JA T3 Framework, and it would be the first template in Drupal arena, to offer native Mobile / Handheld support, Native RTL language support.

Read more...

Page 1 of 2

  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  Next 
  •  End 
  • »