Re: Fast and Easy Checkout for Zen Cart
Help someone! Here's what's going on. I was able to find the most current version of the css/jscript loader. I have installed the necessary files and updated the sql patch.
When I'm in my admin screen when I click the CSS/JSCRIPT loader box under my configurations tab I don't have any options. I can see "Title, Value, Action" along the top but nothing below. I don't know what to do. I've tired to reinstall the entire css jscript loader but nothing changes in my admin to even turn this feature on. HELP... :cry:
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
joyjoy
Help someone! Here's what's going on. I was able to find the most current version of the css/jscript loader. I have installed the necessary files and updated the sql patch.
When I'm in my admin screen when I click the CSS/JSCRIPT loader box under my configurations tab I don't have any options. I can see "Title, Value, Action" along the top but nothing below. I don't know what to do. I've tired to reinstall the entire css jscript loader but nothing changes in my admin to even turn this feature on. HELP... :cry:
I finally got the css jscript loader installed! I found a post in the Numinex forum from May 2010 regarding this. I needed to process the uninstall sql patch for the loader. After that I also needed to run this sql patch:
DELETE FROM configuration WHERE configuration_key = '';
Then reinstall the sql patch. It works. Now on the 2nd part of the fec install. :smile:
Re: Fast and Easy Checkout for Zen Cart
YAY! I've finally made some headway with this mod!!! Stoked!
On checkout though only 2 of my payment methods are offered when I have 3 active. Does anyone know how I'd adjust this to display all of them? Thanks.
Re: Fast and Easy Checkout for Zen Cart
Hi all,
I have installed FEC over the weekend and it seems to be working great. Just wondering is there any way of changing the text on the FEC Confirmation screen - "Your order is been processed, Please wait" to an image (I know the text can be changed from the admin/configuration) - I was thinking of putting in an ajax type .gif image.
Thanks in advance :smile:
Re: Fast and Easy Checkout for Zen Cart
Hi, does anyone have an answer to my question above?
Also, after installing FEC - when a customer chooses to checkout via COWOA the standard new account email is sent - Is this a bug? or is there something I need to do to ensure an email with no account references is sent instead - or possibly no email to be sent!?
Re: Fast and Easy Checkout for Zen Cart
Can someone do this for me? I've gotten to an instal.sql and I don't know what I'm doing to be honest. If someone would like to do this for me, of course for $10-20 let me know.....
Quote:
Originally Posted by
numinix
v1.02 FAST AND EASY CHECKOUT FOR ZEN CART
AUTHOR:
=======
This script was brought to you by the joint efforts of Numinix Technology and Notus:
Numinix Technology - http://www.numinix.com
Notus - http://www.notus.biz/en
Written by numinix
DESCRIPTION:
============
Combines the payment and shipping checkout pages into one page for a shortened checkout process.
INSTALL:
========
1. Upload all files to their respective folders;
2. Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
3. Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout feature included with Fast and Easy Checkout for Zen Cart;
UNINSTALL:
==========
1. Delete all uploaded files;
2. Run the uninstall.sql (if you simply want to deactivate but keep the installation, read tips below):
TIPS:
=====
Fast and Easy Checkout for Zen Cart is activated by loading an extra_configures file called checkout.php before the filenames.php file.
This causes definitions for the checkout links to be defined to direct customers to the new integrated checkout page. To deactivate the script without
running the uninstall.sql and deleting all of the files, simply rename or delete the file includes/extra_configures/checkout.php.
To personalize the checkout, you can create your own CSS file and then edit the classes found within
includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_default.php
This file contains the layout of the page and can be re-organized by moving the fieldset blocks to however you want.
You may also want to redefine the TEXT and ERROR definitions found in checkout.php. Do NOT redefined the FILENAME definitions or the script will not work.
VERSION HISTORY
===============
v 1.00 22/09/2007
1. Combined checkout_payment and checkout_shipping pages;
v 1.01 24/09/2007
1. Includes the option to remove checkout confirmation page;
v 1.02 27/09/2007
1. Bug fix;
Re: Fast and Easy Checkout for Zen Cart
Checkout Confimation Hangs... HELP
I'm running the latest versions of everything.. Zen, FEC and jscript loader.
I have re-installed the module Etc. but still get this error:
"Your order is being processed, please wait"
And I do wait ;-(
Nothing in cache error logs.
Any ideas? (www-metalpix-co-uk)
Re: Fast and Easy Checkout for Zen Cart
Tried merging a backup of orders.php but STILL the same.
Re: Fast and Easy Checkout for Zen Cart
Ok got it working but now Super_Oders 3 gives an datrabase read error.
In the admin/super_orders.php the is a call to: TABLE_CUSTOMERS_ADMIN_NOTES
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Rizla
Ok got it working but now Super_Oders 3 gives an datrabase read error.
In the admin/super_orders.php the is a call to: TABLE_CUSTOMERS_ADMIN_NOTES
You are getting this error because you are using the super_orders.php file that is included with FEC v1.81.
The SO3 readme clearly states:
Quote:
FEC or COWOA Files
Also included in the fileset are properly modded files to use Super Orders with the Fast and Easy Checkout or Checkout Without Account modules. DO NOT USE the Super Orders files that come with Fast and Easy Checkout or Checkout Without Account. They are for an older version of Super Orders. Super Orders v3.0 already has the correctly integrated Fast and Easy Checkout or Checkout Without Account code in the files included
Use the version of super_orders.php for FEC that is included with the SO3 fileset, and all will be right with the world..