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

  Purchase Without Account

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.
Since I installed this wonderful contribution I have a serious problem: a client can register

itself as many times as desired¡¡¡¡


To correct this we must look in catalog/create_account.php

// PWA BOF 2b
$check_email_query = tep_db_query("select count(*) as total from " . TABLE_CUSTOMERS . "

where customers_email_address = '" . tep_db_input($email_address) . "' and guest_account !=

'1'");
// PWA EOF 2b


and replace with the original text:

$check_email_query = tep_db_query("select count(*) as total from " . TABLE_CUSTOMERS . "

where customers_email_address = '" . tep_db_input($email_address) . "'");


That's all ¡¡¡

Best Regards

reflex-ocasion

Improved regular expression replace pattern for login.php


Autoinstaller 2.14 for Purchase Without Account v2.1 by faaliyet (9 Mar 2009)


The Auto Installer script requires PHP 5.2.0 !

Download the package and view the screenshots of what you will get after the installation.

Few lines of code were added to list all the files that should have 777 permissions.

Autoinstaller 2.13 for Purchase Without Account v2.1 by faaliyet (9 Mar 2009)


The Auto Installer script requires PHP5 !

Download the package and view the screenshots of what you will get after the installation.
Autoinstaller 2.10 for Purchase Without Account v2.1 by faaliyet (9 Mar 2009)

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.


The Auto Installer script requires PHP5 !

Download the package and view the screenshots of what you will get after the installation.
Purchase Without Account v2.1 - FullPackage

It's a useful contribution.
Thanks to all contributors for this contribution.

PWA v2.1 (With All Updates and Fixes)
-I've fixed 'step 2' in the update(16 Jan 09) by celextel.
Because 'product notification' will be available for current users.

+My fix.
+Purchase Without Account v2.0g
+Danish.sql
+PWA Customer Account Delete Add-on
+Purchase Without Account option only if there actually is something in the shopping cart

Seyhun Cavus(faaliyet)
Use this option to show Purchase Without Account option only if there actually is something in the shopping cart. If the shopping cart is empty, clicking on MY ACCOUNT will display only the login and create account options.

Just a single line to modify. It takes no more than 30 seconds to complete.

THIS IS NOT THE FULL ADDON. Apply this on 2.0f version.
Please make these changes to delete the temporary customer account after a customer does the purchase through PWA. Temporary customer account created through PWA also gets deleted if the customer does the logoff before completing the purchase. My Account and Logoff links would not show up after the Checkout Success.

NOTE: This is not the full contribution. Please make these changes after you install the "Purchase Without Account v2.0f".
Danish.sql is added to the package.
   Posted on: 12/22/2008     See contribution details Request Installation with Paid service