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
0
votes
1 answer

add icon instead of label in link

I'd written this code: Cart
Mohammad Faisal
  • 5,783
  • 15
  • 70
  • 117
0
votes
5 answers

Magento – Coupon Code Submit Button Not Working

I have a fetch to which a strange magento situation. The template or extensions they installed seamed to have broken the coupon code submit button on their cart page. People could not submit a coupon code by clicking the “Apply Coupon” button. …
Bhavesh Godhani
  • 378
  • 7
  • 15
0
votes
1 answer

Magento Contact Form missing

really strange my contact us is missing in the footer and on the navigation bar i have custom theme and it was before working but not anymore . here is the message it giving me when i go by the link . Fatal error: Call to a member function…
0
votes
0 answers

Magento - Category redirect when language is changed

I got an issue with magento and category url's when I change the language. When I view a category and then switch to another language it works and gives the right translated url, but when I want to change back to the default language it doesn't…
user1717483
  • 121
  • 3
  • 14
0
votes
1 answer

How do I display a CMS static block in my Magento header

In the magento "Admin > CMS > Static Blocks" I have created a new static block. I am trying to figure out how to display it in my header template. I am not having success. I am quite new to magento and don't really have a deep understanding of…
lyna
  • 17
  • 1
  • 7
0
votes
1 answer

Magento: Remove other shipping result when free shipping shown

I have setup the free shipping for specific product categories in magento by refering this blog post http://www.regularjen.com/archives/2010/06/11/free-shipping-on-a-single-item-in-magento/ . And its working fine. Now the issue is , Magento showing…
Nijin Narayanan
  • 2,269
  • 2
  • 27
  • 46
0
votes
1 answer

CSV file always picks the lowest price

Hi I am using Magento and an extension called matrix rates, they use .CSV files to store the data for the post codes saying what post code has what delivery charge. The problem I have got is that it only picks the smallest delivery charge for every…
user3021997
  • 105
  • 1
  • 1
  • 6
0
votes
1 answer

Get associated products

I created a new module to create a section in admin panel. This module section has a sub-section "Associated products" where I can add one or more products to each item in that module. I am able to get the field values using functions like…
Mr_Green
  • 40,727
  • 45
  • 159
  • 271
0
votes
1 answer

How to create Categories webservice api in magento and in android app

I want to know how to create the Webservice in magento 1.8.0 which fetch all the categories name of the store and then I need to show on my Android application. So please advice.
user2666588
  • 65
  • 3
  • 11
0
votes
2 answers

Is there a simple way of changing magentos tax to only round down to the nearest penny?

Hi I am just wondering is there an easy way to get the tax in magento to only round down no matter what the last number is. for example: 12.56 will stay 12.56 12.563 will round down to 12.56 12.569 will round down to 12.56 no matter what the…
user3021997
  • 105
  • 1
  • 1
  • 6
0
votes
2 answers

Simplify delivery options on magento

I have a magento shop with 3 different delivery options. Non of them are related to the destination. We only allow shipping in one country and in this country the rate for shipping is always the same. So therefore I don't need to ask my customers…
Daniel K.
  • 1,189
  • 1
  • 10
  • 26
0
votes
1 answer

Magento 1.8 empty admin

I tried to upgrade Magento to 1.8. on my localhost version. The front-end works well, but my admin is completely empty. No error messages, nothing. I removed the sessions, the cache and commented out the cookieparams with no result. Where do i have…
Royw
  • 599
  • 5
  • 24
0
votes
1 answer

Magento: How do I remove a state from shipping state list but it should display in billing state list

I am using one step checkout extension for checkout in magento 1.8. I need to tweak my code so that shipping state drop down list hide/remove "virgin island" from state list but it should display in billing state drop down list.
Ram Sharma
  • 8,676
  • 7
  • 43
  • 56
0
votes
1 answer

How to call new css file in magento

I am developing an online store in magento.I am editing the default theme of magento according to my new theme. I wanted to know how can I call new css and js file to my default theme. I tried making a blocktype in layout/page.xml like:-
0
votes
1 answer

Magento - Remove "ShortDescription" Div on 1.8

A Magento & php noob here. I'm trying to removed the Short Descriptions from a store as they are unnecessary/unneeded. I've adjusted the attributes to disable them. It seems to leave a white space similar to a although i can't find any in the…
Max Coates
  • 89
  • 6