Showing ideas with label checkout.
Show all ideas
We want to be able to review which admins gave store credit at the end of the day in an easy, organized manner. Can we put in a feature request, so that under: system -> action logs -> reports [-> store credit] we would like to be able to produce a report that shows who added, subtracted, or spent store credit from the admin panel. it should be an option in these logs to see what admin takes the action of adding, removing, or changing store credit amount.
... View more
See more ideas labeled with:
-
admin panel
-
checkout
-
developer
-
other
Hi, Recently I upgraded my site to 2.4.2, and found out for the in-store delivery option, stores have to be source with sufficient saleable quantity in order for customers to select them in the checkout shipping step. I think it would be nice to have an option to set up stores for pick up regardless of the quantity, so the user can select the location for pick up as long as there is positive aggregated stock from all the sources, and us merchant can ship the order to that location from other sources. Thank you
... View more
See more ideas labeled with:
-
checkout
-
Shipping
Current Behaviour Enabling "Automatic Group Change" feature will change the Customer Group based on the user's selection for the current order and future orders. Problem Underneath the surface the Shared Catalog (B2B) functionality uses customer groups. When a shared catalog is configured for a company, Magento will assign a customer group (associated with that shared catalog) to the company user. Because of this, (permanently) changing the customer group using "Automatic Group Change" will in-directly affect the shared catalog which is assigned to a company user, thus breaking the Shared Catalog (B2B) when "Automatic Group Change" is enabled. Desired Behaviour "Automatic Group Change" actually emulates the customer group whilst in the order process rather than permanently changing the customer group.
... View more
See more ideas labeled with:
-
checkout
We don't have a feature to apply coupon code when we proceed checkout with Multi Shipping Address. If customer forgot to apply coupon code on shopping cart page, he/she doesn't have provision to apply coupon code on multi shipping address checkout. So, its better to have this feature on multi shipping checkout.
... View more
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
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
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
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
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