Skip to content

[Shipping] The contact us link isn't showing on order tracking page #22822

Closed
@eduard13

Description

@eduard13

Preconditions (*)

  1. Magento 2.3-develop

Steps to reproduce (*)

  1. Make sure you have enabled the Contact Us
    Stores / Configuration / Contacts [General] / Contact Us
  2. Create a new order
  3. Create a shipment for the order
    3.1 Add the Tracking Number by using USPS carrier
  4. Click on the Track Order link (from Order page)

Expected result (*)

  1. Having the contact page enabled, we should see a different error message if the Shipping Carrier is not available. The text should include "contact us for more information or"
    Xnip2019-05-10_18-45-53

Check this code:

<?php if ($parentBlock->getContactUsEnabled()) : ?>
<a href="<?= $block->escapeUrl($parentBlock->getContactUs()) ?>" target="_blank"
title="<?= $block->escapeHtml(__('contact us')) ?>">
<?= $block->escapeHtml(__('contact us')) ?>
</a>

Actual result (*)

  1. The contact us link is not available
    Xnip2019-05-10_18-46-15

Metadata

Metadata

Labels

Component: ContactFixed in 2.2.xThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentProgress: PR CreatedIndicates that Pull Request has been created to fix issueReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions