Tagged Questions
0
votes
1answer
33 views
Showing message while adding configurable product to cart (magento)
While adding configurable product from product list page to cart showing a warning like "Please specify the product's option(s)." in magento version 1.7.0.2.
Any ideas?
0
votes
1answer
198 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
1answer
115 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
29 views
Magento: upgrade pre 1.6 version to most recent one
I've seen a lot of questions about pre 1.6 Magento installations to the most recent version (at the current moment 1.7.0.2) but there are a lot of answers that don't work for everybody.
So below the ...
0
votes
1answer
29 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
104 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');
...
0
votes
0answers
204 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
158 views
In magento retrive the details of a single product by REST url
As I am new to magento, I have downloaded magento sample data to mysql database. In the browser if i give the REST URL like this: http://192.168.1.101:8010/magento/api/rest/products it returns the ...
1
vote
3answers
299 views
How to set Cron Job in magento using custom Module?
I want to use cron job or scheduling for my custom module in Magento.
I research about it but not able to found suitable answer which help me.
I created one form which allow user to select Day, hour, ...
0
votes
1answer
265 views
programmatically add child products of bundle product in Quote
I am trying to create order programmatically. it is working fine with simple product but when i am trying with bundle product it will not add child product.
below is the code for that
$quote = ...
2
votes
1answer
409 views
How to auto fill shipping method Magento for onepagechekout
I want to auto fill the shipping method automatically and not show it on the onepage checkout. I was able to hide the shipping method on my Onepagechekout by changing this on ...
1
vote
1answer
65 views
Upgrade to magento version and not to latest version
I would like to upgrade Magento 1.5 to 1.6 and NOT to the latest (1.7) version.
I think I need to change something in this line, but I don't know what:
./mage install ...
0
votes
1answer
730 views
How do i include coupon code in newsletter/subscription email in magento
I have created a shopping cart rule 'fixed amount discount for whole cart' and I want to include the coupon code in the subscription/newsletter email to the customer. Any suggestions?
I could find ...
1
vote
1answer
304 views
How to create a pop up(asking for sign up) in the home page in magento
I want to create a pop up in the home page of my site when each time a new visitor visits the site. I have the pop up window. The problem is whenever I hit on home page it comes. I want it to display ...
1
vote
1answer
1k views
Magento - Need to customize cutomer Login & registration form but the login form and registration form are coming from Persistent folder
May sound silly but I want to customize the style and text details in customer login and registration form in magento.
I use the default theme. And I should edit the login page located in:
...
0
votes
1answer
391 views
Grid mode on home page - Magento
I just developed a store, and everytime you add a new item, it shows on the home page. That's perfect! But the thing is that it shows the products on list mode, and I want to use grid mode.
I ...
1
vote
1answer
302 views
Magento - Display all products of a sub-category on a new or existing phtml page when clicking on a sub-category from home-page
I have displayed all parent categories and sub-categories in the home page(left.phtml).
I want each sub-category to be a link which directs to a page where the products of that sub-category should ...
0
votes
2answers
158 views
failed upgrade magento 1.5x to 1.6x
i've tried upgrade my magento 1.5x to magento 1.6x in my cpanel, but i always find "failed..failed..and failed". i've tried this way..:
find . -type f -exec chmod 777 {} \;
find . -type d -exec ...
0
votes
0answers
168 views
Magento bundle products: how enable search in advanced search and visibility in category page when product is not saleable
I'm working with bundle products, my goal is to allow a not sale-able product (!$product->isSaleable()) to be search-able on catalog advanced search page and to be visible in category page (even on ...
0
votes
0answers
136 views
Magento Entity Types are missing in “eav_entity_type” table
Entity Types such as quote_item, order_item, order_type_id are missing in "eav_entity_type" table. Because of this issue I am not able to integrate Magento Made to Order (MTO) module. My version is ...
0
votes
1answer
1k views
magento - 'invalid block type' exception
i created a new block in my own module of Customer, here's the config.xml:
<?xml version="1.0"?>
<config>
<modules>
<Nauba_Customer>
...
0
votes
0answers
1k views
Magento doesn't send any email except registration welcome message
other troubles with magento 1.7 and email sendings, this time on test server (Ubuntu 10.04.4 LTS), which is able to send only emails for new customer registered. i've checked backend settings and ...
1
vote
0answers
89 views
Overriding an overridden class in Magento
Is it possible to generally override all the overridden classes in Magento?
For example, if I override the class Mage_Catalog_Model_Layer_Filter_Attribute, I should be able to override all the ...
0
votes
1answer
54 views
Magento - To which table does getEntityTable() point?
class Mage_Sales_Model_Entity_Order_Collection extends Mage_Eav_Model_Entity_Collection_Abstract
{
protected function _construct()
{
$this->_init('sales/order');
}
public ...
0
votes
1answer
1k views
Magento - doesn't send any email
i have a problem with mail sending: magento doesn't send any mail, i'm trying to use the sendfriend functionality (i've extendend the ProductController of that Sendfriend module), but the problem is ...
0
votes
1answer
224 views
Magento - adding custom attribute to extended core Customer module
hi have to add a custom attribute to the Customer. so i've extended the core Customer module, these are files involved and directory tree:
//app/code/local/Nauba/etc/config.xml
<?xml ...
0
votes
1answer
403 views
Add child category to multiple parent category in Magento
I want to assign a specific child category to multiple parent categories .
For e.g, If there are 2 parent categories ,say, Dell Laptop and Sony Laptop and a child category named as Laptop ...
1
vote
1answer
158 views
Extract Order information and customer information from new order email
I want to extract Order information and customer information from new order email which is sent to the customer after purchasing any product from Magento Website.
I have tried a lot but not getting ...
1
vote
3answers
421 views
Magento changes layout dynamically via system variable
Is there a way we could changes the layout of a Magento page (let's say a product category page) dynamically by using system variable which have been set on our own module? I want to be able to set my ...
0
votes
0answers
20 views
magento 1.4 - wrong breadcumb added [closed]
i'm using magento 1.4.1.1 CE and i have a problem with breadcumbs and customer account. on this installation we are using several plugins, one of these is called Amasty_List and is used for create, ...
-2
votes
1answer
90 views
Is it poosible to have only one cart for 2 different magento stores/website? [closed]
I am facing an issue regarding providing a single shopping cart for 2 different magento Websites or you can say 2 different stores.
The basic concept what I am trying to achieve is , For example i ...
0
votes
1answer
576 views
Magento - custom model
i'm using a free magento extension (WebForms) to make a custom survey, so i've installed and modified it. Extension's models doesn't use EAV, there are the tables involved:
| webforms ...
0
votes
0answers
147 views
Magento 1.5 to 1.6 update error
I try to update magento to 1.6 but it gives an strange error
a:5:{i:0;s:308:"Error in file: ...
0
votes
1answer
865 views
magento admin - retrieve current selected store in a multistore backend
is it possible to retrieve the current selected store view in a multi store magento backend? i'm in an admi page (Catalog -> manage Categories -> general Information) and i have to retrieve the ...
0
votes
2answers
362 views
View images with product attributes in Magento [SOLVED]
I am developing a store with magento ...
I need to create some "stamps" to the Lodge as:
New Product
Only Today
Free Shipping
The easiest would be using attributes right? How do I attribute to use ...
2
votes
1answer
3k views
Magento - get rule from coupon code
I have to retrieve the rule associated to a coupon code in order to display in quote the discount percentage of that rule.
the simplest way is to calculate directly from quote amounts, but i want to ...
0
votes
1answer
291 views
Magento API: How can I assign an image to multiple products without re-uploading
The sites I work on (Magento 1.5 and 1.6) currently use a script that manually places images and then associates them using MySQL queries. I'm tasked with trying to move to an API-centric method so ...
0
votes
2answers
346 views
Either Table Rates or Shopping Cart Rule should be used for “free shipping based on zip code” to work with all methods [closed]
I want to give free shipping for certain regions with specified zip codes. How will i achieve this functionality ?
I have two options of "Table Rates" and "Shopping Cart Rule". Now which one will ...
