0
votes
0answers
23 views

trouble adding column to orders grid in magento

Help. I am trying to add a few columns to the orders grid in Magento 1.6.2. I followed pretty close to this example: ...
0
votes
0answers
16 views

Is Magento Community Edition 1.6 Locale identical to 1.7?

I have just gone through my locale files on magento 1.7 to convert from us to new zealand translation and was wondering if they are identical to 1.6 locale files so that I can use on other sites that ...
0
votes
0answers
21 views

Get category collection with like query in magento

I want to show all category list in a autosuggest field. So I have a code with like query as -- function res($cur_category){ $children_categories = ...
0
votes
0answers
28 views

Cant add product to cart via Soap v2 in magento

I am using SOAP V2 to create a cart and add products to it. I am having issues adding product to the cart. Below is my code and the error I am getting. It says "One item of products do not have ...
0
votes
3answers
70 views

getChildHtml() method not working in product list page (category view.phtml/ product list.phtml) in magento

I am calling my newly created reference in list.phtml file after getToolbarHtml(). But it is not displaying anything. My catalog.xml file looks something like: <reference name="content"> ...
0
votes
0answers
30 views

Address fields (city, state, etc) are blank when creating custom Magento reports

I'm not sure why, but when I go to generate my custom report, the address fields are always blank. Even after following tutorials like this one. the report will display everything except for the ...
0
votes
0answers
49 views

Show label “Low in stock” for configurable products

Hello guys the version that i`m using is Magento 1.7.0.2, I want to create a label for the configurable products, that will appear when the total quantity will be under 5. The label will be "Low in ...
0
votes
1answer
58 views

Configurable Product turn Out of Stock when all child product are out of stock

Hey guys i got a little dilema. I am running Magento ver. 1.7.0.2 When you create a configurable product you must set the stock "in stock" and then you add the other additional products with ...
0
votes
0answers
45 views

Magento : Product page (detail page) and parent category page is not showing after enabling the Use Flat Catalog Category from admin

I have developed a magento store and using indexing feature to speed up the store front but when enable Use Flat Catalog Category the product detail page is not showing and parent category pages are ...
0
votes
2answers
55 views

Magento : Get data from Varien_Data_Collection

Hiho everybody! I hope you'll give me a clue about this because I'm still noob with Magento. I try to display a list of products I get in an array. In Mage/Catalog/Block/Product/List.php, I created a ...
0
votes
2answers
42 views

Adding menu with categories on header

I trying to add the categories of my store in the header, for this I do these steps: On page.xml, add this block categories: <block type="page/html_header" name="header" as="header"> ...
0
votes
1answer
39 views

created_at column is taking junk date in magento when editing the customer

I’m using Magento 1.6.1CE. I have set the default time zone to Australia/Perth. my server also running in the same time Zone. when creating the customer there is no issue with created_at column in DB ...
0
votes
0answers
15 views

Create “add this amount for tip” field by checkout

I have a food delivery site running on magento and would like to add the option to add tip to the order, however I can't seem to add a product where the user can set the price. Also it shouldn't get ...
0
votes
1answer
28 views

Magento getCustomerId() in pdf

i try to get the customerId in the Shipment PDF. I tried this code (the output is in the right of any row after // ) $order = $shipment->getOrder(); ...
0
votes
1answer
211 views

Magento 1.7.0.2 - Display Image Category above 2 columns left page

My category product page has this layout : 2 columns with left sidebar. When i set my category image it goes up just in 1 column ( category page ). How can i make for the category image to go above ...
1
vote
0answers
59 views

How could I get URL of category image in MAGENTO SOAP API Call?

I have been trying to get Category Image through magento SOAP API. When I access to catalog_category.info method, it passes just image name, not URL of image. How could I get FULL URL of category ...
0
votes
0answers
46 views

Magento Email is not sent when create new account

I config in customer email like this I don't know it not work because newsletter, sale order email is works only this dont work I use version 1.6.2.
0
votes
1answer
164 views

Reorder/Sidebar in Magento 1.7 shows invisible products - works in earlier versions

I have a plugin with a virtual product, that is set to VISIBILITY_NOT_VISIBLE. It's a virtual product. However, it is displayed in the widget "My orders" - but only in Magento 1.7. It works well in ...
0
votes
0answers
80 views

Magento long delay saving order after CC processing

A client's Magento (1.6.2) store uses Authorize.net SIM for CC processing. When the customer completes CC processing on the Authorize.net site, Authorize.net sends Magento a Relay Response with the ...
0
votes
0answers
47 views

Magento API integration with stamps.com / shippingZ (v1.6 and v1.7)

We've got an instance of Magento developed (two, in fact, since we tested both 1.6 and 1.7), and we are unable to have stamps.com hit its API. I've checked all the logs in our reverse proxy as well as ...
0
votes
0answers
49 views

Magento - related to common custom option across products

Mine is a fresh flower/cakes website. On every product page, I have a drop down custom option of ‘Delivery City’ where the customer chooses the city the product has to be delivered to. The problem I ...
0
votes
1answer
69 views

hide tier prices on magento product page

I am trying to hide tier pricing on magento product page but am not able to succeed i have followed following post Display Price Once on Magento Product Page any body can help?
0
votes
0answers
44 views

assign an attribute to a group in magento and setting the position in the group

i have developed the following code for assigning a already created attribute to a specic group in the attribute set. the code is : <?php require_once('app/Mage.php'); //Path to Magento ...
0
votes
0answers
36 views

Sort Product By Inventory Status duplicated the products on list in Magento

I have problem with ext "Sort Product By Inventory Status". After the install process the plugin is "hiding" some products, and in their place puts duplicated products from other (previous) pages of ...
0
votes
0answers
182 views

Magento admin panel product images not able to see or upload images

"TypeError: Flex.Uploader is not a constructor" in the admin panel (catalog/manager product) i am having this error upload button gone in product image tab. the above mentioned is one of the (errors ...
0
votes
1answer
140 views

Magento getProductCollection not working.

Here is my Magento code to get all new products but it has suddenly stopped working. I added some new categories and then when I saw frontend New Arrivals section was empty. Any help would be ...
0
votes
0answers
71 views

how to display total price on magento product page?

I want to display Total price on product page, like this http://www.4imprint.co.uk/tag/61/Ballpens/product/300090/Bic-Protusion-Grip-Pen . any one know how to do it. should i use ...
0
votes
1answer
84 views

How to display subtotal price on product page - magento

i want to display subtotal price on product page. currently it display on cart page. is there any way so we can show subtotal price on product page.
0
votes
0answers
78 views

Update Price when Quantity (Qty) is entered in Product Page - Magento

I want to design my product page such that when some one entered quantity or use Custom option, automatically subtotal will display on that page. i have reffer this thread Magento -- Display price ...
0
votes
0answers
52 views

Magento Shipping Method problems

My problem is that i made ZIP Code optional, but now, if i write any number in the box, shipping methods are dissapearing . i can write everything in the One Page Checkout, but when i get to zip code ...
-2
votes
1answer
67 views

Developing a theme with magento [closed]

its my first attempt with magneto theme design. i have an HTML template (including css and image) which looks like this : ![i want to create and select a magento theme like this][1] i have this ...
0
votes
1answer
93 views

Magento : Check whether any Email ID is registered or not?

Please Post the code of whether any user having particular Email ID is registered or not I am doing a social registration in Magento site so i have to check whether that email id is registered or ...
0
votes
1answer
134 views

Magento Controller shows all the rows from table

As I am required to pirnt the ratings of products in JSON format, i have made a module with controller and rating.php file in model folder. We I run the controller it shows all the data from that ...
0
votes
2answers
240 views

Enable wysiwyg editor for custom category attribute

I created a custom attribute for the categories. I thought I enable the WYSIWYG editor with "'wysiwyg_enabled' => true", but the WYSIWYG doesn't show up. ...
0
votes
1answer
25 views

set Store View to operate on

How would you make sure your code consistently changes attributes (or perform any other operations) on one Store View? I have "All Store View", "Default Store View" and "Wholesale Store View". is ...
0
votes
0answers
93 views

Setting the correct Store View in Magento code

I'm not sure if anyone else have this problem when you have Muiltple Store Views in your store. Ever since we added an extra Store View (called Wholesale) to our Megento store, my custom Observer ...
1
vote
1answer
72 views

How to make single admin to access single store products only

In magento I am having 3 websites and it contains 6 to 7 store views. I want as a single admin has to access single store products only. He should not modify the products in another stores. How can I ...
0
votes
1answer
113 views

How to set Block Class and Template for a Category in Magento via the Admin Panel using XML

I am trying to override the default template and block class for a particular category in Magento. The following code ONLY changes the template, <reference name="product_list"> <action ...
0
votes
1answer
207 views

Magento on Order Page: “This customer email already exists”

I imported orders into Magento using some migration tools. When a return customer tries to place an order, Magento prevents them from doing so and says "This customer email already exists." This is ...
0
votes
1answer
26 views

What can be the url to run the extended ratings functionality

I would like to get the ratings of products (out of magento) when I give the category ID and result should be in JSON format. I would like to get the JSON data just in the browser page.For this I have ...
2
votes
1answer
98 views

Need to convert to magento MVC sturcture

I have developed a code that contains a aquery which returns ratings of a product in json format. The code is as follows: <?php header('content-type: application/json; charset=utf-8'); ...
2
votes
2answers
69 views

Magento Module SQL does not run

My module will setup correctly and all the relavant files are installed correctly. But the database tables are not being created. I have followed this tutorial. My config xml is as below. <?xml ...
1
vote
1answer
122 views

How to the installer after package data has been created - Magento

I followed this tutorial and was able to create the package data successfully as shown in the screenshot. Now I have below three file in the var/connect folder. Myname_Mygateway-1.0.0.tgz, ...
1
vote
1answer
40 views

Error : “There was a problm saving package data” - Magento

I followed this tutorial Package the module which I have developed. Module works fine. When I tried to save I get this error "There was a problem saving package data" as shown in the screenshot too. ...
0
votes
1answer
47 views

How to make a module installable in Magento?

I have successfully created a custom payment gateway module in Magento. Everything work fine as expected. What I want to do is to make the module installable so that anyone who has the .zip file can ...
0
votes
2answers
70 views

Single Magento eCommerce store with 40 branches

I have a store which has 40 branches over the country. I need to setup a Magento eCommerce site for my stores to sell different products. Need to show all products from all branches (approx 40 ...
0
votes
2answers
352 views

In magento .htaccess file missing on zend server

I have installed magento on zend server. all the admin panel and homepage are working fine. but when i give the url like [http://localhost.com/magento/api/rest/products ] it returns 404 error "url not ...
0
votes
0answers
144 views

Magento admin panel is not working after stopping back up

I stopped the back up process unfortunately. After that when trying to log in admin panel I got an error: There has been an error processing your request Exception printing is disabled by default for ...
0
votes
1answer
195 views

Authorize.net for Magento throwing “unable to read response or response is empty”

We have a 1.6 Magento site that is sending out "Payment Transaction Failed" emails. The server is throwing the error "unable to read response or response is empty". We are using the Authorize.net ...
0
votes
1answer
350 views

How to install Magento on MAMP Pro

I'm trying to install Magento on MAMP pro. It gives me below error. I tried changing the Host to localhost:8888 and localhost:8889 but it does not work. Given that I have created a database called ...

1 2 3 4 5 7