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

Magento cart not updating quantity in arabic store view

I have the following issue with a Magento 1.8.1 installation. I have two store views, English, which is default, and Arabic. In the English store view if I add a product to the shopping cart I am able to modify the quantity by inputing the new…
Clain Alexandru
  • 135
  • 2
  • 9
4
votes
2 answers

Magento product view page quantity box always adds 1 to the cart issue

I'm developing a magento store and in the product view page/details page i have added a jquery quantity box.It works fine.But when click on the add to cart button always add "1" to the cart although i changed the quantity amount in the quantity…
CodeCanyon
  • 929
  • 2
  • 11
  • 36
4
votes
4 answers

Magento order with subtotal and grand total 0

I am observing the strange situation of orders with subtotal and grand total of 0, but with products in it. The products row have prices and no promo rules or discounts are being used. This happens sporadically and not only with one site. The…
Nikolay Dimitrov
  • 340
  • 5
  • 12
4
votes
3 answers

Review form is not being submitted

In my project, I added a new field location in "product reviews" of admin panel going through the following steps as explained in many blogs. Created a new field in database table review_detail as location. Added the following code in…
Mr_Green
  • 40,727
  • 45
  • 159
  • 271
4
votes
5 answers

Get notified on stock unavailability

I am trying to create a "Notify me" feature if the stock is unavailable. On search on admin panel, I could find only that a user should sign up / log in to get notified about the stock availability. But I just want to let the user (a guest) enter…
Mr_Green
  • 40,727
  • 45
  • 159
  • 271
3
votes
0 answers

Theme is not working on checkout in Magento

I install the magneto themes, after add the product on the magento admin panel, i proceed the checkout process, but not displayed the themes checkout, it will display the default checkout process, how to solve this problem
3
votes
1 answer

Fatal error: Class 'Magentothem_Sale_Helper_Data' not found in /home/project/public_html/app/Mage.php on line 547

I am struggling with one issue like - Fatal error: Class Magentothem_Sale_Helper_Data' not found in /home/project/public_html/app/Mage.php on line 547 Here is the config.xml
Jen
  • 150
  • 2
  • 15
3
votes
0 answers

Magento system log 2015-07-14T14:48:34+00:00 ERR (3): Warning: Mage_Core_Model_App::dispatchEvent(): Node no longer exists

We are receiving the following error over and over and completely filling up the system.log file: 2015-07-14T14:48:34+00:00 ERR (3): Warning: Mage_Core_Model_App::dispatchEvent(): Node no longer exists in…
3
votes
1 answer

Which table save original price and promotional sale price in Magento 1.8.1?

In Magento 1.8.1: Which database table saves the original price and promotional sale price?
Pankaj Upadhyay
  • 2,114
  • 21
  • 22
3
votes
2 answers

increment button is not working in magento

I am using magento 1.8.1. I am using magento 1.8.1 and i changed the increment decrements scripts. with the change of there design. jQuery(function() { jQuery("div.add-to-cart .qty_pan").append('
sam
  • 337
  • 5
  • 17
3
votes
1 answer

Owebia Shipping selected country shipping list

Owebia Shipping implement in my store. how i disable country which i not want to shipped item. there are no any selection for specific country selected list. i want to ship item only in 50 country , other country not select from shipping step.
Pratik Kamani
  • 758
  • 7
  • 23
3
votes
1 answer

Magento: How to add promo code form on one page checkout page?

I want to add a promo code form programmatically on one page checkout page of Magento 1.8 CE. This has to be added under payment review section. Added following snippet to layout/checkout.xml of active theme:
Vishal Patil
  • 485
  • 4
  • 15
3
votes
0 answers

Magento: programmatically call "import"

one of the manufacturers is uploading daily .xls files to my server, which I then use to automatically determine which products were added/removed/changed and generate .csv import file, which I then manually import using System => Import / export =>…
Daew
  • 419
  • 1
  • 4
  • 14
3
votes
0 answers

Magento Shipping method table rate: weight vs destination

Using table rate with weight vs destination has been the best shipping method available for any kind of shop. I am trying to use the same for a shop with a country having 4000 post codes. All 4000 post codes are divided into 5 categories each of…
Pradino
  • 462
  • 1
  • 5
  • 19
3
votes
2 answers

Magento site redirects to home page when ssl is enabled

I am using magento 1.8.1.0 and i have enabled SSL. SSL is purcahsed from Godady and is installed and configured at the server. I have also set the Base URL in secure section to https://..... . Now when i enable it for front end, and then when i try…
Altaf Hussain
  • 5,166
  • 4
  • 30
  • 47
1 2
3
63 64