Magento Community version 1.9

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

update image in Import Product Stocks using csv file

I am trying to update Products image using csv file in Magento ver. 1.9.2.2. i have remove old image and uplode new image in Products. I am try to upload image but it will upload new image but not ...
0
votes
1answer
10 views

How can i solve Larger file import error in wamp - Out of memory

I need to import exported db, when i try to import i get error like, As per error line, what can i do,
0
votes
1answer
19 views

How to create simple product programmatically?

I want to create simple product programmatically. Can anybody tell me where to add the code?
0
votes
2answers
27 views

I want to override these files in magento?

1. app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Option.php 2. app/design/adminhtml/default/default/template/catalog/product/edit/options/option.phtml 3. app/design/frontend/...
0
votes
1answer
10 views

How to setup multi websites in the same domain?

We have website with multi stores with different languages and currencies. We had Problem with our payment gateway because we have only one base currency , and we want our customers to buy with ...
0
votes
0answers
10 views

Magento error:Warning: include(Veritrans/Snap.php): failed to open stream

So I using payment gateway called Midtrans from this github https://github.com/veritrans/SNAP-Magento It supposed to bring out payment page after Checkout and redirect back to our website. But I only ...
0
votes
0answers
7 views

How to add New Price like Group Price

I want to add new field same like grouo price field in magento price. Can anyone help me for this? See i want below field
0
votes
0answers
18 views

error while placing order via magento admin

I am getting error while placing order via magento admin and I didnt get any shipping or payment options in admin and when I add the products to cart it shows zero price. Please give a solution .I ...
0
votes
0answers
30 views

product stock quantity in magento1.9

If customer check out the product. Without payment The product stock quantity is -1 or in the current value.
1
vote
1answer
18 views

Magento config xml multiple layout updates

Can I define more than one layout update file in my config.xml for the adminhtml? I want something like this: <adminhtml> <layout> <updates> <blog_admin&...
1
vote
0answers
9 views

Left layered navigation for the custom product collection in the custom page

I have a custom product collection (i.e) list of products which is based on the two attributes's values. Page is replicating the catalog page by the below xml <?xml version="1.0"?> <layout ...
2
votes
2answers
35 views

Oops! Something went wrong on location map at contact us page

I am working on magento-1.9 version. When I am going to contact us page, I got the following error which is Oops! Something went wrong. Please help me on this. Please let me know the requirements ...
0
votes
2answers
31 views

Magento add to cart programatically based on custom price

I try to add product in cart programmatically. I am using KG Based if 0.5=>100rs and 1=>150rs like wise it will increment based on kg. controller.php public function addtocartAction(){ //* Get ...
0
votes
0answers
14 views

Magento 1.X - Programmatically reorder only change items and totals

I want to reorder past order only change items and totals based on items price. All other information like PayPal information (Payment info tab) and transaction information remain same. Please help ...
0
votes
1answer
21 views

Google Analytics Plus in Fooman using GTM not working

I would just like to ask how to configure the Google Analytics Plus in magento 1.9.2.1, I'm uisng GTM to implement the Google Analytics code but it seem it doesn't track the Ecommerce Overview. Thank ...
0
votes
0answers
10 views

Blank product page in admin

In ver 1.9.0.1 when I edit any product in the admin the product page is blank and none of the navigation works, except for the dashboard link. I do not get any error, nor do I see any related notices ...
0
votes
0answers
5 views

Redirect main store homepage to second store

I have a multi site magento setup. The main domain and an add on domain as the second store. I now need to redirect the home page to the second stores home page. I have tried redirect 301 via the ...
0
votes
0answers
6 views

Fedex API. Shipping rates request for Multiple-Package Shipment rates

I am looking for fedex shipping rates (shipping estimate quotes), how to add multiple package(box) shipping rates after certain weight limit. I know there is option in magento admin panel weight ...
0
votes
1answer
22 views

Add text fields to Custom shipping Method

I have created a custom shipping method in magento 1.9.1 thanks to this tutorial. That part was easy, Now I want to add a couple of text inputs (one is a shipping carrier and the other is an account ...
1
vote
0answers
11 views

Post-order Price Indexing Issues, Possible to Off-load? / High Sales Volume CE Site

Possibly related to: Slow Save Order Due To Re-Index CE 1.9.2.4 (soon to be 1.9.3.x) 150+ orders per hour on CyberMonday and later in the holidays 40k SKUs 3 websites, 3 stores 2 customer groups DB ...
0
votes
0answers
5 views

Magento 1.9.3.1 Prototype.js error

After upgrading to a newer jQuery file (from jquery-1.8.2.min.js > jquery-1.9.1.min.js) i get all these errors from Prototype.js. Does anyone know how to fix this? I tried searching the whole ...
0
votes
0answers
6 views

How to hide some restricted countries in dropdown in checkout/onepage when user is logged_in

Guys I need help i need to hide some shipping addresses where i should not ship. So when they choose new address i already hide there with js, but if they are logged in this dropdown show all ...
1
vote
2answers
36 views

Buy X get Y free

Trying to implement the buy 1 get 1 free but making it incremental. If a customer adds 2 products, customer gets 2 of the same product free. If a customer adds 3 products, customer gets 3 of the same ...
0
votes
0answers
10 views

magento 1.X - Split order after paypal payment error cannot use same token

I am using Braintree PayPal extension. its working fine and placed order. But our requirement is that to split order into one item. For example, If I add two products in the cart and then checkout ...
0
votes
1answer
22 views

Magento REST API Example Errors

I'm trying to get a Magento REST API example working (Create a simple product as an Admin user with OAuth authentication) from the following link: http://devdocs.magento.com/guides/m1x/api/rest/...
0
votes
1answer
23 views

Programmatically create new customer and assign current quote

I want to create customer programmatically and want to assing current quote but unable to do that. Here is script, Please see and help me. // create customer $websiteId = Mage::app()->getWebsite(...
0
votes
1answer
21 views

Display Product Id & Name in custom page

we are displaying all the order related information in custom page : www.1234.com/php/site6/orders.php if we login as admin , than we can see all order informations. if we login as Designer , 1) ...
0
votes
0answers
16 views

Custom Form with not sending emails from frontend:Unable to send email. Sample of a custom notification error from Contact Us Form

I have following email controller in my custom module not sending emails. when I print the $params arrays it giving the output not email is not sending. Please check and let me know what is wrong with ...
0
votes
0answers
10 views

Uncaught TypeError: Cannot read property 'value' of null(…) on Onepage checkout page

I can't progress to the billing step when I click continue: UncaughtTypeError: Cannot read property 'value' of null : getting error on click continue button. Can someone assist me please?
0
votes
1answer
18 views

Payment methods are not visible in backend

I am working a vanilla Magento 1.9 setup and trying to set up payment methods. Once I activate in the backend at System -> Configuration -> Payment Methods they become visible in the frontend, but if ...
0
votes
1answer
13 views

Create user, error 500

When creating a new user I get a error 500. It seems that a class does not exist. I "grepped" for the name of the class but it does not show up anywhere else than the line in the error "PHP message: ...
1
vote
2answers
15 views

How to stop sending Invoice email to Customer in Magento 1.9.2?

I am using magento 1.9.2 version. customer place an order (Choose Payment Method - Cash On Delivery). When I Generate Invoice. customer is notified by invoice email. I do not want to send invoice ...
0
votes
0answers
14 views

Store phone number and emails not being displayed in transactional emails

I recently upgraded my magento installation to 1.9.3 and now the order emails doesn't display the store config data such as store emails and phone numbers. In the email templates they are added as {{...
0
votes
0answers
14 views

increment order ID - Magento 1.x/2.x to POS integration

I am writing an integration to create sync of order and products with third party POS system. The problem i am facing is that "increment order ID" in Magento is different from that in POS. The POS ...
0
votes
0answers
17 views

Inventory Management Extensions [on hold]

I want to manage inventories at multiple locations.So i need a plugin for this. i have been searching for one and i found few of them. But they all are too expensive. so i decided to write one myself....
0
votes
1answer
36 views

Add custom link to top link next to My Account in magento 1.9

this is my config file in etc\module : <?xml version="1.0"?> <config> <modules> <Net_Toplinks> <active>true</active> <codePool>local</codePool> &...
0
votes
1answer
44 views

Hide Designer Column in Designer Dashboard

we are displaying all the order related information in custom page : www.1234.com/php/site6/orders.php if we login than we can see all orders. Here Order id, Prodcut Ids..etc are fetching from ...
0
votes
0answers
15 views

How To Add Data From Custom Step Form to Database And View It for Review Step and Admin?

So I've created new custom step between Billing and Payment based on this http://excellencemagentoblog.com/blog/2011/10/10/magento-onestep-checkout-add-step/ I name the new step "Payment Type". The ...
0
votes
1answer
10 views

Include Toolbar Pager in custom product collection in custom page

I have a custom page where I am listing the custom product collection. I am using the default catalog/product/list.phtml as template to display the page. It's listing fine like the category page. But ...
1
vote
0answers
24 views

How to change inline js

<li class="buttons ajaxlogin_actions"> <button id="ajaxlogin_button_send" name="ajaxlogin_button_send" title="<?php echo $this->__('Login') ?>" class="...
1
vote
1answer
26 views

How to identify pages and set meta info in Magento

I have some pages in my magento store which are not CMS Pages. They have phtml files and common head.html files. This pages not also have databases tables. I want to set Meta info for that pages. ...
0
votes
1answer
13 views

Value showing in Adminpanel but not in DB table

I'm facing a strange issue or may be i'm not clear about how magento saves values in to DB. I have created a custom attribute for the product namely "seller_id" its properties are as follows. ...
0
votes
0answers
4 views

Google Trusted Store Issue during qualification period

I got an issue with Google Trusted Store during validation period as Google could not receive all of our orders except bank transfer. In fact, our Credit Card and Paypal payment is 3rd party payment ...
0
votes
1answer
18 views

Module is not working on front and not sending emails

I have just created a form with sending email but my module is not working on front end its going to 404 so i am unable to test if my form is working and sending email My Config.xml file in app > ...
0
votes
1answer
16 views

PRODUCT VIEW CUSTOM HOW TO :::

this is the code of the product view CODE PRODUCT VIEW I have try to change the design but it seams i get error i have to move related products ( look picture) i dont need text or size or something ...
0
votes
1answer
27 views

set required field foreach loop

How to set required field <form action="<?php echo $this->getUrl('modulename/index/controlleraction') ?>" id="requestfish"> <input type="hidden" name="form_key" value="<?...
1
vote
1answer
20 views

programmatically assign a product collection to a category

I would like to programmatically assign a product collection to a category. This is my product collection for example $_productCollection = Mage::getModel('catalog/product') ->getCollection() ->...
0
votes
1answer
31 views

Round price before apply any catalog price rules to it

I've been struggling with a rounding issue lately. We have a product at 40.65. With a tax of 23% it gets up to 49.99 and rounding that up it goes to 50. Now i want to apply some price rules. A rule ...
0
votes
1answer
12 views

How do i delete auto-generated coupon codes in magento?

I would like to delete auto-generated coupon codes under shopping cart price rules in magento through script. can anyone please help me on this.
0
votes
1answer
23 views

magento attribute

I have an item that fits for (toyota camry 2007-2013) & for (Ford explorer 2012-16) and I want to use attributes to help for search & layered navigation. so if someone searched for example ...