magento

Magento: Add Login/MyAccount Widget in Sidebar

Hi, Want to add a Login/MyAccount widget to the sidebar in Magento. Is there an easy helper method I can call to do that? Basically, want users to be able to login from the sidebar. And if they are logged in that widget space should be taken up by a My Account widget. thanks ...

addField type image and thumbnail path

Hello, I have a Magento webshop and just created a custom module with the extension (Modulecreator). This module comes with a standard admin interface that can handle file uploads. I found out that if you want to show thumbnails you can use the 'image' field type (addField('myfield', 'image')) instead of the 'file' type field. But now ...

Get "As low as" price for bundle product in Magento

I'm trying to display a list of bundled products using my custom template. I'm not able to display the dynamic price of the bundle product. Previously for simple products I used: $product->getPrice(); which worked, but it just displays $0.00 for bundle items. looking at ../catalog/products/list.phtml I tried $this->$getPriceHtml($...

Magento layout override!

Hi, I'm kind of new to the Magento, so forgive me for my stupid question! As I understand the whole concept of Magento is base on overriding the basic components that's are available with in the Magento. So based on my understanding I've decided to update the layout of onepage checkout in Magento. I've created my own layout and in the ...

why does my admin user which has global permissions not show prices or images menu item in the backend of magento 1.4

why does my admin user which has global permissions not show prices or images menu item in the backend of magento 1.4? ...

Integrating Magento with a CRM software

Dear people, I am looking for the most suitable and easy to configure solution that would integrate Magento with a CRM. Which CRM is more suitable and compatible with Magento? Thanks in advance, ...

Execute PHP after new Order in Magento

Hello There, I'm trying to figure out where I could drop in some PHP code to notify a CRM we are using (Solve360) that a new order has been placed, and that an event should be created (API) to fulfill the order. Order Product Checkout Complete Checkout & Capture CC Side notify CRM Done Not sure where to start, but I have had to mak...

magento 1.4 very slow on localhost

hi i am using magento 1.4 (wamp) . i am facing trouble to save cms pages , it takes approx 10 min to save. please help ...

How to Have a Bundled Configurable Product in Magento ??

Hi everybody, I've been searching about this topic on Magento forum and Google but can't find a definite answer for the question. Hope I find it here. Is it possible to have a bundled configurable products in Magento? Take for example I want to sell a set of t-shirt and short on a product page where the customer can choose the number o...

Magento seasonal products

I'm looking for an easy way to set up a product in the Magento catalog so that it appears on a date that I specify and only until a date I specify. This would operate similarly to the current sale_from and sale_to dates, but hide the products entirely outside the given date range. For reference, this is for holiday products that are only...

Magento - Data is not inserted into database, but the id is autoincremented

I am working on a new payment module for Magento and have come across an issue that I cannot explain. The following code that runs after the credit card is verified: $table_prefix = Mage::getConfig()->getTablePrefix(); $tableName = $table_prefix.'authorizecim_magento_id_link'; $resource = Mage::getSingleton('core/resource'...

Magento quantity field doesn't work

Hi, i simply can't find a solution to my problem! The quantity field worked as it should. After a few months of programming on the whole shop, i wanted to test the quantity field and recognized that it doesn't function. I only can add one product to the cart although i typed “3” in the quantity field. I didn’t change anything in produ...

How to disable frontend registration in Magento

As titled. But still, users can login to the frontend, and administrator could create user account only in backend. ...

Is there an event for customer account registration in Magento?

I would like to be able to run some functionality with a module that I am building whenever a customer registers an account, but I can't seem to find any events that are fired upon a new customer registration. Does anybody know of an event that is dispatched for that? ...

adding image to the widget of magento

i am developing a widget. For that i have to add images to the widget in magento.. any help?? ...

PHP Magento SOAP-ERROR: Parsing WSDL: Couldn't load from urlpath

I am trying to create a soap client by passing a url that is hosted on my local machine, my dev environment and I keep getting this error. I use to be able to make this call and it worked just fine. Basically all I am doing is this $client = new SoapClient('http://virtual.website.com:81/api/?wsdl'); If I go to the url in a browser it...

Magento - blank lines being added to wsdl file

I am trying to call the API but I keep getting a soap error that can't load the file. I found that the reason is there are about 3 blank lines at the top of the XML file that is returned. I found this by doing wget url. This use to work just fine, when I debug through the API controller the response or xml looks fine all the way throug...

developing a widget in magento.?

I am developing a widget in magento but i am unable to accomplish the task of putting an image in the widget (to be more clear). I have read the tutorial http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-magento-widget-part-2 but i am unable to accomplish that widget. Any guidance or tutorial of that sort is welcome...

Displaying attribute set in Magento

I am new to using Magento, this is my first site using it. I want to display the attribute set for a particular product on the product view page but cannot work out what code I need for this. ...

Running Magento for multiple clients - single Installaton vs. multiple installations

Hi There I am looking to set-up a Magento (Community Edition) installation for multiple clients and have researched the matter for a few days now. I can see that the Enterprise Edition has what I need in it, but surprisingly I am not willing to shell out the $12,000 odd yearly subscription. It seems there are a few options available ...