I am creating web service for my store. I am using magento API to collect product list from store. But it display all the 500 records. And i want it 25 records per page. What to add in API call? Or What filter will be apply for this?
//create soap object
$proxy = new SoapClient('http://localhsot/magento/api/soap/?wsdl');
// create ...
Hi there,
I'm trying to set up a price rule in Magento so that users get 15% off for every 2 items they add to their shopping cart in Magento.
Does anyone know if this is possible?
Thanks.
...
I placed the menu to the right on on 2columns-right.phtml. But I can not figure out how to move it to above the shopping cart.
In catalog.xml I added this to get the menu inserted:
<block type="catalog/navigation" name="catalog.vertnav" template="catalog/navigation/vert_nav.phtml" />
Now I just need to move it to the top.
...
I'm trying to add a custom action to a core controller by extending it in a local module. Below I have the class definition which resides in magento1_3_2_2/app/code/local/MyCompany/MyModule/controllers/Catalog/ProductController.php
class MyCompany_MyModule_Catalog_ProductController extends Mage_Adminhtml_Catalog_ProductController ...
Hi,
I am trying to replace my magento super attributes table with a drop down menu in place of it, Ive got the menu created but I am struggling to get it to actually use the data from the select dropdown. On submit it calls up function productAddToCartForm, which I feel like if I could modify, I could figure it out. But I have no idea w...
I have an issue with displaying product custom attributes.
I've read every resources through google but still no success.
The problem is that I have to show size attribute of configurable product on category grid and list view.
Every solution on google suggested something like
$_product->getAttributeText('size')
but I ended up at just...
Hi guys,
I need some sort of way to handle Magento's customer login, customer account creation and order checkout via some kind of webservice to be used for Flash, preferably XML.
As far as I know the Magento API doesn't have these features. I found the Mammoth Webservices extension but it seems that the project is inactive judging from...
When i added a product and go into Shopping Cart page it does not displaying the standard shipping calculations and once i get into the checkout page and from there when i try to edit the shopping cart it shows the estimate price calculation. Please some one help me
...
After i changed the checkout page into https the print order page is empty, what i need to change. Please some one help me
...
Hello guys can anyone help me with the issue im having with installation of magento.
my problem is that i have downloaded the magento on wamp and during my installation i got the error and the msg it si giving is FATAL ERROR : Maximum execution time of 60 sec exceeded in
c:\wamp\www\magento\lib\varien\db\adapter\pdo\mysql.php on line 27...
Hi there,
I have just created a mailchimp account and I have one question. I'm quite new to mailchimp.
In my customer dashboard (of magento) i want to create a list subscribe form. Now I have a list of checkboxes that i run using a for next loop. I want to put these checkboxes in my mailchimp form and according to what the customer ch...
hello guys plz can anyone help me with this problem im having from a long tym in the installation of the magento. in the final steps of the installation it is giving the error msg as "the server is redirecting the request for this address in a way that will never complete" iam not able to find out where excatly is the issue where should ...
Hi Everybody,
I have just installed Magento on Windows using WAMP.
Installation was successfull without any errors or warnings.
When i browse administration page, i can see login screen. After entering the correct credentials it is not displaying me the Dashboard/Control Panel. Its displaying the same login page.
If i enter wrong c...
I want to assign custom parameters to CMS pages in Magento (i.e. 'about', 'customer service', etc), so they can be grouped.
The end goal is to use the parameters for each page to show (or hide) them in a nav menu. Writing a quick method in the page/html block to retrieve the pages (active only) for the menu was easy, but I can't figure...
I am using the Magento ver. 1.4.0.1 Community Edition. The problem I am running into is that Magento only allows me to preview pages that I have already saved. This works fine if I am creating a new page - but what if I am editing a current page? I want to be sure that the changes I make look good on the site before saving them.
Does an...
Hai
I want to do an e-commerce site in magento. Here I want to display items from petco.com to my site, like done in http://www.terrificpets.com. But I don't know any idea about this. Does any one know? Is it possible to do this?
...
Hai
how to implement dynamic show case creater code in magento( i got that code from another site, i want to put that code in my magento site, so that it shows the products from that site) Does any one help me?
...
How can I use/setup Tier Pricing with Configurable Products? (Magento 1.4+)
There was an extension to do this but I think it is only for Magento 1.3.
Tried to setup tiers in my Simple Products, but those do not show up, or do not activate when I add to cart from my Config Product page.
Any help is appreciated!
Thanks.
Edit:
In my...
i have tried to open popup window in magento admin panel same as explained in magento wiki ,but it won't be opened..can any one have any idea?
...
Hi there,
I want to search customer in admin panel by customer billing phone
but i need to search it regardless of spaces
like it should search with spaces like 123 456 789
and if admin enters 123456789 then it also have to search so spaces don't matter
Regards
...