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
3 answers

Magento Godaddy No file input specified

I have Linux webhosting on Godaddy. I tried installing Magento CE 1.8 on subdomain for more than a week and I still cannot get it to work. Before you say this question is duplicit, I have tried everything I found on Magento Wiki, Forums, Google and…
Tomáš Chylý
  • 342
  • 1
  • 8
  • 21
0
votes
1 answer

Magento cart does not display products, but does show the total price

I am running a Magento 1.8 multistore with around 10 different shops. On one of the shops I am experiencing a weird bug, the shopping cart stays empty, but gives me a total of the added products (see image) I am running default /template/checkout…
Gummetje
  • 61
  • 1
  • 6
0
votes
1 answer

How can we get the form values from phtml file to block in magento?

I need to get the form values entered in the phtml file to my block file in order to perform insert operation to the database in my block. Is there any way to get the form values from the phtml file??
0
votes
1 answer

Magento blank table in Sales -> Orders

In the Magento back-end no table is showing up under Sales -> Orders. All other pages function normal. I re-installed the newest version of Magento, did a database repair (db-repair-tool) without results and disabled all non-Mage modules. Mysql…
Maarten Klok
  • 215
  • 3
  • 20
0
votes
1 answer

Error in manage category Magento CE 1.8

I installed a fresh copy of magento CE1.8 on my system. I was able to add a few categories and products. But, all of a sudden the manage category page started showing an error Fatal error: Class 'Mage_Adminhtml_Block_Catalog_Category_Tree' not …
TranQ
  • 1,381
  • 1
  • 9
  • 10
-1
votes
1 answer

how can i change magento default URL?

how can I change magento default URL? Please help me out from this
-1
votes
1 answer

getPrice(); ?>

I have two magento sites with same admin. Everything is working fine.I have an issue with product price. Both are running on different domains.On one price is displaying finely.but on another it is not.
-1
votes
1 answer

Unable to communicate with the PayPal error

i m using Magento ver. 1.8.1.0 i got Unable to communicate with the PayPal gateway. error with paypal express checkout or paypal Payments Pro in both case. i have already Enable SSL verification :- No Can you explain me about this error. Thanks
ramesh
  • 21
  • 6
-1
votes
1 answer

Special price showing proper in product list page but not showing in product view.phtml in magento 1.8.1?

Special price showing proper in product list page but not showing in product view.phtml in magento 1.8.1? view.phtml ->http://pastebin.com/TsydMEJ6
SIL
  • 185
  • 1
  • 2
  • 11
-1
votes
3 answers

Remove Index.php from url in magento

I am using magento 1.8.1 and i want to remove index.php from url. for this, i did following thing: System -> Configuration -> Web -> Search Engines Optimizations, select YES. put the code in .htaccess RewriteBase / …
sam
  • 337
  • 5
  • 17
-1
votes
1 answer

Run magento product import cron

I found this solution online and found more similar to this. I need to run a profile same like this. It is a custom product import. What I want to know is how I can select the correct csv file in this script?
-1
votes
1 answer

How to show related category name on product page in magento

I want to display related categories in product page. My product contain cat A and related product cat is cat B, cat C and cat D.
-1
votes
2 answers

Login & Register Popup functionality in Magento

I want Login and Register functionality in Ajax popup box after loading the page. Can anyone give me any suggestions for that how to achieve that? I am using Magento 1.7.
-1
votes
1 answer

Call cron.php once a day - Magento settings

Like a lot of users i've some problems configuring Magento cronjobs (my cartrules doesn't update properly on Magento 1.8.1. I also modified my cron.php adding $isShellDisabled = true;). A tried a lot of things, but it doesn't work. Installed AOE…
SGP
  • 1
  • 2
-1
votes
1 answer

how to add a custom column to sales order grid in magento to show custom product attribute

Hello every one i want to add a column in sales order grid to show custom attribute of products for exp : color Thanks you very much for help.