PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

[SOLVED] i need module that i can delete order from the orders page

73 replies to this topic
#1
tomer

    PrestaShop Newbie

  • Members
  • Pip
  • 2 posts
please some one help me , i need it urgent
thanks

#2
Carlos

    PrestaShop Newbie

  • Members
  • Pip
  • 22 posts
open ....admin/tabs/AdminOrders.php


Find

$this->table = 'order';
$this->className = 'Order';
$this->view = 'noActionColumn';
$this->colorOnBackground = true;


and include "$this->delete = true;"

$this->table = 'order';
$this->className = 'Order';
$this->view = 'noActionColumn';
$this->colorOnBackground = true;
$this->delete = true;


now you have this feature enable in the admin/orders page

#3
tomer

    PrestaShop Newbie

  • Members
  • Pip
  • 2 posts
i add this . but i dont see how can i delete order

#4
Carlos

    PrestaShop Newbie

  • Members
  • Pip
  • 22 posts
In the admin page/ orders

#5
i978

    PrestaShop Apprentice

  • Members
  • PipPip
  • 171 posts
thanks very much

#6
Hoodgrown

    PrestaShop Apprentice

  • Members
  • PipPip
  • 370 posts
great little modification.. thanks...
PetsRight.com
http://www.petsright.com
http://www.twitter.com/petsright

My Interview In Practical Ecommerce Magazine
http://www.practical...ime-s-The-Charm

#7
Presta-TR

    PrestaShop Addict

  • Members
  • PipPipPip
  • 544 posts
yes great things. thanks

#8
Mamica

    PrestaShop Apprentice

  • Members
  • PipPip
  • 87 posts
Thanck, is very necesare modification
Pentru mamici - Informati utile si produse pentru pentru burstici si mamici de bebelusi, comunica pe noi pe forum.

#9
i978

    PrestaShop Apprentice

  • Members
  • PipPip
  • 171 posts
tks! very good

#10
Carlos

    PrestaShop Newbie

  • Members
  • Pip
  • 22 posts
thanks to all

#11
Addamz

    PrestaShop Apprentice

  • Members
  • PipPip
  • 26 posts
thank you very much. great hack :-)

#12
tomer

    PrestaShop Newbie

  • Members
  • Pip
  • 2 posts

From 1239140599:

In the admin page/ orders

i dont see any button to delete in the admin order page

#13
Carlos

    PrestaShop Newbie

  • Members
  • Pip
  • 22 posts
Find this.

Attached Files



#14
belladict

    PrestaShop Apprentice

  • Members
  • PipPip
  • 58 posts
Thanks so much, I've been wondering about this!

#15
BigMike

    PrestaShop Apprentice

  • Members
  • PipPip
  • 28 posts
wow! thats great! thanx for tip!

#16
San Diego

    PrestaShop Apprentice

  • Members
  • PipPip
  • 407 posts
you are a greate genius little smartas,
biiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiig hug

one line of code, gigantic result, every ps user will need.

you get a personal oscar, emmy and the Nobel award from me.

the community is asking for a way to automaticly attach files to the emails, like the invoice, can you get this done for us.

I mean if not you, the hell who else will get this to work, i´m impressed
sd

#17
San Diego

    PrestaShop Apprentice

  • Members
  • PipPip
  • 407 posts
i would think it would need to be added here somehow

in classes/order php, lets say we want to ad a pdf with the terms of use for example

/* Join PDF invoice */

if (intval(Configuration::get('PS_INVOICE')) AND Validate::isLoadedObject($orderStatus) AND $orderStatus->invoice)

{

$fileAttachment['content'] = PDF::invoice($order, 'S');

$fileAttachment['name'] = sprintf('FAd.pdf', intval($order->id));

$fileAttachment['mime'] = 'application/pdf';

sd

#18
nart

    PrestaShop Newbie

  • Members
  • Pip
  • 5 posts
Thx ^^

so easy
www.tokyofashion.in.th :: web จำหน่าย เสื้อผ้า แฟชั่น สไตล์ tokyo fashion :-P

#19
jolvil

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 2706 posts
As said in french forum in this post this modification shouldn't be 100% safe and clean.

#20
bissigb

    PrestaShop Apprentice

  • Members
  • PipPip
  • 37 posts
Hallo SD,

jetzt hab ich das nochmals gemacht, mit Resultat =0, siehe pic.

Die Seite ist nun aber definitiv online, mit kleinen Schönheitsfehlern halt noch, aber damit können wir leben.

www.swiss-umbrella.com

Gruss

Bruno

Attached Files