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
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:
Use the version of super_orders.php for FEC that is included with the SO3 fileset, and all will be right with the world..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
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Hello I have enabled the one page checkout. I want Shipping on the left and payment on the right side by side, which it is by default. Under Shipping I want the discount div (which I have edit the checkout.css to:I cannot get this to work. Then I also want the checkout total box/checkoutorderform under the payment which is aligned to the rightPHP Code:div.discountForm{float:left;width:49%;}
So the problems I am having is getting the discount form under the shipping and the checkout order form under the payment div. I also want the discount form and checkout order form side by side like the shipping and payment divs are.PHP Code:div#checkoutOrderForm{float:right;width:49%;}
Hi,
I'm going round in circles now.
I just upgraded my test site from 1.3.9d to 1.3.9h. Everything seemed to be working except that when I try to log in as a customer I enter the name and password and then the login screen just redraws but goes nowhere -- and there's no error message.
I assumed something about the upgrade had upset FEC, which was installed and working fine on 1.3.9d, so I tried renaming the includes/extra_configures/checkout.php file, as mentioned in the docs, to disable FEC. Didn't help.
I then tried running FEC's uninstall.sql file and then the install.sql file. Well, it uninstalled FEC just fine (it's no longer appearing in the admin under Configuration) but the install file won't complete. It says...
I'm sure that is meaningful to somebody, but to me it just means it didn't work.1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
in:
[INSERT INTO ACSquery_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Any clues as to where to go from here?
Rob
Not to worry. I've stopped going 'round in circles. I used phpMyAdmin to clear that table, then re-ran the install sql file. It worked. But along the way I got so many things mixed up that I just made a new DB and imported up-to-date info from my live site (which I had to do anyway.) So I reinstalled the various mods, including FEC, and everything's fine now.
Rob
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
The frustrating thing is that if I did this six times in a week, I'd be an expert. But I only have two sites and I work on them as seldom as possible, so it's like starting all over again every time.
I'd better redo my wholesale site too while I still know what I'm doing.
Rob
Hi,
I love the Fast & Easy Checkout!
I would like to make one change in the order of where the Discount Coupon box appears but I can not figure out how to do it.
I am using a single column and ZC 1.3.9h if that helps.
Right now at checkout the order is:
Shopping Cart Contents and then Discount coupon.
I would like to reverse that so the Discount Coupon is first on the page and then the Shopping Cart Contents.
Does anyone know how to do this?
Any help would be greatly appreciated.
Thanks!
Brian
i ordered the FEC with installation but no one has contacted me so i installed it myself.
i have problem when i try to run install.sql, the problem is
1062 Duplicate entry 'Permanent Account Holders Only' for key 2
in:
[INSERT INTO query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
also the link of the fast and easy configuration does not appear on the admin ----> configuration
thanks
Perhaps you had COWOA or an earlier version of FEC installed at some point in the past? That error is telling you there is already an entry in the DB where the install sql is trying to make an entry. Go into your control panel on the server and (if you're comfortable with this sort of stuff) delete the duplicate entry using phpMyAdmin or a similar tool, and then re-run the install.
Rob