Questions tagged [magento-1.9.1]

1.9.0.1 resolved the two issue fixed on 1.9.0 and released on May 16, 2014.

CE 1.9.0.1 resolved the following issues:

  1. Customers can no longer apply a coupon from an inactive shopping cart price rule to a purchase.

  2. Customers using a smartphone or other small viewport can expand subcategories in the web store that uses the new responsive theme.

229 questions
0
votes
1 answer

How can I overlap 2 images on image product in Magento?

In Magento 1.9.0.1, how can I overlap 2 images on image product (product page) and resize they in the same way as image product resize on changing resolution? I tried with css pseudo-element (:before and :after) but I'm not able to resize and to be…
KaMZaTa
  • 535
  • 2
  • 9
  • 24
0
votes
1 answer

How to set sendPasswordResetConfirmationEmail Template seperate for when groip id 4 using module

How to send separate Email template (customer_password_forgot_email_template) when user Group id=4 using module extend Mage_Customer_Model_Customer. class Creative_Login_Model_Customer extends Mage_Customer_Model_Customer { public function…
Ravi Patel
  • 5,121
  • 2
  • 25
  • 44
0
votes
1 answer

Magento 1.9 - resave all products

I need to re-save all products in magento. I found solution (for 1.7 version):
Oleg Frolov
  • 89
  • 11
0
votes
1 answer

Magento addCc in transactional email

I am trying to send CC to another email using the previously-mentioned code, and I am getting the following error: Varien_Exception Object ( [message:protected] => Invalid method Mage_Core_Model_Email_Template::addCc(Array ( [0] => abc@gmail.com ) )…
Manoj Chowrasiya
  • 970
  • 1
  • 13
  • 32
0
votes
3 answers

JS error when trying to update price on options select for bundled products in Magento

Since upgrading a Magento website from 1.8 to 1.9 and switching them onto the RWD theme, the price is not updating when selecting product options for bundled products. The console returns the following error when you select an option:- Uncaught…
zigojacko
  • 1,983
  • 9
  • 45
  • 77
0
votes
2 answers

magento onepage checkout manage fields

I want to show FAX field at every checkout. Right now in magento 1.9.1 there is a functionality that if you are existing user and you are giving order two or more times then it doesn't ask you to enter address everytime but it will auto fill it from…
user3886556
  • 239
  • 3
  • 13
0
votes
2 answers

Move magento from one url to another on the same server

I have developed a site in the url www.example.com/demo on now i want to move the site to www.example.com on the same server what are the steps that are to be taken to move the site on the same server with the same database.
Bhargav Mehta
  • 389
  • 7
  • 18
0
votes
2 answers

Magento get CMS pages based on layout

So I'm building a custom breadcrumb nav to list all fundraising options. The pages are using a unique layout called "fundraising_page." Is there a way to grab the pages only if they have the "fundraising_page" layout? So far I have this, which is…
Astrokotch
  • 35
  • 2
0
votes
1 answer

Magento GetProductThumbnail doesn't work after upgrade

I have upgraded from Magento 1.7.0.0 to 1.9.0.1 and after finally sorting out most of the issues I'm left with one I can't get around. None of the thumbnail images on my product pages or in my cart work. They just show the placeholder images, but…
0
votes
0 answers

How do I set up pricing for wholesale and retail and there quantity on my web site in magento

This is what I am trying to do. I have store a retail.com and wholesale.com but I have different pricing for each one and I want the inventory to all come out of the same spot I dont want to have to check 2 spots to track my inventory. also on the…
0
votes
1 answer

Magento 1.9 Wysiwyg image URL problems on Product pages

I am try to set multiple Images in attribute using Wysiwyg Editor and try to get those images in product detail page but no success. and in view source I get something like this
drsndodiya
  • 1,685
  • 1
  • 17
  • 36
0
votes
3 answers

Forgot password does not work in magento 1.9.0.1

Hi when customers click on "forgot Password" they receive the email with a link to reset. When clicked this is the error that they are receiving. Fatal error: Call to a member function setCustomerId() on a non-object in…
0
votes
1 answer

Magento custom Static Block not present in template

i am a Magento Newbie. In the local.xml under the header section these blocks are defined:
eapo
  • 1,053
  • 1
  • 19
  • 40
0
votes
2 answers

Fatal error: Class 'Mage_Sales_Model_Order' not found in ....core/Mage/Reports/Model/Resource/Order/Collection.php on line 456

I was installing magento 1.9.1 on my server everything went fine but after installation when i click on Go to Backend and give my username and password to login to Admin Panel it gives the following error: Fatal error: Class…
0
votes
2 answers

Magento table rate shipping method only for price

I am curently using Magento 1.9.1 and i want to set up a table rate for shipping. In the shipping methods i can see only 3 conditions: Weight vs. Destination Price vs Destination and # of Items vs. Destination My questions is - How i make it count…
Tonny Struck
  • 247
  • 4
  • 9
  • 17