Upgrading Magento Shopping Cart By SSH Access

Upgrading is just as simple as installation. Go to the directory of the Magento
installation you wish to upgrade and run the following:
./pear mage-setup .
./pear install magento-core/Mage_All_Latest
rm -rf downloader/pearlib/cache/* downloader/pearlib/download/*
After we’ve executed the previous command, the Magento installation will be
upgraded. We’ll just need to access it at its appropriate URL, as with the other
methods, and all MySQL related updates will take place.
If we need to clear our cache and sessions, we can use the following command:
rm –rf var/cache/* var/session/*

Upgrading Magento Shopping Cart By Magento Connect Manager
Once an update is available for Magento, we can load the /downloader/ directory
onto our chosen Magento installation URL. We are prompted with a login screen.

We type in our administration Username and Password for the chosen
Magento installation into the boxes, after which, we’re be allowed into the
downloader interface.

Here we can install new extensions (should we want to), at the top of the page.
Below, we find a Check for Upgrades button and a list of the extensions currently
installed. We can select re-install or un-install actions from the drop-downs for
each extension as we wish, and commit all the changes at once using the button at
the bottom.

Select Upgrade to… from the drop-down, in the extensions you want to upgrade,
and click Commit Changes at the bottom of the page. After doing this, a dialog area
appears which shows the progress, similar to how the install dialog appeared for
showing progress during installation.

We can access any URL in our Magento installation and all mySQL upgrades will
take place to complete the upgrade

Sun
24
Jan
11:14 am

Prestashop Template Free Download

Prestashop is fast grown web 2.0 Shopping cart, Smaller than Magento. This prestashop template have four columes listing products.Top photo flash player could show advertisement.

download

At Web Hosting Pad, we are very confident in our products and services. We provide a fast, reliable and comprehensive service that we believe you will be completely satisfied with.

Webhostingpad.com was formed in 2005 with a team of very successful and proven industry veterans, intent on delivering the best value in web hosting. With the growing need of affordable hosting, the company set out to deliver the best web hosting at a price where everyone can afford to have their piece of the world wide web. Web Hosting Pad will remain committed to delivering the best value in Internet hosting by providing a safe, reliable and efficient process to create an Internet presence. All with a price structure driven by value.

With Web Hosting Pad you can count on:

  • Award winning customer service
  • Quality brand name equipment
  • 99.9% uptime guarantee
  • State of the art Data Center
  • 30 day money back guarantee
  • Backup solution for your website
  • NO Hidden Fees !!

Oscommerce Template 24620 Download

24620-mSources Available: .PSD;.PHP
Full OScommerce store include 24620 template php source
Software Required:
Hosting with PHP5x and MySQL5x;
Apache only (on Unix/Freebsd/Linux/Windows);
Adobe Dreamweaver 8+ (or any php-editor);
Adobe Photoshop CS+;
For uncompressing a template ZIP package:
WinZip 9+ (Windows);
Stuffit Expander 10+ (Mac)

Buy it please contact us!

demo

osQuantum – Released by oscommerce develop team. its a new cart from oscommerce.
osCommerce v4.0 will be released as osQuantum v1.0 – ‘Quantum’ being the name of the new cart and ‘os’ signifying our ongoing commitment to Open Source.

Its a good news for us.There have more choice on shopping cart market and most of all osquantum will keep free.

from Magento.

Magento HelloPress Theme Available.

Two catagory Navigations, Modifying Frontpage Widget Slider.

Live Store

If you have interesting on this magento template please contact us.

The Latest Official Magento User Guide

Chapter 1: Introducing Magento

What is Magento
Magento is a new professional open-source eCommerce solution offering unprecedented flexibility and control. With Magento, never feel trapped in your eCommerce solution again.
Since it is open-source, Magento‘s code is available free for download. Just go to www.magentocommerce.com/download to download your copy today. In this guide we will introduce key concepts and walk you through setting up your Magento store, from installing Magento, to entering products.
Elements and Terminologies of Magento Sites
Magento is made up of a few different elements which define the functionality, design and business logic of the site. In order to follow along with the User Guide it is crucial that you have a good grasp of the terminologies used to describe these elements of the Magento system. The terminologies introduced in this chapter are most likely new territory for you, so take your time and read through them thoroughly. But most importantly, don‘t be discouraged if you can‘t fully grasp the concept of all these new terminologies – This chapter merely serves to introduce them, and further chapters will dig deeper into, and expand upon, these simple definitions.
Websites and Stores
One of the most powerful features of Magento is the ability to manage multiple websites and stores from one back-end. This allows store owners to manage stores on different URLs, display the same products in different languages on the same URL, along with a variety of other setups. If you will only be selling your products from one URL in one language you will not need to use this functionality, but the ability to easily expand into additional languages makes Magento scalable as your business grows out of your home market.
Websites
A website is made up of one or more stores which share the same customer information, order information and shopping cart. This is a very broad term that can be adopted to define the unique needs of individual merchants.
Stores
Stores can be setup in a variety of ways, but remember that if they are part of the same website they will share certain information.

Store Views
Store Views are mainly used for different languages, so if you wanted to have a store displayed in English and Spanish, for example, you could create the store once and create two different store views for that store. A few scenarios to define the different uses of website and store are as follows:
Scenario 1: One Website with multiple stores
Scenario 2: Two Stores with two store views each
Scenario 3: One Website with one store and one store view The most common setup will be a one website and one store setup, but understanding the functionality of multiple websites and stores will help you understand why certain values are

This kind problem usually happen after change host and can’t save product. its show:

SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`/catalog_product_

website`, CONSTRAINT `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE)
You could try follow query to find out some incorrect product:
SELECT
*
FROM
catalog_category_product_index
LEFT
JOIN
catalog_product_entity
ON catalog_category_product_index
.product_id = catalog_product_entity.entity_id
WHERE
catalog_product_entity
.entity_id IS NULL

deleted all the incorrect products to try. good luck

magento