magento-1.5 Questions
14
Solved
I've moved my Magento to another server with another domain name, now it keeps linking me back to the old domain. All files and the entire database has been searched&replaced to ensure referenc...
Dwain asked 29/7, 2011 at 9:32
5
Solved
is it possible to change type of a attribute after it has been created.
I want to change type of certain attribute to Multi select list. Type of these attribute is currently 'Dropdown'.
Actually W...
Zwick asked 21/10, 2011 at 12:42
13
Solved
My application was working fine yesterday. I started my PC today. When I tried to start Magento I got this error message.
Service Temporarily Unavailable
The server is temporarily unable to servic...
Angularity asked 12/11, 2011 at 5:37
3
Solved
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 t...
Outbreak asked 10/5, 2012 at 10:6
5
Solved
I'm working on a script that will create or update products in my catalog.
The script works fine when the product needs to be created, but it fails when the product already exists in the database g...
Arresting asked 29/9, 2011 at 15:19
2
We use a custom checkout extension by Templates Master called "Firecheckout". Not sure if that's relevant, but figured I should mention it. Occasionally I see a transaction failed email with the re...
Irish asked 30/4, 2012 at 19:42
4
Solved
I am using Magento 1.5.0.1 and the getProductUrl() function used in the cross sell and up sell blocks on the product page is throwing up different URL formats.
Either the correct url like:
/laptop...
Elementary asked 30/7, 2012 at 14:53
5
i am new to magento by following this guide Custom Module with Custom Database Table
i have implemented my already existed module to the backend adminhtml. i am taking stuff from the database and...
Pteropod asked 3/8, 2011 at 13:26
2
Solved
I used following codes but didn't work for this case:
$_category_detail=Mage::registry('current_category');
echo $_category_detail->getName();
got Fatal error: Call to a member function getNa...
Dapplegray asked 5/8, 2013 at 8:32
6
Solved
i am trying to reset my test customer account password for my store, when i click on forgot password link it is asking me for a email address when i enter a valid email address it says the password...
Transact asked 27/10, 2011 at 11:57
3
Solved
I have an array of attribute codes which I need to get the values of:
$attributes = array(
'Category' => 'type',
'Manufacturer' => 'brand',
'Title' => 'meta_title',
'Description' =>...
Hemistich asked 18/8, 2011 at 10:46
2
Solved
I am developing a website with magento ver-1.6. I am try to create new fields for customer registration, but it not created. I followed the same way what we followed in ver-1.5.
Any variation in c...
Slily asked 8/12, 2011 at 4:40
2
Solved
I have two same extension but both are using for a different-different purpose.
Extension A Config.xml
<config>
<modules>
<Mageworks_Fee>
<version>0.1.5</version>
...
Oralle asked 30/9, 2014 at 10:18
2
I am trying to add products to Magento 1.5 programmatically. My script will ultimately be a cron job, regularly updating and adding products as dictated by an XML file supplied by the accounts syst...
Rudderpost asked 18/7, 2011 at 15:40
3
Solved
I am new to magento and i am trying to create a static block for my home, category and other pages. i want the static block to be shown just above the footer link. And is there any good tutorial on...
Helvetic asked 4/11, 2011 at 10:3
4
Solved
How do I customise the starting number for orders, invoices etc in Magento 1.5?
Davidoff asked 29/4, 2011 at 23:30
4
Solved
I am facing error during the placeorder using method authorised.net in magento:
"Gateway error: (TESTMODE) The merchant login ID or password is invalid or the account is inactive.
Guacin asked 9/2, 2012 at 6:34
1
Solved
I want to get information of customer by email id, so i create a method in controller with content:
public function showAction(){
$customer_email = "[email protected]";
$customer = Mage::ge...
Coreycorf asked 17/6, 2013 at 13:52
2
Solved
I am looking at some code to add MassAction in Magento and ship and complete multiple orders from sales_order/index
Somehow the orders are not being shipped.
It looks like (a perfectly normal o...
Remonstrant asked 29/1, 2012 at 19:13
2
I am using TinyBrick's Lightspeed module for whole page caching and am trying to setup Hole Punching.
I'm following the directions at: http://blog.delorumcommerce.com/general/90-percent-lightspeed...
Verdugo asked 1/9, 2011 at 16:36
1
Solved
I am looking to edit the container1 and container2 product information in my magento template. In view mytemplate/template/catalog/view.phtml and I see these container1 and container2 calls.
After...
Nuri asked 17/11, 2012 at 3:56
2
Solved
I am working on a backend edit page for my custom entity. I have almost everything working, including saving a bunch of different text fields. I have a problem, though, when trying to set the value...
Albumin asked 30/8, 2012 at 20:47
1
I've done a bit of searching online but I have not found any answers to this question yet. I have a situation where I need a product attribute that is a decimal value and it must support negative n...
Asylum asked 20/8, 2012 at 18:58
3
I have products loaded in Magento that I am trying to bulk update the inventory qty on. I created all the products using Mage_Catalog_Model_Product and set the qty on them using setStockData like:
...
Trochelminth asked 16/7, 2011 at 5:51
3
Solved
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...
Brout asked 21/7, 2012 at 15:15
1 Next >
© 2022 - 2024 — McMap. All rights reserved.