Jump to content
  • 0

How To Change The Status Of The Review To Pending


sedudohost

Question

 

I tried to order a domain, and succeeded. that was the problem when I want to activate there is a comment "The status of this service is currently In Review and must be changed to Pending before it can be activated. This can be done through the widget on the Orders Billing Overview page using the Order plugin, or by a third-party plugin responsible for managing orders. "

 

 

how? or where a menu to change the status of an order? because I was looking at the menu / admin-> clients-> editservice not find it? http://prntscr.com/4x89dy

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Hi,

 

I am having the same issue, but if i go to  Billing > Manage Widgets > Order widget, then i do not see any "activate" button, even if i check the box.

 

In fact i see no button at all  :P 

 

I enabled the function "Language.allow_pass_through", just to see how it goes, and it seems like it's not related to our translation files.  

 

Please see the attached screenshot.

 

Thank you,

 

Carl

 

post-10622-0-52688700-1438784091_thumb.p

post-10622-0-32984600-1438784380_thumb.p

Link to comment
Share on other sites

  • 0

Ok.

 

I found why.

 

This code : 

 

 
<a href="#" class="btn_right submit"><?php $this->_("AdminMain.index.field_ordersubmit");?></a>
<?php
$this->Form->fieldSelect("status", $this->Html->ifSet($statuses), $this->Html->ifSet($vars->status), array('id' => "order_status"));
$this->Form->label($this->_("AdminMain.index.field_markas", true), "order_status");
?>
 
...it just don't seems to be at the correct place to show up, or i may have a css issue?
 
Anyhow, by moving it, and removing the id, then i work :)
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...