Hi,
I need to add a new action to the ActionList in the Invoices page
I don't know where magento creates this list and how it call the selected action, so I thought you guys would know where I should start looking...
Thanks!
Jonathan
hai
I have a magento web site. In this the search function compare with product name, description, sku and part number. I want to modify this. ie having to compare only with the product name, short description and Sku, How is it possible.Is there is any settings in admin side?
On my Magento homepage, I'd like to include a link to a few categories, along with their respective Category images. Obviously, I could manually link to the images, but it seems like it would only make sense there is a way to automatically pull the Category image along with the link. Help?
I've been asked to protect a Magento module through obfuscation. I never used PHP obfuscation packages but I know how they work and I forsee some issues in obfuscating a module that is very string and xml dependant:
/etc/config.xml registers harcoded class names and paths
auto-loading is heavily used
I cannot imagine how to automatically obfuscate a class name that will be called later by Mage::getModel('my/module').
Any recommendations?
There are so many methods out there and it's a bit confusing but what's the best way to change the default grid columns in the Magento1.4 product catalog?
Thanks
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 #
In Magento how do I specify how many products I would like displayed horizontally in the grid. By default it is 3 and I can't see where to change this (I would like to set it to 2).
Thanks,
Alan.
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
I want to create a magento web site, which have left side menus (product category - products). Not in the top. I am wanted to download free template. Does any one help me to get the free template having left side menu. Or any good URL to download this template
I am running a store on Magento. For some reason the "Recently Viewed", "Related Items" and "Featured Items" blocks have all disappeared from my site. They where definitely there yesterday so I'm not sure what's happened to them.
Featured Products is an extension I use and show on the home page using:
{{block type="featuredproducts/listing" template="inchoo/block_featured_products_main.phtml"}}
Does anyone have any idea what the problem could be?
when i made https enabled in secure url and front end secure url usage to yes in magento the checkout page becomes not found. Should i need to do anything more? where i have to place my ssl certificates.
please help me in this
I've just installed Magento on my website, but I can't access the backend. The frontend works fine, but in the backend once I successfully login, it takes me to a blank screen. I've read there's an issue with cookies and I've tried a range of commenting out lines in varien.php, but didn't work.
When users subscribe to the newsletter on A Magento Store they receive a confirmation email. Is it possible to prevent this email from being sent?
There doesn't seem to be an option in the back end for this.
When I view the Sales report (Reports-Sales), it tells me I have 22 orders and made over $1000. When I view the orders (Sales-Orders), there are only 15 orders and I made a lot less.
Also, the dashboard only shows $737. Where are all these numbers coming from?
I'm using Magento1.4.0.1.
I am working on a magento site for Canada and so there is currently a CA$ before any price and we would like it just to appear as $. Is there a setting somewhere that someone know of where i can do to alter this without going through all of the code and doing it individually?
Is it possible to have a payment option to pay in X installments in Magento?
We will be using Moneris as our payment gateway to process cards if that makes any difference.
thanks
I have a cms page in magento which I would like to display all products from all categories in.
I found this which described how to do it on 1.3 but this no longer works on 1.4:
http://www.magentocommerce.com/wiki/groups/248/display_products_on_home_page
I am new to using Magento, this is my fist 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.
Hello.
I am looking for good tutorial which show how to create your own theme for magento1.4.1.0.
At google I have found some, bet they was were uninformal.I am looking for tutorial which show how to make your layout and full theme
I would like to add dropdowns to the top navigation on a magento site, would this involve a plugin or is there built in functunality that could potentially do this already?