Questions tagged [magento-1.8]

Magento is an e-commerce platform written in PHP atop the Zend framework, available under both open-source and commercial licenses.

This tag relates to the version 1.8 release of Magento. For general Magento related questions, please see .

957 questions
19
votes
3 answers

How to prevent Magento to overwrite attribute values from another Website / Store while updating products programmatically

I have implemented custom Magento module that loops trough data from external service and updates price, weight, name and some other product attributes in Magento multi-language, multi-store website. My solution is pretty straight forward (inside my…
KoviNET
  • 717
  • 1
  • 7
  • 23
13
votes
4 answers

SUPEE 6788 and Password Reset (blank page)

I've installed SUPEE 6788. Then noticed that password reset page is blank when you click on the reset link in the email. Any ideas how to make the reset page to show up ? Previously reset page use to be this /customer/account/resetpassword/ After…
Icon
  • 911
  • 1
  • 10
  • 31
10
votes
1 answer

How to add extra field "Dropdown List" in Magento One Page Checkout

I have create a following custom attribute using modules. This is Dropdown-list attribute for Customer. It should be displayed on checkout page (Customer As Guest/Existing user) Customer Account Page, Customer Account Create/ Register Page, Admin…
Rahul
  • 763
  • 1
  • 12
  • 45
10
votes
1 answer

Magento onepage checkout saveOrder 302 redirect

Running a new Magento 1.8 install and on the onepage checkout, at the final review when the user submits the order, there's an ajax request for http://www.domain.com/checkout/onepage/saveOrder/. The status code for this request is 302 Found and the…
Stingus
  • 338
  • 1
  • 5
  • 14
9
votes
3 answers

Difference between Mage::registry() and Session in Magento

I am really confused about when to use Mage::registry() and Mage session. Can any one suggest what is diff between both on them and when to use.
Manoj Chowrasiya
  • 970
  • 1
  • 13
  • 32
9
votes
2 answers

Magento - JavaScript error prevents adding and saving of categories

I am trying to add a new root category on a local install of Magento CE 1.8.1, however when I press the save category button, I get the following error in the console and nothing happens on screen. I have tried to reinstall all the core files etc…
Dave Sims
  • 735
  • 1
  • 6
  • 11
9
votes
5 answers

Get category URL key in Magento

How do I get the URL key of a category in Magento. I have added this text in URL key field the CMS: Category-1 This is how I'm currently trying to show my category URL in an anchor: $_categories =…
marchemike
  • 3,179
  • 13
  • 53
  • 96
8
votes
6 answers

Showing error "Connection string is empty" in magento

When i am installing an extension in my magento admin,it shows Connection string is empty. I don't know why this problem occurs. I cleared the cache also then also the problem is same. If anyone knows how to do this,please help me out. Thanks!
Prince Kumar
  • 498
  • 3
  • 9
  • 30
8
votes
1 answer

How to remove Magento custom order status

I've added new order status in the Admin Panel. I need to remove it, but I can't find option like that. Is that possible to do it without the database viewing?
deem
  • 1,844
  • 4
  • 20
  • 36
8
votes
4 answers

How would I test payment methods within magento 1.8.0.0.?

I was just wondering if anybody knows how to test magento's payment options. I have got a few questions. Do I need to change any code within any of the pages? Do I need to make any changes to the admin settings ? Is there a simple setting to test…
user3021997
  • 105
  • 1
  • 1
  • 6
7
votes
2 answers

how to check product has custom options?

I'm trying to check whether product has custom options or not in code (my code runs sales_order_place_after event). I have try below code but it does not returning anything. $product->hasCustomOptions() and $product->hasOptions() Please let me know…
androidjunky
  • 101
  • 1
  • 5
7
votes
2 answers

Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets

I am getting following error Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Price.php on line 126 On my server when try to filter product in…
Charlie
  • 524
  • 2
  • 11
  • 31
7
votes
5 answers

How to save an attribute value for a specific store view?

I'm trying to create a product programmatically in Magento 1.8 and then set some attribute values to it. So far everyting is working, the attributes are being saved correctly with the product under the "default" scope. The problem is that my store…
Hubert Perron
  • 3,022
  • 5
  • 34
  • 28
7
votes
3 answers

Magento 1.8.1: media directory bug if using symlink

I am having trouble with my Magento install, in the CMS when I go to insert an image with the wysiwig editor the folder keeps opening repeatedly. The folder structure should be: - infortis - brands - fortis - ultimo But what I get…
ConquestXD
  • 754
  • 1
  • 8
  • 18
7
votes
3 answers

Show deactivated/disabled products in comparison view

I am trying to show a product in comparison view, which is set as status = disabled through admin panel. In default magento, this seems not possible as the disabled products are not visible in product listing page as well as product details…
Mr_Green
  • 40,727
  • 45
  • 159
  • 271
1
2 3
63 64