Tagged Questions
0
votes
3answers
37 views
Display Category in Left sidebar in magento
I am going to create one e commerce website. And I chose magento 1.7. But I am new in magento. I Wrote the following code in /app/design/frontend/default/default/layout/catalog.xml
My code is
...
1
vote
1answer
19 views
Magento - Integrity constraint viloation: 1452, shopping cart rules
When making a discount/shopping cart rule for a given category or SKU number, it's unable to save and this error is created:
'Zend_Db_Statement_Exception' with message 'SQLSTATE[23000]: Integrity ...
0
votes
0answers
27 views
trouble adding column to orders grid in magento
Help. I am trying to add a few columns to the orders grid in Magento 1.6.2. I followed pretty close to this example: ...
1
vote
1answer
24 views
product import into magento from mysql with datapump api very slow
I am trying to get my script working. I basically import data from a CSV into mysql, which works fine. I then like to take this data and import it with Magmi and its Datapump API with the right ...
1
vote
0answers
45 views
magento - reindex category product position
I've developed a custom product sort module with drag'n'drop and, for simplicity and speeds sake, it updates directly to the EAV tables. I save this new position with:
$write = ...
0
votes
1answer
35 views
Filterable attribute not showing in filters
I have an attribute that is set to Filterable (with results) in Use In Layered Navigation. I've reindexed, cleared cache, even turned off flat tables, but I can't get it to show up on the filters.
...
0
votes
0answers
34 views
Price change in magmi magento
I am looking the way to change price in percentage in magmi.something like adding 30% on price.
If someone can help on this,Please
Thank you in advance
0
votes
0answers
36 views
MySQL Foreign Key Constraint Conundrum
In our Magento install, we are trying ro re-run an index, but it's failing on a foreign key constraint:
There was a problem with reindexing process. Error Message: SQLSTATE[23000]: Integrity ...
0
votes
1answer
49 views
Magento 1.7 - Cannot initialize the indexer process for Product Prices
After a recent migration from Magento Professional to Magento Community (ver. 1.7.0.2), I am unable to initiate the Magento indexer on the "Product Prices" index. I receive the following error:
...
-1
votes
0answers
37 views
Fatal error: Call to a member function getSource() on a non-object in /home3/mashadta/public_html/app/code/local/Gclone/Deal/Model/Deal.php on line 82 [closed]
I got this error while installation.
what does it mean and where is the problem?
error Fatal error: Call to a member function getSource() on a non-object in ...
0
votes
0answers
73 views
unable to save Paypal method settings magento 1.7.0.2
I have tried the solution from here: http://www.magentocommerce.com/boards/26245/viewthread/285220/. And then I flushed the cache as well as re-indexing the entire system, but I still can't save the ...
-3
votes
1answer
74 views
PHP Fatal error: Uncaught exception 'Exception' with message 'Can't connect to mysql: Access denied for user? [closed]
I am trying to install a new theme for Magento and the theme comes with "an easy to follow instruction" and two separate PHP files which i need to run from the browser to be able to install the theme.
...
0
votes
0answers
31 views
How to Add Order Form in Product page in Magento?
I've to place an Quick Order Form To My Online Store Website Called as ITPlanet.Pk.
Here is The Product Page link
At the right side a wanna place a form Which ask For Customer details To place order.
...
-1
votes
0answers
18 views
Carrying a shipping price in onepage [closed]
I added a discounted price to two of my shipping methods in onepage for magento. I edited template/checkout/onepage/shipping_method/available.phtml to display the discounted shipping, if two of the ...
-1
votes
1answer
19 views
new website is not loading theme css in Magento
i've created a new website under a working Magento install. The old website works fine, but the new one doesn't load the theme css. I can see it loads the .phtml files when enabling Template Path ...
0
votes
2answers
21 views
magento enterprise_targetrule/index model not saving
I am executing this code:
$model1 = Mage::getModel('enterprise_targetrule/index')->load(5511);
var_dump($model1);
$model2 = Mage::getModel('enterprise_targetrule/index')->
load(5511)->
...
0
votes
0answers
24 views
Magento mysql fine tuning
I am new to magento. I want to tune mysql for my website so that i can get maximum performance.
I have a core2duo with 512mb ram. I am using php5-fpm and APC. Now, what should be the optimal settings ...
-1
votes
0answers
22 views
Configurable products addtocart bypassing product view page in magento [closed]
I’m working on a project where products are added directly from category listing page. No need to go to product page. When i click on “addtocart” button, it goes to the product page and shows message ...
0
votes
2answers
145 views
How to add products in Magento 1.7 using php scripts outside magento structure
I need to import products from "POS Winward" software to my magento store.After going through Import/Export products modules including MAGMI,Custom IMPORT/EXPORT i am unable to fulfill my purpose.
...
0
votes
1answer
67 views
How to login to admin or backend if magento database is deleted
I was working with magento and by mistake I deleted whole magento database, but on opening magento again from localhost new database was generated successfully.
But now the problem is that I am not ...
0
votes
0answers
78 views
Magento site down due to mysql error General error: 1030 Got error -1 from storage engine
I even deleted all records from log_visitor table, still getting the same issue. Following is the stack I am getting.
SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine
#0 ...
10
votes
3answers
328 views
Magento Product Flat Data and Catalog Search Index issue
We are running Magento store having 8k products. The tow indexing is not working. Throwing some errors.
Product Flat Data Error
Product Flat Data index process unknown error:
exception ...
-2
votes
1answer
74 views
Automatically choose next row of a SQL table with PHP [closed]
I have been looking for a solution for my problem but haven't found anything yet. I want to reward my Wordpress commenters with a coupon for my Magento e-commerce shop. For this I want to use the ...
4
votes
2answers
92 views
How to execute large sql query in magento?
I want to store huge content in db and my sample text is 16129 characters in length when i tried to execute this query it is showing "error:The requested URL could not be retrieved" in firefox and ...
1
vote
1answer
36 views
Magento delete database
I have two sites runnning in the same database.
One in magento and one not.
My question is:
Which files are from magento because I didnt use a prefix and I don't want to delete tables from the other ...
0
votes
2answers
191 views
magento SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '363624' for key 'PRIMARY'
i have migrated a mgento installation doing the following:
copied all files
exported the db
imported the db using mysql workbench
changed the base_url's to the new domain
updated local.xml to the ...
0
votes
0answers
62 views
Magento Wait Time - Extremely Slow With Test Results [closed]
We are trying to optimise our magento store, and ideally would like a sub 3 second loading time. However we are running into a massive issue with the TTFB waiting times, the test was done on ...
0
votes
1answer
58 views
Duplicate entry on INSERT after DELETE from table in transaction
I'm looking for any ideas to explain (and prevent) the following:
1) We have a Magento reindex process (price or stock) that is failing from time to time with:
exception ...
0
votes
0answers
45 views
Using a string in the IN Clause
in magento, salesrules have a conditions_serialized and a actions_serialized fields which is used to work out if a product show be discounted
in my copy of magento, all the promotions in sales rules ...
0
votes
3answers
236 views
Magento CSV Import Images Missing
I edited my products by exporting them with the Import/Export Tool in magento, after I imported them I got faced with There was a problem with reindexing process, which I finally fixed.
But now all ...