Skip to main content

Questions tagged [sales-quote]

Denotes questions related to the sales quote on Magento (creation, management, modification, relations)

0 votes
3 answers
595 views

I am working on shipping module where i need to fetch quote subtotal in both area frontend as well as admin order create. I am using Magento\Checkout\Model\Session to get the quote subtotal but when i ...
M2 Dev's user avatar
  • 598
0 votes
1 answer
56 views

Programatically, add a custom field('is_vip') in order. If a customer order value over $150 , the field value will be 1 and in order grid it will show yes.
Fahim Ahmed Fahim's user avatar
0 votes
0 answers
222 views

I want to know how Quote system works and how data is inserted into quote tables and how api retrieves data.Everything about quote by pure coding point of view i know that quote is cart object later ...
Magento2-learner's user avatar
0 votes
0 answers
176 views

I want to create an order programmatically where a product qty is zero. I am unable to do so at I get a message as {"0":"The requested qty is not available","1":"#1 ...
Avesh Naik's user avatar
  • 1,151
0 votes
1 answer
742 views

I have a custom_field on the product details page( Like a hidden field ). Which is not a product attribute. I can get this field value using checkout_cart_product_add_after event using an observer ...
Mujahidh's user avatar
  • 2,782
1 vote
0 answers
38 views

I am using Magento EE ver. 1.14.2.4 I have observed that shopping cart price rule does not apply on reorder from backend admin side. It considers the original product amount instead of applying ...
Hamendra Sunthwal's user avatar
1 vote
1 answer
4k views

I'm frequently getting this" No such entity with cartId =xxxxx " When I try to edit order by set order status to another status or assign order to customer. I've taken a look at the database ...
mido's user avatar
  • 41
0 votes
1 answer
270 views

How do I get the example value which is the date. $billingAddress = $order->getBillingAddress(); $shippingAddress = $order->getShippingAddress(); these two don't have it But it saves in ...
jibin george's user avatar
0 votes
1 answer
314 views

In the sales_flat_quote table, there is a store_id column. In my perspective the customer order in the front-end (website) and in the back-end, Magento creates each quote for different stores, if my ...
Sathish Thangathurai's user avatar
3 votes
0 answers
283 views

We're using a custom module to calculate an amount we need to include in the grand total of the order, i.e. the customer will be charged for the product PLUS this custom amount. The result is our ...
porras's user avatar
  • 31
0 votes
1 answer
383 views

I used the sales_quote_item_set_product event to save data to the table when adding to cart product. It works but when I add the next product, it does not save the old data in the old field. My ...
Brian NN's user avatar
  • 941
2 votes
0 answers
739 views

We have an issue that if a customer is logged-in and add product to cart, in quote table we have a column as customer_is_guest, it is saving as 1, even if the customer is logged-in, it is showing as ...
Prasanth's user avatar
  • 147
1 vote
0 answers
27 views

How to move a product/item who was added to cart/quote on websiteA to cart/quote which is on websiteB. I would like to solve this problem with controller, but I am not very successfull. Do you ...
Franci Melink's user avatar
0 votes
0 answers
72 views

Notice: Array to string conversion in D:\Projects\magento\lib\Varien\Db\Adapter\Pdo\Mysql.php on line 3074
user avatar
1 vote
1 answer
129 views

public function loadAttributeOptions() { $customerAttributes = Mage::getResourceSingleton('customer/customer')->loadAllAttributes()->getAttributesByCode(); $attributes = array(); ...
Rannye Rodrigues's user avatar

15 30 50 per page
1
2 3 4 5