Coder Social home page Coder Social logo

magento2-module-delivery-date's People

Contributors

sohelecommistry avatar sohelrana09 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

magento2-module-delivery-date's Issues

new step

How to I add this delivery date in new step on checkout page in magento2.1.x

try to add two fields but its getting only one fields data in console

Hello ,

I am try to add two fields in shipping form but when i am add second fields it not getting the value of second fields i am checked it in console it display the extension_attributes: only one values i am pass value like same in view/frontend/web/js / shipping-save-processor-default-override.js
define(
[
'ko',
'jquery',
'Magento_Checkout/js/model/quote',
'Magento_Checkout/js/model/resource-url-manager',
'mage/storage',
'Magento_Checkout/js/model/payment-service',
'Magento_Checkout/js/model/payment/method-converter',
'Magento_Checkout/js/model/error-processor'
],
function (ko, $, quote, resourceUrlManager, storage, paymentService, methodConverter, errorProcessor) {
'use strict';
return {
saveShippingInformation: function() {
var payload = {

            addressInformation: {
                    shipping_address: quote.shippingAddress(),
                    shipping_method_code: quote.shippingMethod().method_code,
                    shipping_carrier_code: quote.shippingMethod().carrier_code,
                    extension_attributes: {
                        delivery_date: $('[name="delivery-date"]').val(),
                         specific_delivery: $('[name="specific_delivery"]').val()
                    }
                }
            };

            return storage.post(
                resourceUrlManager.getUrlForSetShippingInformation(quote),
                JSON.stringify(payload)
            ).done(
                function (response) {
                    quote.setTotals(response.totals);
                    paymentService.setPaymentMethods(methodConverter(response.payment_methods));
                }
            ).fail(
                function (response) {
                    errorProcessor.process(response);
                }
            );
        }
    };
}

);
could you please help me to resolved it.

Can't place an order on Magento 2.3.4

when I try to place an order I always get an API report error like this:

Fatal Error: 'Uncaught TypeError: DateTime::__construct() expects parameter 1 to be string, object given in \//home\/Mage2\/public_html\/vendor\/magento\/framework\/Stdlib\/DateTime.php:58

Selected delivery time shows 5.30 hrs greater

I have placed one order on magento2.3.1 website with your delivery date extensions selected date. When i tried to check in admin panel, at the Payment & Shipping Method block, Showing the selected time 5.30 hrs greater.

I selected 23-5-2019 9:00 am.
Showing at admin 23-5-2019 2.30pm

Default Value

Hello,
I'm trying to set default value for the picker with After an hour from now
is there easy way to set it ?
or can i display the option to select if out of working hours

Not working

Hi,

I have installed this plugin but it is not showing anything on frontend for me. I am using 2.1.6.

Please help me as I am trying to add custom fields for shipping and billing address.

Auto show delivery date

if customer choose a store view and i want delivered to be auto selected matching the store view picked

Click-n-Collect Store

Please select your click-n-collect store USA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.