The orders tag has no wiki summary.
0
votes
0answers
10 views
Programmatically create a credit memo
Given an order that has been invoiced (by cash on delivery for testing) and is in state "processing", how can I create a credit memo for a given sku and quantity (in code that is outside of Magento ...
0
votes
1answer
39 views
Where is order ID generated?
I have been overriding the function saveOrderAction in the OnepageController.php (/app/code/core/Mage/Checkout/controllers) with my custom code.
I have implemented the logic for this successfully. I ...
0
votes
0answers
11 views
Customer Data vanished after editing an order
We only have quest sales in our shop.
Nevertheless the customer data (name, gender, email) is set in the order - not only in addresses. This data also shows in right top corner (account information) ...
0
votes
2answers
39 views
How to get sku's of selected bundle products from order item?
I see only product titles of products that are selected in product_options property of order item. Is there any way to get ids or skus of those products?
0
votes
1answer
22 views
Print Order before invoice
Does anyone know how to print orders before they are invoiced. We are migrating from volusion. in volusion you can select a batch and print it. From there we check stock then proceed to process and ...
0
votes
0answers
12 views
Use frontend attribute values when creating orders from admin
When creating an order from admin that includes a configurable product, the option is displayed using the admin value of the attribute.
In my case, I use a different admin value and frontend value.
...
0
votes
1answer
53 views
Rewrite OR add custom tab to the sales order view in magento
I want to add custom tab to sales order view form. I tried the following code, but nothing happend. (Link 1, Link 2).
My layout module.xml code is
<adminhtml_sales_order_view>
...
0
votes
1answer
32 views
Adding a custom field to Order admin screen
I'm trying to add a custom field to the order admin screen, specifically a dropdown box with the information appended to the order.
I have created a custom module, which has the structure:
etc -> ...
1
vote
0answers
60 views
Change order state
i'm trying
$myOrder->setState(Mage_Sales_Model_Order::STATE_PROCESSING, true)->save();
and got
Fatal error: Uncaught exception 'Mage_Core_Exception' with message 'Cannot retrieve payment ...
0
votes
1answer
38 views
Create Mage_Sales_Model_Quote from order
I want to create a quote from an existing order and remove some qtys and re apply the discounts. We need to work out the value of an order where we may cancel some of the items but not all.
I thought ...
0
votes
2answers
137 views
Does Magento send order cancellation emails?
I have been placing and cancelling orders allday without receiving any cancellation confirmation emails and thought maybe Magento 1.7 doesn't support this feature!?!
If anyone has had the requirement ...
1
vote
1answer
60 views
Help with Model “sales/order” Status vs State
I have a csv file from our SAP system that has a list of order IDs and items within the order and quantity shipped for each item. I am trying to cycle through each order ID and load them in Magento ...
0
votes
1answer
40 views
Getting orders with faked/false data
Since about 2 weeks we're getting about 2-3 faked orders each day in one of our Magento stores (v1.5.1). Every order is placed following the same scheme:
the user visits the storefront
accesses 1 ...
1
vote
0answers
52 views
Error page when placing order, otherwise order is normal
We have a magento 1.7 site that's been up for ~3 weeks now. It handles ~100 or so purchases a day using Authorize.net and PayPal Express. About 1 in 50 customers get an error page saying the order ...
0
votes
1answer
41 views
I can't cancel orders. Integrity Constraint Violation
Whenever i try to delete an order, by entering the order and then clicking cancel, i get a "The order has not been cancelled" Message.
I tried deleting the order from the list, and issuing an action ...
1
vote
0answers
28 views
Products in cancelled orders become inactive. I need them to remain active.
Pretty much my title.
I'm running a pretty special store, which only has one of each product, orders take them out of stock, which therefore makes them inactive, but if the order is cancelled, ...
0
votes
2answers
169 views
Add new field to administration orders grid
I am building my first Magento plugin that will hook into the event of when an order is placed, and export the order to a third party web service.
Now, rather than creating a separate table to store ...
1
vote
2answers
177 views
How to check if a product exists in catalog, rather than deleted, when on Order View page?
Ok, so I've learned how to make the product name a clickable link (when viewing an order as admin) to that product's Edit Page on our Admin Dashboard - here's the post w/ answer.
The answer shows ...
3
votes
2answers
352 views
Programatically created order not adding bundle products correctly
I have an order flow outside of Magento that uses both Magento's direct methods and API SOAP methods to create an order. (The API was used completely at first until we found out it wouldn't pass the ...
0
votes
1answer
80 views
Get All Orders With Credit Card Payment Method
How to get all the orders with the 'ccsave' as the payment method?
4
votes
1answer
313 views
Process to create partial credit memo/refund for Paypal Standard orders
I see a number of issues reported that if an administrator sends a partial refund to a customer via Paypal then Magento receives an IPN that causes the whole order to be marked as Refunded (e.g. ...
0
votes
0answers
47 views
Which observer to use during checkout order lock?
We're currently searching for an observer to use while a submitted order is locked during the checkout process. We've found that
Mage_CatalogInventory_Model_Observer::lockOrderInventoryData
is ...
6
votes
1answer
273 views
Programmatically Creating Shipments
I came across different ways to create shipment programmatically. They are
//Type 1
$converter=Mage::getModel('sales/convert_order');
$shipment=$converter->toShipment($order);
...
1
vote
1answer
61 views
Avoiding the select a store option when placing orders
I have a Magento EE site with two store views, the default store and a mobile store. When creating orders in the admin I would like to skip the step that asks the user to select a store, e.g. all ...
0
votes
0answers
33 views
Reorder from admin to different store
Does anyone know how I can change the admin reordering so that either an order that is reordered automatically gets assigned to a different site or allows the operator to change the site the reorder ...
0
votes
1answer
83 views
paypal order invoice
I have a really weird phenomena happening w/ my checkout and paypal.
I'm using paypal express checkout; If I use any of the paypal express buttons to checkout, when I return from paypal to finish ...
0
votes
1answer
72 views
Magento sample order checkout
In my site there are products like curtains and customer can choose different color for curtains, for color we are using custom options so customer can choose different color, but there are we have ...
3
votes
1answer
44 views
Do not want to see disabled products when creating an order from admin end
When you click on a customer in "manage customers" and then "create order", my client does not want to see the disabled products come up in the list for products to add to order. Any idea how I would ...
0
votes
1answer
195 views
backend order create: default billing = shipping address + add to addressbook
we enter a lot of orders via backend. And for every single order I have to click:
- shipping address = same as billing
- save to addressbook
How can we set this to default (avoiding these two ...
1
vote
1answer
115 views
Alphanumeric order increment id's
I've been using Alphanumeric order increment id's since ~CE 1.1 - they're all set up using an alpha character in the prefix field of core_entity_store.
At the time there was no real documentation ...
4
votes
3answers
113 views
Extensions for Adding Affiliate Javascript/Image-tracking to the Order Success Page
Are there any third party (open source or commercial) extensions that enable an better UI and/or a template interface for adding affiliate tracking code to the order success page?
That is, it's ...
1
vote
1answer
30 views
Retrieving grainular discount information for multiple qty of one item ordered
I have an problem retrieving specific discount information for an item of ordered with multiple qty.
Here's the scenario.
An item with a price of $100.
A shopping cart price rule of $10 off that ...
0
votes
1answer
79 views
Paypal Hosted Solution Pro (Iframe) - Many wrong order created
I'm using paypal Hosted Solution PRO as payment method on my store.
The integration is using API and Iframe.
The issue is that even if the customer doesn't finalize the purchase, an order is ...
0
votes
1answer
55 views
There are no applicable items for return in this order
I am going through the RMA process, I have placed 4 orders now with different products, and each time I try to create an RMA, I get the following error message
There are no applicable items for ...
2
votes
1answer
123 views
Enable Credit Card Save just for backend orders
I have a credit card gateway with my bank but does not allow backend orders... Is there a way where I can place backend orders for some clients that prefer placing orders over the phone and use the CC ...
1
vote
0answers
43 views
In my magento store Lifetime sales and total order revenue are different? [duplicate]
My magento store running from 2 years But on my magento store dashbord
Lifetime sales
and
total order revenue
which is set for 2ytd is display different?
anyone have any good solution ...
1
vote
3answers
130 views
Observing order state change
It seems there is no order state event by default, so how do you usually go about observing order state change?
There are two possibilities I see:
a) Overwrite the sales/order model to create your ...
1
vote
1answer
201 views
create bundle order programmatically
I have this code: http://pastebin.com/iFwyKM7G
Inside an event-observer class which executes after the customer registered. It creates an order automatically and it works for simple products. ...
0
votes
1answer
68 views
Getting Reorder to ignore stock levels in magento
i've been tasked to create a system where a customer can edit an order before it reaches the processing stage, i figure that the easiest way is to use the cart but with some edits to it to detect that ...
0
votes
1answer
116 views
Magento calendar not working
quite strange but is happening with me...Mag version is EE 1.12
Calendar is working fine on front end
it works fine in admin back end on normal pages see this
but when calendar is in pop up page, ...
0
votes
1answer
741 views
Importing Orders Magento from a CSV file
How have others imported orders from a CSV file into Magento? Are there any good scripts?
5
votes
5answers
211 views
Can I edit an Order and keep the payment information?
I have a customer that ordered 5 products, but 2 are out of stock and cannot fulfill the full order. However, when I edit the order (delete it and create a new one) to remove the two SKUs, the credit ...
2
votes
2answers
163 views
Admin Grid - Assign CSS class to new orders
I'd like to simply add a new-order class to an order row (or field, which seems simpler) if an order was placed in the last day.
For testing, I haven't moved anything to an overridden class, I'm ...
2
votes
2answers
36 views
How can I add a form in the thank you page in which the user won't have to resubmit the email address
I want to add a form in the thank you page (the page that's displayed after the order has been placed which contains the order details), however I don't the user to resubmit the personal details as it ...
3
votes
1answer
91 views
How do you deal with the Sales Order API not having a limit capability?
Working on an Order API integration for a community module. Wanted to avoid rewriting the Mage_Sales_Model_Order_Api model, so instead I implemented an observer of the ...
3
votes
2answers
87 views
E-mail address missing in order
We have 2 stores (a 1.7.0.2 upgrade from 1.5.1 and a 1.6 install) that both have a problem that for some orders has a missing e-mail address (customer_email in sales_flat_order). The stores are two ...
0
votes
1answer
43 views
Order generation plugin
I need to create 200-300k orders with bogus information so that I can test some functionality of a Magento Connect module that I am creating. I need the purchased products to be products from my ...
0
votes
1answer
302 views
Order made with PayPal, new order e-mail not sent
I have a problem with the orders with PayPal payment gateway. When order is made, the customer didn't receive any email for "New Order" placed.
I have established a sandbox for my PayPal and changed ...
1
vote
1answer
110 views
Is there a way to hide prices?
I am planning to allow the guest user to be able to view the product catalog. But I would like them not to see the prices. Is there a way to do that?
0
votes
3answers
110 views
What are the definitions of the order statuses? OR: Where should I integrate my order state?
I want to define some order states like "credit card payment received", the question is to which statuses they belong. Is there a definition for each of the built-in statuses?
Edit: Seems like I ...