Orders page – remove download – add print button

  • Home
  • Forums
  • Dokan
  • Orders page – remove download – add print button
This topic contains 3 reply and 2 voices, and was last updated by towhid 8 years, 11 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
May 3, 2015 at 4:27 pm 42957
towhid How can we remove the Downloadable Product Permission panel from the Seller Dashboard seller page Can you add a print function for order?
May 4, 2015 at 11:07 am 42977
towhid towhid

Hello Paul,

Step 1: Please open wedevs-dokan-plugin/templates/orders/order-details.php

Step 2: Find and comment out below line:

<div class="" style="100%">
                <div class="dokan-panel dokan-panel-default">
                    <div class="dokan-panel-heading"><strong><?php _e( 'Downloadable Product Permission', 'dokan' ); ?></strong></div>
                    <div class="dokan-panel-body">
                        <?php include dirname( __FILE__ ) . '/downloadable.php'; ?>
                    </div>
                </div>
            </div>

For Print function:
I will discuss about this feature with our developer team. Hope they will implement this feature in near future.

Thank you 🙂

May 4, 2015 at 1:10 pm 42981
Paul Paul

Seems to break the layout if you comment it out…

Have just made it <div class="hidden" style="100%">

and added css to hide it.

May 4, 2015 at 1:32 pm 42984
towhid towhid

Hello Paul,

Sorry, there is a mistake from me.
If you comment out like this way it will not break out the layout – <?php //include dirname( __FILE__ ) . '/downloadable.php'; ?>

I am sure the way you added css in the file will work perfectly.

Thank you 🙂

Viewing 3 Posts - 1 through 3 (of 3 total)