Questions tagged [magento-1.7]

Magento 1.7 is a version of the Magento eCommerce platform that was released April 24th 2012. It has had two minor revisions since, with the most recent version being 1.7.0.2 which was released July 5th 2012.

General Magento questions may be asked on Magento.SE. Questions not related to programming are off-topic

Related tags


3389 questions
37
votes
11 answers

There has been an error processing your request, Error log record number

I installed Magento, logged in admin panel. But if I press on any link to open let say CMS pages or users configuration, I get error like this: There has been an error processing your request Exception printing is disabled by default for…
Andrius
  • 19,658
  • 37
  • 143
  • 243
25
votes
12 answers

Magento: Detect if admin is logged in in frontend pages

I have created a magento extension. I want to implement access to the extension. The extension creates a page in frontend and i want only admin to access that page. So basically i need something that would detect that if admin is logged in in…
Nirmal Ram
  • 1,722
  • 4
  • 25
  • 45
23
votes
8 answers

Get product id and product type in magento?

I am creating magento store. I am beginner in magento. I want to get product id and product input type in my phtml file is this possible? please guide me.. I am trying to this way to get product type. but its not working for…
Padmanathan J
  • 4,614
  • 5
  • 37
  • 75
22
votes
1 answer

wamp tmp folder takes some GB of space while running magento in localhost

wamp tmp folder takes some GB's of space while running magento in localhost ,like this some files are created in Wamp/tmp folder, while i using magento cachegrind.out.1367384833 cachegrind.out.1367384834 cachegrind.out.1367384835 file contain code…
balaji
  • 291
  • 1
  • 4
  • 13
21
votes
2 answers

how to add a 3rd party library to magento?

The library doesn't need to integrate with magento, it's mostly a wrapper that communicates with an API. I would like to be able to use this library and make these API calls from within a controller or model. Where can I put the library? How do I…
john
  • 33,520
  • 12
  • 45
  • 62
19
votes
1 answer

Magento - Add custom attribute to order

I'm trying to add a custom field to my orders. At this moment, I found the post bellow that helped me to create such attribute in my…
MatheusJardimB
  • 3,599
  • 7
  • 46
  • 70
18
votes
6 answers

Why does Magento keep only the first 1000 products in a category, after saving the category?

Using Magento's back-office, after saving a category which was linked to many products, only the first 1000 products (or 2000, or x000, depending on host configuration) are kept. All other category/product links are deleted from the…
tpiazzapw
  • 602
  • 1
  • 5
  • 14
17
votes
5 answers

Magento : How to display selected custom option price in product detail page In price box

I want to display custom option price with name in price box in product detail page. I also try this link but not getting success this is link i use So please suggest me any solution.
Jalpesh Patel
  • 3,150
  • 10
  • 44
  • 68
16
votes
2 answers

How to validate radio button in magento?

In my custom module I have a form which has radio buttons. When I click the submit button it does not validate the radio button. How to validate that using the Magento default validate class. Thanks
MeenakshiSundaram R
  • 2,837
  • 3
  • 29
  • 41
16
votes
3 answers

When does Magento consider a cart to be abandoned? Where's that time limit set?

If left to default settings, what circumstances would have to occur for Magento 1.7 to consider a cart abandoned? Where is the code that makes this determination located? I know that this is probably set somewhere in the quote, but I can't find it…
Kale
  • 601
  • 1
  • 8
  • 25
16
votes
1 answer

How to get Access Token and Access Token Secret from Magento 1.7 REST API

I've registered my application on my magento admin. already got the Consumer Key and Consumer Secret. but i have no luck to get the access token and access token secret. it said…
Josua Marcel C
  • 3,122
  • 6
  • 45
  • 87
15
votes
9 answers

Why I can not login to magento backend using google chrome

I am using magento community edition 1.7.0.2.I am not able to login to back end of magento.I know this problem can be because of chrome not accepting cookies. But how to fix that please help. Thanks
Mukesh
  • 7,630
  • 21
  • 105
  • 159
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
13
votes
3 answers

Magento: Get record of my model by custom Field

Is it possible to get a record of my model by another field of my model? The normal way $model = Mage::getModel('foo_bar/baz'); $model->load($id); // do something with the loaded record But i need something like this $model =…
rayphi
  • 503
  • 2
  • 14
  • 30
13
votes
5 answers

Magento - Module INSERT,UPDATE, DELETE, SELECT code

I created a module and want to used core write and read function to insert,update,delete or select database value with condition, how can I do it without using SQL? Example: $customer_id=123 Model=(referral/referral) SELECT $collection3 =…
Lim Heng Cheun
  • 229
  • 1
  • 3
  • 13
1
2 3
99 100