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

How to Send sms to customer mobile if order is placed via Magento admin panel

I have already done sms integration for the orders placed by customer using my website. But I want to send sms to customer mobile number when order is placed by admin (site owner) using magento admin panel. In magento admin has the option to place…
Udhayakumar
  • 261
  • 1
  • 10
3
votes
0 answers

How to call controller action in Observer in Magento?

In my plugin observer I want to call controller action but I do not know, I searched a lot but did not find any feasible solution for that. I have tried this one also- public function proccessFeeds() { //this i have added to call…
Hina
  • 598
  • 1
  • 5
  • 20
3
votes
1 answer

Magento how to create different user login for different store

I have three different store (A, B, C) in one website and I want to create client user account for only one store A. I mean client with the given login detail should be able to login only to the store A, he should not be able to see the store…
user3232286
3
votes
1 answer

PayPal gateway rejected the request. Field format error: 10431-Item amount is invalid

I am using Magento 1.8.0.0 version with Paypal Website Payments Pro Payflow Edition (Includes Express Checkout) Payment Methods for my website. I have used shopping cart price rule to give some discounts to customers. But whenever discount is…
VelanApps
  • 31
  • 1
  • 3
3
votes
1 answer

Get name of tax rule applied in magento

How can i get the tax rule name applied on my product. I have tried getfulltaxinfo() but it is getting me rate & all stuffs but not the name of tax rule that is applied. Is there any way i can get the tax rule name.
Nilesh Gajare
  • 6,302
  • 3
  • 42
  • 73
3
votes
2 answers

Install magento theme manually from .zip

I have been trying to install a theme which has the following folder structure to magento community installation but I never get it to work: theme ├── app │ ├── code │ │ └── ... │ ├── design │ │ ├── adminhtml │ │ │ └── default │ …
chamini2
  • 2,820
  • 2
  • 24
  • 37
3
votes
2 answers

magento large size downloadable product not downloading

I am working on magneto 1.8 CE . Every thing is working fine beside some products are not downloading completely. Size of these products are greater then 50M. I change my php.ini settings Current values are max_execution_time = 5000 safe_mode =…
3
votes
2 answers

How to display all product images on magento

I try to display all image in product page like this I have a loop like this: getData('media_gallery')['images'] as $image) { …
user3375577
3
votes
1 answer

Your credentials do not allow access to this resource [code] => 220

I am using twitter login for magento i configure everything but when get the user informations the give the following error.Your credentials do not allow access to this resource [code] => 220. if some body face this type of problem then help me and…
3
votes
1 answer

Magento Rest API Redirects to Customer Account After Login

Hi! I've been working with the Magento REST API and OAuth 1.0 for an iOS application that fetches products only for customers (not guests). Along the token-request process i've encountered with the following issue: Whenever i try to obtain a token…
fpinvidio
  • 101
  • 7
2
votes
0 answers

Show static block content for particular dates and times in magento 1.8

Hi we are planning to create a whole weeks worth of sales leading up to Black Friday. Usually when we have a sale I stay up until midnight and switch all the content on the site then change it back at midnight the next night. For this week-long…
GlynnJohnson
  • 55
  • 1
  • 5
2
votes
2 answers

sql to retrieve all order and product details in magento

I want to retrieve all details related to an order such as order_id, products related to that order and product attributes such as size, price and color in magento database. This is the query I have currently used to retrieve details about the…
Dilani
  • 533
  • 1
  • 6
  • 22
2
votes
1 answer

Magento images not showing in backend

I have a serious problem with my Magento 1.8.1 installation. It is not possible to view or upload any images in backend. The images once uploaded show up fine in frontend, but in the backend: nothing. Even the upload buttons are missing. I already…
2
votes
1 answer

What is diffrence between getstoreconfig and getstoreconfigflag?

In magento 1.9 What is diffrence between getstoreconfig() and getstoreconfigflag() methods?
Prince Patel
  • 2,990
  • 1
  • 21
  • 28
2
votes
1 answer

SUPEE 8788 patch installation error on Magento ver. 1.8.1.0

I am using Magento ver. 1.8.1.0 I am trying to install all the patches in my site and i installed all the patches but when i am trying to install patch SUPEE 8788 for magento ver. 1.8.1.0 , it shows error. I seached the google stuff, still not able…
kingp
  • 83
  • 4
  • 15