magento

Magento images not displaying in front end

Hi, I can see images in the back end. On the front end of the catalog, no images appear for products, just the default "Image Not Found" icon. Images definitely exist, e.g. media/catalog/product/f/o/foo.jpg They also appear to be correct in MySQL: | 4 | 77 | 248 | /f/o/foo.jpg | I've cleared all...

How to build an inline translation system similar to Magento's

Hi, I am working on a Zend Framework, MVC, enterprise website project. I would like to develop a friendly translation system with the ability to translate each word according its context (sometimes same word have different translation). Zend Framework uses Zend_Translate for i18n and localization. We have also seen Magento's (which use...

Magento upgrade via Magento Connect fails

Hi, I tried to upgrade our shopsoftware from Ver. 1.3.2.3 to 1.4.1.0 and I used the Magento Connect Manager. It loads all the files and said they has been installed, but they are not. Under “downloader/pearlib/download/” are all these files. Have I forgotten anything or is that maybe a bug in our customized shopversion? I’m searching f...

Magento - Find Out of Stock Products With Inventory

In my Magento store I sometimes forget to select 'In Stock' from the dropdown after adding new inventory to an out of stock item. Is it possible to somehow get a list of all products which have inventory but as tagged as "Out of Stock"? ...

Recaptcha with magento

Hi all, I have installed recaptcha in my client's site which is not live yet But in development. The recaptcha was working fine till last week but when I'm checking it now it gives a "Input error: Invalid referer " instead of the recaptcha block. I am just wondering what might be the cause of this. Is it something to do with the public ...

How to hide an active category in Magento without disabling the URL?

Hey, we're running Magento 1.4.0.1 and would like to hide active categories from the navigation. When we do this, the parent category's URL 404s but all the children categories' URLs are still valid. i.e. magentostore.ex/brands/company is valid magentostore.ex/brands is not We would like magentostore.ex/brands to point to a page, b...

SQL Magento Sales Report

I’m trying to add new columns in report/sales/shipping. Columns are now ok but I can’t display values coming from another table. in app/code/local/Mage/Sales/Model/Mysql4/Report/Shipping.php After protected function _aggregateByOrderCreatedAt($from, $to) { try { $tableName = $this->getTable('sales/shipping_aggregated_order...

Magento Custom Left Navigation Template displaying twice

I created a custom template (mytheme/template/catalog/navigation/left_parent_category.phtml) to display the parent categories of the current category. <?php echo '<div class="box base-mini">'; echo '<ol>'; $currentCat = Mage::registry('current_category'); if ( $currentCat->getParentId() == Mage::app()->getStore()->getRootCa...

Authorize and then Capture programmatically using Authorize.Net in Magento

Can anyone help me in getting the Authorization and the Capture steps (code) using Authorize.Net? It seems that everyone knows how to use both at the same time, however, there is no explanation as how we can do that into spearate steps, the Authorize first and the Capture after that (using a trasactionID). ...

Add a checkbox to product image gallery (like "Disable/Exclude")

Hi there, I'm trying to code a new checkbox to be appended to the columns in the image gallery, beside "Disable". Its behavior would be the same as "Disable/Exclude" = Yes/No with entry in the database. The idea is to add a "Use as page" checkbox for each image in the image gallery. The goal being to make a JS carousel with all pictur...

upgrade magento latest version from 1.1.3 through admin dashboard

hi I have a magento site with version 1.1.3. I want to upgrade this to version 1.4.1.0 from mu admin dashboard. Could you please tell me the steps to proceed? ...

Magento; include price attributes in (product) subtotal

Hi all, Hope someone can help me with this.. I have a magento store up&running, via the attribute management ive created a price attribute (type: price, label: "Extra costs") and added it to the right attribute-set. Now "Product A" has a price of $1 and "Extra costs" set to $2 When i order the product i kinda expect a subtotal of $3 ...

Magento 1.4 paypal bug

hi folks! i try to get the paypal payment run in my magento 1.4 but there is a serious problem with the workflow. after i select paypal and get routed to the paypal account to send the money you normally come back automatically into the magento shop to finish the order, but in my case magento tells you there is aproblem with the adress ...

How to transfer Magento upgraded Testsystem (v1.4.1) to Livesystem (v1.3.2.4) without Losing Orders

Hi everyone, I was asking how I could transfer a Magento Shop from my testserver to my Liveserver without losing the order and customer data from my live-system. Problem is that I installed various extensions, upgraded magento to 1.4.1 and also changed many files. If replace the database of the live-system with the one from my test-syst...

change column-layout of contact form in Magento

hi, where can I change the column-layout (2-column left, 2-column right etc) of the default contact page in Magento? thanks ...

redirect to a particular page after contact form is submitted in Magento

hi, how can i re-direct to a particular page after the user submits the contact form in Magento? form.phtml has <form action="<?php echo Mage::getUrl(); ?>contacts/index/post/" id="contactForm" method="post"> but i'm not sure where to find the php file that controls the email sending and redirects. any ideas? thanks EDIT: found this...

upsells in custom Magento template

The template I am using does not display upsell products as of now. Does anyone know where the associated files are? Thanks. ...

Compare values of one Array and output

hi, i have an array that can contain the same value more than once. What I'm trying to find is a way to compare the values inside that array and output every value only once. $_just_a_tier = array(); foreach ($_associatedProducts as $_item){ // count all products $_tierprice = $this->getTierPrices($_item); foreach ($_tierpri...

magento got database install error

Hi Thanks in advance. while installing the magento on server i got the following error Database server does not support the InnoDB storage engine. How i overcome this? Database connection error. Does any one know this? Please help me.. ...

Recurring Profile and Bundled Item

I have a subscription service that people pay monthly for, so I’ve setup a “Virtual Product” with a Recurring Profile. At the same time, I want to have it so they can add different one time products. To accomplish this I’ve tried creating a “Bundled Product” with all the different one time products and adding the “Virtual Product” to tha...