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

Magento: Shipping price based on weight

I want to apply the following shipping rules in the magento: 1-5kg - £5.95 6-10kg - £7.95 11-100kg + £0.21p per kilo on top of the £7.95 price. I am facing problem with applying 0.21p per kilo in the last rule. Please advise if this is possible in…
djmzfKnm
  • 26,679
  • 70
  • 166
  • 227
0
votes
1 answer

Magento CE 1.9 - Credit Memo is wrong in email but fine in PDF

We have an weird error with an magento store. When we create an credit memo from backend and tick to email the customer, the email customer receives (and also on front view when we login using the customer credentials) the credit memo shows wrong…
Daniel
  • 67
  • 1
  • 2
  • 7
0
votes
1 answer

Magento Customer Attributes Import/Export

I've added a custom attribute to the customer account i Magento. It's a multiselect attribute. When I export customers to cvs via dataprofiles the attribute is present in the CSV with ids separated by commas i.e "13,14". When I try to import…
user2002046
  • 63
  • 1
  • 8
0
votes
1 answer

Magento 1.9 check if customer buys from certain category

I'm trying to check if a new order has products from certain category, and if it does pass some params to a function and execute that function. Ex: I add 2 products in cart(one is from X category) and checkout, place the order.Now, when i finish…
John
  • 155
  • 2
  • 15
0
votes
1 answer

How to call multi block with in one tab in admin edit page in magento

I want to call two section/block within one tab. Can anyone help me to how can I get achieve this one? Please find attached screen-shot to more detail. Thanks in advance!
Lalit Kaushik
  • 1,062
  • 2
  • 12
  • 30
0
votes
1 answer

Magento 1.9.1.0 Front-end login error

On Magento 1.9.1.0, when a new user registers, registration completes and new user is sent to their customer panel. When user logs out and tries to log back in, Magento gives this error: Error Message: User name or password is incorrect On Magento…
0
votes
2 answers

Redirect all HTTP urls to HTTPS for frontend in magento

I want to redirect all http urls to https in magento, but for front-endonly. In magento we have a setting to use secure urls for front-end as explained in this link: https://www.siteground.com/tutorials/magento/magento_ssl.htm but that applies to…
djmzfKnm
  • 26,679
  • 70
  • 166
  • 227
0
votes
2 answers

Fedex not working on Magento 1.9.1.0 + Ubuntu 14

Migrating to a new Ubuntu 14 server with php 5.5 & Magento 1.9.1.0 from 1.7.0.2 Fedex does not seem to pull rates. All credentials are the same from 1.7.0.2 I've displayed the log file below from the debug. Installed latest version of…
aidin
  • 111
  • 7
0
votes
1 answer

Override observer?

I currently have a Magento module with an observer that listens for the following events: sales_order_invoice_save_after sales_order_place_after sales_order_shipment_save_after order_cancel_after The observer calls a method in a Model that…
natecornell
  • 211
  • 2
  • 13
0
votes
1 answer

Checkout process not proceeding after 4 step in magento 1.9 for my theme

When I added a product to cart everything is working properly and when I continue for checkout process in that while registering the customer billing details I am unable to proceed from step 4 to 5. Please suggest me what is the exact issue I am new…
Ricky
  • 284
  • 1
  • 3
  • 19
0
votes
2 answers

Magento model can't delete row

I m trying to delete my db table row using below code from observer. but can't delete it gives error in system log Some transactions have not been committed or rolled back $customFieldValue = $this->_getRequest()->getPost(); …
Zaheerabbas
  • 1,119
  • 20
  • 46
0
votes
1 answer

Can I assign a parent category in navigation to not link to anything?

Weird question that probably needs a person that know magento very weal to answer. I am new to magento and I created a mega menu with categories that will link to cms pages I made. The main category labeled "about us" links to a default category…
Lima
  • 33
  • 2
  • 7
0
votes
2 answers

Error when adding SOAP/XML-RPC users and roles

I tried to upgrade Magento 1.9.0.1 to 1.9.1 via the Magento Connect facility and it seems to have stopped me being able to add users and roles for API access. Here's the error: Invalid method Mage_Admin_Model_User::validateCurrentPassword(Array Has…
0
votes
1 answer

Magento upgrade 1.9.0 to 1.9.1 upgrade then blank page

I'm new in magento, I see the following error message after the upgrade via ftp: Fatal error: Class 'Mage_Sales_Model_Resource_Setup' not found in /home/user/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php on line 234 thanks for help
0
votes
0 answers

Content showing twice

I just created a module and I put this in my layout file:
Medes
  • 48
  • 6