magento

Import orders file on magento enterprise or community (product with customs options)

Hello, We need to import some orders file on magento enterprise. In our file, products contains customs Options. We tried to make an extension but we have some problems to import Customs options. The import of standard product is successful but not for the product with customs options. For customs option, missing "info_buyRequest" val...

how to add shopping cart url under top links in magento through customer.xml

I tried a lot to add shopping cart url in magento please show me how to add shopping cart url under top links in magento through customer.xml i did in this way. <default> <!-- Mage_Customer --> <reference name="top.links"> <action method="addLink" translate="label title" module="checkout"><label>Shopping C...

How to select value from the serailizer in magento using javascript ?

Hello, I want the value from the serailizer using javascript which i have created and value is stored in serailizer hidden element but i don't know how to get from that element using javascript ? ...

How do you overide a class that is called by another class with parent::method

I am trying to extend Mage_Catalog_Block_Product_View I have it setup in my version of it in my local directory and everything works fine, but I wasn't getting the results that I wanted. I then saw that another class extended that class as well. Which seemed to reset whatever got set from my class. I know that my class is working fine an...

How can I reset addAttributeToFilter in Magento searches

I'm having problems getting the addAttributeToFilter function within a loop to behave in Magento. I have test data in my store to support searches for all of the following data; $attributeSelections=array( array('size' => 44, 'color' => 67, 'manufacturer' => 17), array('size' => 43, 'color' => 69, 'manufacturer' ...

Magento problem with calling isInStock() method on a product

I want to check if some products are in stock but whatever I do the isInStock() method always returns TRUE. My products are configurable products with no associated products and under the "Inventory" tab "Stock Availability" is set to "Out of Stock". What am I doing wrong? Thanks! ...

apply tax by shipping orgin when store pick up

Hi, when customer chooses store pick up, instead of having products shipped, we would need taxes calculated based on the store address and not billing or shipping address. How to do it? is it even possible to do in admin side or needs to look under the hood? thanks, Margots ...

Magento - zend - backend error

I get the following error when i am logged into the backend in magento Fatal error: Interface 'Zend_Http_Client_Adapter_Interface' not found in /homepages/45/d210005774/htdocs/websitename/lib/Varien/Http/Adapter/Curl.php on line 176 Also i got this error previously in my index management section in magento Fatal error: Call to undefin...

how to get store information in magento?

How to get active store information like store name,and line number etc in magento? ...

Ways to call Blocks within Magento: createBlock vs Layout xml file

Context: I'm trying to include Adminhtml blocks in the frontend of the site to replace some of the user account blocks. The first thing I'm trying to do is simply display the block on the correct page. I can replace the entire page by setting the Body of the response inside the controller, but I'm having a hard time including the block i...

Magento - Link to Store With Specified Currency

The default currency on my store (http://twistedtime.com) is GBP. Is it possible to create a link which would open the store with a specified currency ie. USD. When advertising on US based sites I'd like the store to open with USD as default. ...

Magento - get list of items from orders for specific date range

Magento database name convention is not trivial. How to get these fields below for last 7 days? Last Name First Name Address City State Zip Phone Email Amount Order # Item # ...

Formal name of Magento’s Class Override Design Pattern?

Magento is a newish (past 5 years) PHP based Ecommerce system with an architecture that's similar to the Java Spring framework (or so I've been told) One of the features of the Framework is certain classes are not directly instantiated. Rather than do something like $model = new Mage_Foo_Model_Name(); you pass an identifier into a s...

Can't change header logo in Magento?

Hello, I have created my own theme for magento, and I am trying to edit the logo and am having difficulty. I have created my own local/Mage/Page/etc/config.xml file, and specified within the config the following: <logo_src>images/Race-Ramps-logo-streaked-gradient.gif</logo_src> I created a custom layout in the file as well. I can se...

Checking for Magento login on external page

I'm hitting a wall here while trying to access items from Magento on an external page (same server, same domain, etc, etc). I want to see if the user is logged into Magento before showing them certain parts on the site. Keep in mind that this code exists outside of Magento. Mage::app("default"); Mage::getSingleton("core/session", a...

issues with magento

Can any one enlighten me on the issues regarding Magento? For example, language issues, compatibility issues, versioning issues, etc. ...

Firing a click event with Prototype

Hello, currently working on magento and managed to remove certain sections from the check out process that are not needed. Anyway the last section I want to remove is the order review so essentaly instead of Billing Address > Review > Comfirmation. I just want Billing > Comfirmation. Anyway with in JS I can do this? My current idea is t...

Magento with paypal standard?

Things goes like this: I've read a lot about the Paypal Standard integrate with Magento... the problem here is that I can't get the paypal standard button to show up when check out or in the Payment method form. I tried to disable everything and enable everything but the paypal payment didn't show up any thing. Even on the payment meth...

FILTER BY ATTRIBUTE MAGENTO

how I can create a filter in HEADER with SIZE and COLOR using ATTRIBUTES? ...

Magento - Buy it now buttons and checkout process

Hey everyone! I was hoping to start using Magento for a very simple checkout landing page. I have a few questions regarding the capabilities of Magento: 1) I don't actually want to use the 'add to cart' button but rather a 'buy it now' button. So when a user clicks to purchase a product it automatically takes you to the checkout proc...