Picking Shiping method in magento2 - magento2.4

Create a 'picking shipping method' and on checkout when customer select picking shipping method on checkout display custom message after shipping methods list

Related

applying a 20% discount for students to magento store

I am trying to apply a student discount to some of my products but I can only see a way of applying a discount to the product itself, so everyone gets the discount! What I really want is somewhere for students to enter a code to get their discount, how can I achieve this please?
If you want to create a discount with coupon code, you should create a shopping cart price rule. So the students can add the products to cart and enter the coupon code on shopping cart page to get the discount for the products.
In Magento backend go to Promotions > Shopping Cart Price Rules.
Click Add New Rule on the top right.
Complete all required options. Set Coupon field to Specific Coupon and enter a coupon code on below text field. On conditions tab, configure settings for discount products that should be found in cart. On actions tab, configure setting to apply rules only for discounted product.

Magento Shipping method and discount Label are blank in invoice

I found a very strange thing in Magento 1.8. If the shipping address is the same as the billing address, shipping method and discount label show correctly in invoice and new order email. But if the shipping address is different from the billing address, shipping method and discount label show blank in invoice and new order email.
See examples here: http://i58.tinypic.com/fy3jg0.jpg and http://i57.tinypic.com/2afcwte.jpg
It is looking like during the order creation some of your code does not allow you to save the data in the discount and shipping metods table respect to order.
Or I would suggest you to see the code for the email teplate inside the locale.

How to Pass Order Details to the paypal-express-checkout in magento?

I am new to magento. I wanted order details to be shown on the paypal express checkout page on the left hand side of the order summary.currently only product name is saving.
How can I get products other details like price or total in magento?
Read the Express Checkout Integration Documentation.
To display the product information, you would need to specify the Payment Details Item Type Fields e.g.
L_PAYMENTREQUEST_n_NAMEm, L_PAYMENTREQUEST_n_DESCm,
L_PAYMENTREQUEST_n_AMTm, L_PAYMENTREQUEST_n_QTYm, etc

How to add extra price to cart total in magento checkout shipping method step

I have a custom field in shipping method step in checkout page. I want to add the custom field value with total amount of cart value. So that, custom field value will show with the total amount.
How can i do this?
yes you can do with the custom extension
as it is working in one of my application to add extre fees on checkout process
just follow step as on
http://excellencemagentoblog.com/magento-add-fee-discount-order-total
and it will sure help you to solve your issue.
Above link only for knowledge purpose, i am not associate with any more with above link

Magento - Notification of refund order

In magento, how do we send the client a notification from the website that an order has been refunded? and can we update the status to show that it was refunded?
Magento version : 1.7.0.2
From the Magento User Guide. See Step 6 below for e-mail notification.
Refunding
You can create a record of a product refund from an existing order by generating a
credit memo.
To view the list of refunds made in your web store:
From the Sales menu, select the Credit Memos option to display the Credit Memos page.
To refund a product from an existing order:
Note: You can create credit memos only for orders for which invoices were created. Without an invoice, an order is assumed not to be paid so that there is nothing to refund.
In the Admin Panel, select Sales > Orders to display a list of the existing orders.
Click the View link on the right side of the row of the desired order to display the
order view page.
Click the Credit Memo button to generate a credit memo.
Scroll down to the Items to Refund area, and in the Qty to Refund field of each
relevant product, specify the quantity of products to refund.
To specify that this product was actually returned to the web store, select the Return
to Stock check box.
6. (Optional) Select the Email Copy of Credit Memo check box to automatically send an email to the customer that the order has been refunded. You can also adjust the refund totals to match your business rules.
Managing Orders and Customers
Click the Refund button at the bottom of the page. The total of the order from which
this product was refunded is updated automatically.
Click the Back button to return to the orders page where you can create additional
orders, if required.
Note: Refunding an order in Magento CE does not cause an actual payment refund. You must refund the payment on your own. The credit memo is only a record used to track the refunds and to provide proper values in the reports.

Resources