Skip to main content

Questions tagged [quote]

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

0 votes
1 answer
51 views

In my store all customers are guest, when a customer add a product to cart a quotes is created, but sometimes it uses an already created quote, so my question is: how Magento decides when to use an ...
elunicotomas's user avatar
0 votes
1 answer
87 views

I've encountered an issue on the payment page involving configurable products with additional options. Specifically, for guest users, when proceeding to the payment step during hyva checkout, the ...
Mark's user avatar
  • 73
0 votes
2 answers
176 views

We are trying to move our magento 2.4.4 webshop to a different hostingprovider, but because of the size of some quote tables we can't get a back-up of the database. As you can see in the above image ...
Sef Bogaerts's user avatar
0 votes
0 answers
56 views

I am having a module which gives the ability to cart with checkbox to select which items you want to proceed to checkout. Although I have an issue with Observer event and always in order I get all ...
G. G.'s user avatar
  • 1,290
1 vote
1 answer
60 views

I want to apply different discount for different for sku's. If both are present in same cart . I want to get discount combine. Suppose if Sku A has discunt 4 and Sku B has 5 , total discount should ...
M2Dev's user avatar
  • 60
0 votes
2 answers
58 views

This is my custom controller : <?php namespace Vednor\Module\Controller\Customer; use Magento\Framework\Controller\ResultFactory; use Psr\Log\LoggerInterface; class Addtocart extends \Magento\...
Rana Zain's user avatar
  • 731
0 votes
1 answer
61 views

I search for few hours in the historic of Magento2 but I don't find answers. Why, natively in M2, coupon code is not allowed on a quote NegotiableQuote request ?
Nolwennig Jeulin's user avatar
0 votes
1 answer
40 views

I created a observer : <?php namespace Vendor\Module\Observer; use Magento\Framework\Event\Observer; use Magento\Framework\Event\ObserverInterface; use Magento\Framework\App\RequestInterface; use ...
Rana Zain's user avatar
  • 731
1 vote
3 answers
254 views

I have a magento 2.4.7-p3 instance and I faced a strange bug. Here is how I reproduce it. 1- Add something to the cart, as a guest and not logged in 2- In checkout/cart click on Paypal button, in the ...
Korbin's user avatar
  • 228
0 votes
0 answers
31 views

I would like to set billing and shipping address from my custom page (only for guest customers).My checkout page has been changed and overrided and the shipping and payment steps are changed(no longer ...
Selmi Houssem's user avatar
0 votes
1 answer
56 views

I am using this endpoint : http://mage.local/rest/V1/carts/3747/items and this is the body: { "cartItem": { "sku": "8717752030514", "qty": 1, &...
Rana Zain's user avatar
  • 731
0 votes
0 answers
36 views

I have two custom options on the product view page: width and length. When adding a product to the cart, I want to update both the weight and the price based on these options. Currently, the price ...
Mohit Srivas's user avatar
0 votes
0 answers
58 views

I'm facing a critical issue with order creation in my Magento2.4.6 store. Sometimes, when customers place new orders using credit limit payment method, instead of creating a new order, the products ...
user115918's user avatar
0 votes
2 answers
143 views

I have tried all of my thinking, I don't understand why the grid displays a blank Controller namespace StateDrives\RequestQuote\Controller\Adminhtml\Bulkquote; use Magento\Backend\App\Action; use ...
abbas fakhruddin's user avatar
1 vote
1 answer
44 views

We use the following code, to get the last item that was most recent updated. $itemsCollection = $cart->getQuote()->getItemsCollection(); $itemsCollection->getSelect()->order('updated_at ...
JGeer's user avatar
  • 1,420

15 30 50 per page
1
2 3 4 5
44