Closed TomR5 closed 6 months ago
Hi @TomR5. Thank you for your report. To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento give me 2.3-develop instance
- upcoming 2.3.x release
For more details, please, review the Magento Contributor Assistant documentation.
@TomR5 do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
Hi @itsPranith. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
[ ] 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).Details
If the issue has a valid description, the label Issue: Format is valid
will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid
appears.
[ ] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description
label to the issue by yourself.
[ ] 3. Add Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.
[ ] 4. Verify that the issue is reproducible on 2.3-develop
branchDetails
- Add the comment @magento give me 2.3-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop
branch, please, add the label Reproduced on 2.3.x
.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
[ ] 5. Add label Issue: Confirmed
once verification is complete.
[ ] 6. Make sure that automatic system confirms that report has been added to the backlog.
@magento give me 2.3.2-develop instance
Hi @itsPranith. Thank you for your request. I'm working on Magento 2.3.2-develop instance for you
We have narrowed down the problem. The source of the problem has to do with the change from 2.3.0 to 2.3.1 (and persisting in 2.3.2) in module-offline-shipping/Model/Carrier/Tablerate.php where Magento has changed the condition_name of Table Rates "Price vs. Destination" when stored in the tables shipping_tablerate and core_config_data from 'package_value' => ('Price vs. Destination'), to 'package_value_with_discount' => __('Price vs. Destination'), and from 'package_value' => ('Order Subtotal (and above)'), to 'package_value_with_discount' => __('Order Subtotal (and above)'),
and added the Setup/Patch/Data/UpdateShippingTablerate.php file to modify those tables.
Hi, @itsPranith, did you get that Magento 2.3.2 dev instance from the eng-com team? I have not gotten one yet myself. Thank you.
Hi TomR5,
I did not received Magento 2.3.2 dev instance from the eng-com team.
From: TomR5 [mailto:notifications@github.com] Sent: Wednesday, October 23, 2019 1:59 AM To: magento/magento2 Cc: Pranith Bethi; Mention Subject: Re: [magento/magento2] 2.3.2 Cart Price Rule for Free Shipping does not apply to matching items only when using Table Rates (#25098)
Hi, @itsPranith https://github.com/itsPranith , did you get that Magento 2.3.2 dev instance from the eng-com team? I have not gotten one yet myself. Thank you.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/magento/magento2/issues/25098?email_source=notifications&email_token=ANPXBEBMKHRN72FN2TKASA3QP5PBDA5CNFSM4JBN4OM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB7CUCY#issuecomment-545139211 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ANPXBEHL3C2NMFA775FGRRTQP5PBDANCNFSM4JBN4OMQ . https://github.com/notifications/beacon/ANPXBEFYJFQY4FKNLV5E4K3QP5PBDA5CNFSM4JBN4OM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB7CUCY.gif
:white_check_mark: Confirmed by @itsPranith
Thank you for verifying the issue. Based on the provided information internal tickets MC-22561
were created
Issue Available: @itsPranith, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
Hi @webkul-ratnesh. Thank you for working on this issue. Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:
[ ] 1. Add/Edit Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.
[ ] 2. Verify that the issue is reproducible on 2.3-develop
branchDetails
- Add the comment @magento give me 2.3-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop
branch, please, add the label Reproduced on 2.3.x
.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
[ ] 3. If the issue is not relevant or is not reproducible any more, feel free to close it.
Thank you @itsPranith and @webkul-ratnesh.
Just curious if there's been any progress on this issue.
I have confirmed the pblm still exists on a new client website on Magento 2.4. The only fix I can figure out, which goes against the don't-modify-core-files rule, is to delete the file: vendor/magento/module-offline-shipping/Setup/Patch/Data/UpdateShippingTablerate.php and edit the getcode function in the file: vendor/magento/module-offline-shipping/Model/Carrier/Tablerate.php replacing two lines as follows:
// 'package_value_with_discount' => __('Price vs. Destination'), 'package_value' => __('Price vs. Destination'),
// 'package_value_with_discount' => __('Order Subtotal (and above)'), 'package_value' => __('Order Subtotal (and above)'),
If someone has a better fix that does not involve core magento file changes, I'd like to hear about it.
@TomR5 I'm having a similar issue in Magento 2.3.2 where the Free Shipping rule does NOT get applied to Matching Items Only when using the UPS shipping method. Have you seen this before? Any idea where to correct this? Thanks.
No, I'm afraid I do not know how to address a specific UPS problem. We have used different carriers, but we have always had a tablerate .csv uploaded that we use and we only enable "Tablerates" as our shipping method to use.
Thanks for your comment, I appreciate you getting back to me on this.
Hi, I am having a similar issue with the Megaplaza store pickup extension, I choose Free shipping, but free shipping is not applied (it does work with all other shipping methods. I have another issue regarding coupons in magneto - I tried to create a coupon that will give the customer 100% discount on his order, when trying to place an order with this coupon, the cart shows the correct prices but when trying to checkout I get an error: Payment Method Not Allowed - I am using cardknox for the payment method
Hi @shakil-codilar. Thank you for your request. I'm working on Magento instance for you.
Hi @shakil-codilar, here is your Magento Instance: https://93a88bde0106e95d7af85d534b52eabf.instances.magento-community.engineering Admin access: https://93a88bde0106e95d7af85d534b52eabf.instances.magento-community.engineering/admin_aefb Login: 80bd41ad Password: 87f3c4d46609
Hi @shakil-codilar. Thank you for your request. I'm working on Magento instance for you.
Hi @shakil-codilar, unfortunately there is no ability to deploy Magento instance at the moment. Please try again later.
Hi @engcom-Bravo. Thank you for working on this issue. Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.@magento give me 2.4-develop instance
Hi @engcom-Bravo. Thank you for your request. I'm working on Magento instance for you.
Hi @engcom-Bravo, here is your Magento Instance: https://93a88bde0106e95d7af85d534b52eabf.instances-prod.magento-community.engineering Admin access: https://93a88bde0106e95d7af85d534b52eabf.instances-prod.magento-community.engineering/admin_1c8d Login: 8e7ffcef Password: 7eeff1401ee9
Hi @TomR5,
Thanks for your reporting and collaboration.
We have verified the issue in Latest 2.4-develop instance and the issue is no more reproducible.Kindly refer the screenshots.
For $100 or more of free shipping eligible items. On Cart Page, the free shipping is applied.the table rate shipping charge is applied to the single item not eligible for free shipping
Hence We are closing this issue.
Thanks.
Preconditions (*)
Steps to reproduce (*)
Conditions:
Actions:
Expected result (*)
If you could provide me a vanilla Magento instance on your environment, I could test there as well (@magento give me 2.3-develop instance - upcoming 2.3.x release)
Actual result (*)
Coupon_Code_Applied_Eligible_Items_In_Cart
Coupon_Code_Not_Yet_Applied_Eligible_and_Non_Eligible_Items_In_Cart
Coupon_Code_Applied_Eligible_and_Non_Eligible_Items_In_Cart