Questions tagged [ecommerce-sales]

Questions that involve e-commerce sales in an essential way. Two examples of what falls under the scope of this tag are the Mage_Sales module form Magento and sales orders in the NetSute platform.

22 questions
5
votes
2 answers

Magento custom order attribute/fields? Shooting myself in the foot?

I'm building a Magento store using a single catalog over 4 domains: 1 for the US and 3 for Europe (UK, French, and German). There's 1 fulfillment warehouse in Europe, 1 in the US and a sort of unofficial/internal "warehouse" in the US where…
Chris Forrette
  • 3,194
  • 2
  • 28
  • 37
2
votes
1 answer

Error while inserting/Editing Sales Orders with Items with \ char as part of the InventoryID

I am facing an issue while inserting Sales Orders to Acumatica via API for items that has the \ character as part of the InventoryID. If I try to insert a Stack Overflow with an InventoryID \Adjustment, the API returns the following…
Jose Joya
  • 83
  • 5
2
votes
1 answer

How to get the userid of the user that placed an order inside Magento admin panel?

We are rewarding our admin users by how many orders the help customers with per day. So we would need to track which admins placed which orders, I think the easiest way would be to add admin userid into sales flat order table on magento.
user1920187
  • 802
  • 1
  • 7
  • 15
2
votes
1 answer

How to rewrite or add custom tab to the sales order view?

I want to add custom tab to sales order view page. I have tried the following code but nothing has happened. How do I add a tab to the Sale Order Admin Page? Custom tab on sales order view My module.xml code is below: …
Mahmood Rehman
  • 4,303
  • 7
  • 39
  • 76
1
vote
1 answer

How to edit Magento Admin's Order detail page?

I'm want to edit the shipping address div at: admin/sales_order/view/order_id, this is the Magento Admin's Order detail page, I believe. I've tried with some files at: /app/design/adminhtml/default/default/template/sales/order/view, but I've got…
Mateus Neves
  • 304
  • 5
  • 16
1
vote
1 answer

Change titles in sales->orders page in admin panel mageno

I have to change the Bill to Name and Ship to Name titles in admin panel->sales->orders page in Magento. But I can't find the page. For this, which page contain these titles?
dsn
  • 67
  • 2
  • 11
1
vote
1 answer

Cant modify sales_email_order_items

We are using HTML tags in our options on products. The problem is, that the HTML is shown in the order confirmation email. where can I find the PHTML file to change the option items? app\design\frontend\our-template\default\layout\sales.xml …
Jo Le
  • 15
  • 1
  • 5
0
votes
2 answers

Automatic generate a sales order line for every sales order

Im experimenting with Dynamics Nav 2009. Is there a way to automatically insert a sales line every time I make a new sales order? I want postage to be included everytime Im making a new sales order.
Roi84
  • 99
  • 1
  • 2
  • 6
0
votes
1 answer

can't work $itemObject->getProduct()->getName() in magento

I m trying to get product information through item object using getProduct() method of Mage_Sales_Quote_Item class without a for loop. Below is my nonworking code. How do I get data of product using the getProduct() method? $quoteId = 5; …
test
  • 45
  • 8
0
votes
1 answer

Add products to sales quote in magento admin programmatically

I have customized search product grid as per client need(created new grid and disabled search grid) under sales order create page. I have created new grid successfully after "Items Ordered" block. When i click "Add product(s) To Item" button of my…
DRAJI
  • 1,829
  • 8
  • 26
  • 45
0
votes
1 answer

Different modules for sales/invoice management in OpenERP (Odoo)

I am using openerp 7.0. It has many modules for sales and invoice management. There is a sale management module which also has invoices like draft quotations and sale orders. There are also other modules like e-invoicing,invoicing,Invoice Analysis…
Waheed Khan
  • 1,323
  • 6
  • 18
  • 28
0
votes
1 answer

Magento - Adding New Column to Sales Order Grid Not Working

I'm trying to add a new column to Magento's sales order grid (Admin > Sales > Orders). I tried following the instructions located here: http://www.atwix.com/magento/customize-orders-grid/ I have copied the core file to the local folder so I can…
Mike Ebert
  • 90
  • 3
  • 11
0
votes
1 answer

Magento: How to limit a collection (sales/order) by a certain category?

I'm trying to limit order for admin users by category, I can find the collection of product id by category and collect sales/order but how can I use this with an event observer? $category_id = 44; $category =…
0
votes
1 answer

Magento order view button for id process

I must place a button in order view that will send further the order id. The id will be used for a simple database query then it should return to order view. I found out how to create the button, I created…
0
votes
1 answer

Set DeliveryName and DeliveryAddress in a Sales Order (Header and Lines) AX 2012 r2

I'm having trouble setting deliveryName and deliveryAddress from a sales order by X++ code. (SalesTable and SalesLine) in AX 2012. This piece of code will add an address to a sales order but it links that address to a customer like a customer…
NinoEmma
  • 127
  • 2
  • 12
1
2