Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Your Order Was Not Finished Yet!

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
LNG: English, German and... Silesian ;-)
*******************************************
* Contribuition: Your Order Was Not Finished Yet!*
* By Marcos Paulo Guerreiro *
* http://www.soldafria.com.br *
* I sorry, I don't know english very well *
*******************************************

Often the customers close the page before finalizing the order, and the worst is that they pay without order!

to resolve this, I put the sentence in the checkout confirmation:

"Atention! Your order has yet been complete, please click in button confirmation to finalize"


********** Instalation ****************

First backup your files before of the changes.

Only two changes, in two files:

In catalog/checkout_confirmation.php:

After:

<tr>
<td class="main"><b><?php echo HEADING_PAYMENT_INFORMATION; ?></b></td>
</tr>

Add:

<tr>
<td class="main"><?php echo TEXT_ORDER_NOT_FINISHED; ?></td>
</tr>


catalog/includes/languages/english/checkout_confirmation.php

before ?>

Add:
define('TEXT_ORDER_NOT_FINISHED','<font color="red">Atention! Your order has yet been complete, please click in button confirmation to finalize</font>');

Thats it!


This is running in my shop http://www.soldafria.com.br


**********************************
* Versão em Portugues (Brasil) *
**********************************

******************************************************
* Contribuição: Seu Pedido não foi finalizado ainda! *
* Por: Marcos Paulo Guerreiro *
* http://www.soldafria.com.br *
******************************************************

Muitas vezes os clientes fecham a página antes de finalizar o pedido, e o pior é que pagam sem ter pedido!

Para resolver isto, eu coloquei uma frase no "checkout confirmation":

"Seu pedido ainda não foi concluído, para finalizar click no botão Confirmar"


********** Instalação ****************

Primeiro faça um backup dos seus arquivos que serão alterados.

Somente duas mudanças em dois arquivos:

no catalog/checkout_confirmation.php:

depois de:

<tr>
<td class="main"><b><?php echo HEADING_PAYMENT_INFORMATION; ?></b></td>
</tr>

Adicione:

<tr>
<td class="main"><?php echo TEXT_ORDER_NOT_FINISHED; ?></td>
</tr>


catalog/includes/languages/english/checkout_confirmation.php

antes do: ?>

Adicione:
define('TEXT_ORDER_NOT_FINISHED','<font color="red">Atention! Your Order Is not Finished Yet! Click in Confirmation button</font>');

É isso ai!


Esta contribuição esta funcionando na minha loja http://www.soldafria.com.br



   Posted on: 04/23/2009     See contribution details Request Installation with Paid service