Showing ideas with label checkout.
Show all ideas
As an end user i have multiple items in my cart, but i would like to proceed with a single item or selected items to checkout and place / create the order. Once order is placed, coming back to cart rest all item should be available in cart.
... View more
See more ideas labeled with:
-
checkout
-
other
Most of external integrations ( crm, shipping etc ) needs city and township information as code like region and country. If you add city and township models to core developers can use this for integration and site customers can select from select box instead of writing city and township names. This feature is also good for shipping extensions. Shipping extension developers can apply different rates or accept/deny shipping city/township based.
... View more
See more ideas labeled with:
-
checkout
-
Shipping
Issue: When we tried to update the expiry date of a gift card; after extending the validity of any expired gift card, customers are able to apply them on frontend. However, as the status remains as 'Expired', it causes an issue when customers checkout with PayPal. The gift card is automatically removed on PayPal and the subtotal returns the amount without discount (which differs from what the customers see on the frontend which is with the discount). Feedback from Magento Support: We contacted Magento Support and was asked to submit it as a new feature as this "looks like the expected behaviour for expired Giftcards. There could be other dependencies as to why it does not change the status of already expired codes."
... View more
See more ideas labeled with:
-
checkout
-
other
Hi, I have a suggestion regarding view/edit cart page on android/mobile device. Scenario: 10 products were added to shopping cart and then cart was editied (quantity update etc). When tapping the quantity field against first product in cart then the numerical keyboard on android pops up. When the quantity is updated then user can only save the changes after he traverse to the end of the shopping list and click "update shopping cart" button. Moreover there is a "Next" button that is displayed with numerical keyboard on mobile device. This button takes you the quantity filed in next product without saving/updating the cart price. Now the user scrolls down to last product in the shopping cart and wants to update its quantity. This time numerical keyboard does NOT display "next" button but instead it displays "Go" button upon click this it automatically saves the configuration and updates the cart price WITHOUT clicking "Update shopping cart" button separately. My suggestion is it would be nice if such "Go" button is showed with every product quantity field. As mostly the custom does not go on updating the quantity of each and every product and mostly its just one or two product in the list that he needs the quantity update. in such case traversing to the end of the list just to save the configuration and update the cart price is not handy atall.
... View more
See more ideas labeled with:
-
checkout
Full details can found in https://github.com/magento/magento2/issues/19858 Initial GitHub Issues #19858 was reopened on Jul 30, 2019 with argumentation: I'm reopening this issue for two reasons: First this behaviour was working in M1. When a catalog price rule changed the product price in M1 this was reflected in the discount fields of the sales_order_item database table. This way you could always determine if a discount was used when the product was ordered. Secondly, either way, a special price or a price different then the original price is a discount, and it shouldn't matter where this discount is applied. It could be applied in the catalog or it could be applied in the cart, you're giving a discount on the price of the product. This should be registered as a discount. Please reopen the internal tickets within Magento Jira as well. Based on multiple feedbacks in slack and comments on the issue, it seems still a pain point for the community The issue was re-verified on the latest 2.3-develop branch and Confirmed again 1. Magento 2.3.*. 2. Catalog price rule which is enabled. 3. A visible and enabled product. Steps to reproduce 1. Create a product with the sku 'A'. 2. Create a catalog price rule for the product with the sku 'A' with a percentage discount or a fixed discount. 3. Apply and save the catalog price rule. 4. Run the command `bin/magento index:reindex`. 5. Place the product with the sku 'A' in your cart. 6. Complete the checkout process. Expected result 1. Product 'A' is shown with the discounted price on the product detail page and in the checkout [frontend]. 2. In the backoffice the discounted amount/percentage is shown in the order per order item [backend]. 3. In the table `sales_order_item` the `discount_amount` or `discount_percent` value is saved [database]. Actual result 1. Product 'A' is shown with the discounted price on the product detail page and in the checkout [frontend]. 2. In the backoffice the discounted amount/percentage is *NOT* shown in the order at all [backend]. 3. In the table `sales_order_item` the `discount_amount` or `discount_percent` value is *NOT* saved [database]. At the moment there is no proper way to ascertain whether an order item actually has a discount or not. The `applied_rule_ids` does not necessarily mean it is a discount for the product, it could also be free shipping for example.
... View more
See more ideas labeled with:
-
admin panel
-
checkout
-
other
-
payments
We are using tier pricing to accurately present a price for a product. The situation is that if we have an item where we are selling e.g. 500 @ £23.68 - the individual cost per item is £0.04736 Magento only appears to calculate 2 decimal places making the item £0.048 This would make our item £24.00 In this case, as with all others, the price is wrong!
... View more
Sometimes it's useful to get detect type of device on backend to be able use appropriate logic in code (blocks, templates) for different views (desktop, mobile). There is Mobile_Detect (https://github.com/serbanghita/Mobile-Detect) a lightweight PHP class for detecting devices. Would it be possible include this library in some next releases providing relevant methods of calling it?
... View more
There is no “Place Order" Button for the latest ce 2.3.1, the customer do not know to checkout , then have to give up the purchase, we have to make the simple checkout instruction there. It is URGENT to solve it.
... View more
See more ideas labeled with:
-
checkout
As part of the new 3-D Secure standard that is coming into force in Europe, there are a number of new parameters that should be sent to credit card acquirers. For a full list of the new fields check Credit Card 3DS2 Fields Currently missing information as far as my research showed: customer last login date customer password change date how many attempts to add a credit card to vault (e.g. tried to add 100 credentials and only the last one was valid) customer suspicious activity (there should be a way for a merchant to mark a customer as suspicious) street 3 field for billing and shipping address mobile phone and work phone (add 2 additional phone fields) expected delivery date for preordered products To ensure full compliance with the 3-D Secure standard this fields should be added.
... View more
See more ideas labeled with:
-
checkout
-
payments
Allow a customer-level setting that enables/hides payment methods. For example, I have a small number of customers who cannot be removed from their price group, but who I want to force into Proforma Invoicing rather than Creditcard. By linking the payment method to the price group, I have to double up the number of price groups, one for normal people and one for those with bad credit etc.
... View more
See more ideas labeled with:
-
checkout
-
payments
I have a scenario to return the bundle options product market price while refund. I have attached the sample screens as well Bundle Product Configuration: Dynamic Price - false Bundle Option 1 Name: Product 1 price type :Fixed Price Qty: 1 (Ex: 100 original price is 200) Name: Product 2 price type :Fixed Price Qty: 1 (Ex: 300 original price is 500) After I have ordered this product with the above option. In sales_order_item table product_options: {"info_buyRequest":{} contains only the 100, 300 amount. But I need the 200, 500 amount also in the original_price column of each items. currently original_price columns is 0.000. Please store the original price at the time purchasing . Magento version : Enterprice 2.2.6 Product
... View more
See more ideas labeled with:
-
checkout
-
developer
https://prnt.sc/mp1nt5 pls add the Paypal smart button to magento 2, other application such as WooCommerce have support it. That include the credit cards logo.
... View more
See more ideas labeled with:
-
checkout
We sell grills and smokers. When someone places an order they will often add covers and other products. Occasionally we run into an issue where the order go on credit check, one of the items goes out of stock and the order fails to go into Magento. Which means we have to create an order for these lost souls manually. The happens more than I'd like in the holiday season where things go in and out of stock constantly. Here's the thing. If I am out of covers for your smoker it doesn't really matter at the time of order. Often there is a delay of a couple weeks while we cut, weld and paint your smoker. I may have the covers stock deplete and restore 2-3 times. It'd be great if having that grill in your cart caused everything else to ignore their inventory level. Yes we know a product can individually have it's inventory ignored, but I want a product to make other products inventory ignored. Right now it's just before Thanksgiving. If I order a really big grill with a custom paint job it may not ship until January. My inventory level of anything else in the cart is completely irrelevant.
... View more
See more ideas labeled with:
-
checkout
-
other
Hi there, We recently came across with an issue where Magento intentionally disabled discount for Gift Card Type Products. It was there in Magento 1 and I totally understand that discount on gift card products may be leads to any fraud since Gift Card is similar to Cash value. But I noticed that in the code it is checking if it's Gift Card Type product then no cart rule apply. This check needs to be done at Admin Configuration, so if merchant want to enable/disable then should able to change that easily without any code change. User Case: We have Physical/Virtual Gift Cards Setup. We created a Cart rule where we can give 10% discount for above products. While looking into code at following file we noticed that it is invalidating gift card type products that's why we are not able to give any discount. File: vendor/magento/module-gift-card/Model/Validator/Discount.php Code: public function isValid($item) { if (Giftcard::TYPE_GIFTCARD == $item->getProductType()) { return false; } return true; } As mentioned above, it would be great if you include this feature in Admin Config. Thanks, Devendra Gajera Corra Inc
... View more
See more ideas labeled with:
-
checkout
-
other
Hello everyone, Does anyone know how to change 'Add To Cart' button text and relink the button? Sometimes I need to direct customer from my store to another place in the net. I followed these 2 guides: https://community.magento.com/t5/Magento-1-x-Admin-Configuration/Changing-Add-to-cart-button-text-and-relink/td-p/11658 https://www.tigren.com/change-add-cart-button-text-magento/ But they're the guide for Magento 1.9. The curent version is Magento 2.2.6 and the code is different, I can change the button text, but can not relink it. I created an atrribute 'get_link' to get the external URL from user's input, but it did not work. This is my code for the file 'addtocart.phtml' within current theme: https://drive.google.com/file/d/14WUsLE1arTCSX2V0jqKzmTkSH6fwY9X6/view?usp=sharing Or, does anyone know where I can find information for this problem? Hope you will take a look. Thank a lot!!
... View more
Issue Currently there is no simple way to check what quote item was just added to the cart. This causes issues for module developers who need to work out what item was added to the cart for a custom module. Possible Solution Right now we have: $this->checkoutSession->getLastAddedProductId(); To get the last added product however there is no way to fetch the item id. A possible solution is to give us a saved session for getLastAddedItemId for example: $this->checkoutSession->getLastAddedItemId();
... View more
See more ideas labeled with:
-
API
-
checkout
-
extensions
Firebase Push Notification module: This module is very frequently used with mobile applications. We can provide features listed below: Admin area to configure firebase authentication key. Rest API to save device token when someone gets logged-in with mobile application. Send push notification to mobile devices on various events like new order, order status change, abandoned cart etc. Send bulk notifications for newsletters and marketing campaigns. Save the list of notifications sent to customers and allow resend the notifications. I have already prepared a sample module and planing to publish it on Magento Marketplace.
... View more
See more ideas labeled with:
-
API
-
checkout
-
developer
-
extensions
Hi, In Magento 2.2.5 you can easily make Company a required field for customers in both checkout and creating an account - Settings>Configuration>Customers>Customer Configuration>Name and Address Options (see attached). Magento 2.2.5 But in Magento 2.1.14, there is no option for this (see attached). Can this feature be added to 2.1.x? Magento 2.1.14
... View more
See more ideas labeled with:
-
admin panel
-
checkout
In M1, On checkout page there is following 2 option for customer to checkout , Checkout as Guest Register and Checkout In Register and checkout there is Password and Confirm password field which is for registering a customer. I would like to have this feature in Magento 2 when guest checkout is disable. Right now we can't force customer to register while guest checkout is disable. If this is functionality that all Magento 2 customers are having to pay developers to fix/customise, I would suggest that it is something that Magento should add to its core functionality.
... View more
See more ideas labeled with:
-
checkout
The "Update" button for the billing address field is completely counterintuitive and bad user design. Customers do not expect to need to (and should not have to) hit an "Update" button for their billing address to take on an order. We've taken hundreds of calls from customers who don't understand why their billing address is incorrect on their order. It would be much more intuitive if, when the checkbox for "My billing and shipping address are the same" is unchecked, address validation on the billing address ran when the customer clicked the "Place Order" button. Conversion rates go down for every step you put between a customer and hitting the "Place Order" button. This counterintuitive "Update" button step undoubtedly has a negative effect on conversion rates and should be fixed.
... View more
See more ideas labeled with:
-
checkout