Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4652

Domain Manager: TLD pricing feed shows transfer price in renew column

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.4.1
    • Component/s: None
    • Labels:
      None

      Description

      The bootstrap and HTML feeds show the transfer price in he renew column and vice versa. Swap language so that it goes register, renew, transfer and shows he correct price for each column.

      In plugins/domains/views/feeds/bootstrap_table.pdt change

                  <th class="py-1 h6"><?php $this->_('DomainsFeed.table.transfer');?></th>
                  <th class="py-1 h6"><?php $this->_('DomainsFeed.table.renew');?></th>
      

      To

                  <th class="py-1 h6"><?php $this->_('DomainsFeed.table.renew');?></th>
                  <th class="py-1 h6"><?php $this->_('DomainsFeed.table.transfer');?></th>
      

      In plugins/domains/views/feeds/html_table.pdt change

                      <i><?php $this->_('DomainsFeed.table.transfer');?></i> <?php echo $this->CurrencyFormat->format($pricing->price_renews ?? $pricing->price, $pricing->currency, ['code' => true]);?><br/>
                      <i><?php $this->_('DomainsFeed.table.renew');?></i> <?php echo $this->CurrencyFormat->format($pricing->price_transfer ?? $pricing->price, $pricing->currency, ['code' => true]);?><br/>
      

      To

                      <i><?php $this->_('DomainsFeed.table.renew');?></i> <?php echo $this->CurrencyFormat->format($pricing->price_renews ?? $pricing->price, $pricing->currency, ['code' => true]);?><br/>
                      <i><?php $this->_('DomainsFeed.table.transfer');?></i> <?php echo $this->CurrencyFormat->format($pricing->price_transfer ?? $pricing->price, $pricing->currency, ['code' => true]);?><br/>
      

        Activity

        jonathan Jonathan Reissmueller made changes -
        Status In Review [ 5 ] Closed [ 6 ]
        abdy Abdy Franco made changes -
        Time Spent 13 minutes [ 780 ] 23 minutes [ 1380 ]
        Worklog Id 15715 [ 15715 ]
        abdy Abdy Franco made changes -
        Status In Progress [ 3 ] In Review [ 5 ]
        Resolution Fixed [ 1 ]
        abdy Abdy Franco made changes -
        Remaining Estimate 0 minutes [ 0 ]
        Time Spent 13 minutes [ 780 ]
        Worklog Id 15710 [ 15710 ]
        abdy Abdy Franco made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        abdy Abdy Franco made changes -
        Assignee Abdy Franco [ abdy ]
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked higher
        jonathan Jonathan Reissmueller made changes -
        Sprint 5.5.0 Sprint 3 [ 155 ]
        jonathan Jonathan Reissmueller made changes -
        Field Original Value New Value
        Rank Ranked higher
        jonathan Jonathan Reissmueller created issue -

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              24/May/22

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 23 minutes
              23m

                Agile