*

ColdFusion

  • ***
  • 72 posts
Seller's tools buttons
« on: May 23, 2017, 10:16:31 AM »
Hi,

when I use the mentioned button from the listing page, an more specifically the Sold and Reserve buttons, this loads the account's active listings page in a new page, instead of just changing the status, as if they're used from the listings page view.

Is this the expected behaviour? It seem a bit counter-intuitive.

@frosticek - if it's a bug with me only, I'll send you login details to be able to see this

Thanks

Marked as best answer by ColdFusion on May 23, 2017, 12:37:51 PM
*

MB Themes

Re: Seller's tools buttons
« Reply #1 on: May 23, 2017, 10:41:33 AM »
@ColdFusion
It is how it should work to show you other your listings of same type.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Seller's tools buttons
« Reply #2 on: May 23, 2017, 11:02:17 AM »
Just to make sure we understand each other, as this really feels not quite right:

when I use these buttons

http://imgur.com/RWNCsv8

this opens in new page:

http://imgur.com/t0e9X6f

Listing page remains open, was that the way it was meant to be?


« Last Edit: May 23, 2017, 11:10:50 AM by ColdFusion »

*

MB Themes

Re: Seller's tools buttons
« Reply #3 on: May 23, 2017, 11:23:19 AM »
@ColdFusion
Yes that is how it works.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Seller's tools buttons
« Reply #4 on: May 23, 2017, 12:39:12 PM »
Okay, Thank you for confirming. Seems like I'm the only one that finds it confusing, I would have thought it should just change the button status as it does if you click it in the page from the second shot, but...

*

ColdFusion

  • ***
  • 72 posts
Re: Seller's tools buttons
« Reply #5 on: May 23, 2017, 12:43:35 PM »
Is it possible to the least make it load the Manage listings page in the same browser window, instead of lunching a new one, I guess that's the most confusing part?

*

ColdFusion

  • ***
  • 72 posts
Re: Seller's tools buttons
« Reply #6 on: May 26, 2017, 11:00:06 AM »
Any clue?

*

MB Themes

Re: Seller's tools buttons
« Reply #7 on: May 26, 2017, 11:14:57 AM »
@ColdFusion
In item.php you have code:
Code: [Select]
                  <?php if(!in_array(osc_item_category_id(), veronika_extra_fields_hide())) { ?>
                    <a target="_blank" class="tr1 round2 sold" href="<?php echo osc_user_list_items_url() . $sold_url?>"><i class="fa fa-gavel"></i> <span><?php echo ($item_extra['i_sold'] == __('Not sold''veronika') : __('Sold''veronika')); ?></span></a>
                    <a target="_blank" class="tr1 round2 reserved" href="<?php echo osc_user_list_items_url() . $reserved_url?>"><i class="fa fa-flag-o"></i> <span><?php echo ($item_extra['i_sold'] == __('Unreserve''veronika') : __('Reserved''veronika')); ?></span></a>
                  <?php ?>

You ca remove target="_blank" to disable opening in new window.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Seller's tools buttons
« Reply #8 on: May 26, 2017, 11:51:19 AM »
Thank you  :)

Works better that way. Is there a way to just stay in the listing and change the button status? I still think that's the right way to do it, as otherwise you end-up with duplicate windows.

Thanks

*

MB Themes

Re: Seller's tools buttons
« Reply #9 on: May 26, 2017, 11:56:59 AM »
@ColdFusion
Not for now.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Seller's tools buttons
« Reply #10 on: May 26, 2017, 11:59:57 AM »
Okay, Thank you for your help, it is anyway better for me now, hope it can be done next time.