<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ordini prestashop Archives - TecnoGuide</title>
	<atom:link href="https://tecnoguide.info/tag/ordini-prestashop/feed/" rel="self" type="application/rss+xml" />
	<link>https://tecnoguide.info/tag/ordini-prestashop/</link>
	<description></description>
	<lastBuildDate>Wed, 23 Jan 2013 20:56:31 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>[Guida] Come cancellare un ordine in Prestashop 1.5</title>
		<link>https://tecnoguide.info/guida-come-cancellare-un-ordine-in-prestashop-1-5/</link>
					<comments>https://tecnoguide.info/guida-come-cancellare-un-ordine-in-prestashop-1-5/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 20:56:31 +0000</pubDate>
				<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[cancellare ordine prestashop]]></category>
		<category><![CDATA[guida prestashop]]></category>
		<category><![CDATA[ordini prestashop]]></category>
		<category><![CDATA[prestashop]]></category>
		<guid isPermaLink="false">http://www.guidetech.it/?p=47</guid>

					<description><![CDATA[<p>Volete cancellare un ordine in Prestashop 1.5? Niente di più semplice grazie ad una piccola modifica che deve venire effettuata sul file AdminOrdersController.php. Ecco come fare&#8230; Innanzitutto cercate AdminOrdersController.php in  /controllers/admin e apritelo con un editor. Ora aggiungete la riga: $this-&#62;addRowAction('delete') Come nell&#8217;esempio in basso:  class AdminOrdersControllerCore extends AdminController { public $toolbar_title; public function __construct() {   $this-&#62;table = [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/guida-come-cancellare-un-ordine-in-prestashop-1-5/">[Guida] Come cancellare un ordine in Prestashop 1.5</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.guidetech.it/guida-come-cancellare-un-ordine-in-prestashop-1-5/prestashop/" rel="attachment wp-att-48"><img fetchpriority="high" decoding="async" class="size-full wp-image-48 aligncenter" alt="prestashop" src="http://tecnoguide.info/wp-content/uploads/2013/01/prestashop.jpg" width="680" height="459" srcset="https://tecnoguide.info/wp-content/uploads/2013/01/prestashop.jpg 680w, https://tecnoguide.info/wp-content/uploads/2013/01/prestashop-300x202.jpg 300w" sizes="(max-width: 680px) 100vw, 680px" /></a>Volete cancellare un ordine in <strong>Prestashop 1.5</strong>? Niente di più semplice grazie ad una piccola modifica che deve venire effettuata sul file <strong>AdminOrdersController.php</strong>. Ecco come fare&#8230;</p>
<p><span id="more-47"></span></p>
<p>Innanzitutto cercate <strong>AdminOrdersController.php</strong> in  <strong>/controllers/admin</strong> e apritelo con un editor.</p>
<p><strong>Ora aggiungete la riga:</strong></p>
<pre>$this-&gt;addRowAction('delete')</pre>
<p><strong>Come nell&#8217;esempio in basso: </strong></p>
<pre>class AdminOrdersControllerCore extends AdminController
{
public $toolbar_title;
public function __construct()
{
  $this-&gt;table = 'order';
  $this-&gt;className = 'Order';
  $this-&gt;lang = false;
  $this-&gt;addRowAction('view');
  $this-&gt;addRowAction('delete');    /* --- by lucamax --- */
  $this-&gt;deleted = false;
  $this-&gt;context = Context::getContext();</pre>
<p>Non vi resta che salvare il file e andare nella tabella Ordini per verificare la presenza dell&#8217;icona &#8220;<strong>cestino</strong>&#8220;. Finalmente potete cancellare tutti gli ordini che volete.</p>
<p>The post <a href="https://tecnoguide.info/guida-come-cancellare-un-ordine-in-prestashop-1-5/">[Guida] Come cancellare un ordine in Prestashop 1.5</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/guida-come-cancellare-un-ordine-in-prestashop-1-5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
