Also trying to change country and county order ,if anyone able to help out
thanks
Also trying to change country and county order ,if anyone able to help out
thanks
In the past I could have a onestep page or onepage checkout
Now it is in 3 steps. How can i go back to onepage checkout?
Just turn on the company field in ADMIN > CONFIGURATION > CUSTOMER DETAILS
Edit the template containing the field and you can move the country to come after the county field. We deliberately put the country field before the state field since the state field selection depends on which country has been selected.
Fast and Easy Checkout combines the login and create account into one page and combines the shipping and payment into one page.
Fast and Easy Ajax Checkout combines the login and create account into one page and combines the shipping, payment, and confirmation into one page. It also uses Ajax on the second page to avoid page reloads.
One Page Responsive Checkout combines everything into a single page with Ajax to avoid page reloads. Note: shipping and payment selections do not appear until the user has logged in. Once logged in, they appear using Ajax without reloading the page.
oops why didn't I see that before lol Company name as plain as day ..Thanks ..
Re change country/county .I've been though them all and can't find the right code or file ( I have basic basic knowledge )
Which file doe sit appear in I might stand a chance then as I sit and figure things out ..thanks
let me just say of all the plugins i have attempted to use for zen-cart, this author does a KILLER job. thank you.
this plugin, IMHO, makes the shopping experience on zen-cart far superior.
given all of that i have found a small BUG, that i think needs addressing. say, a customer places an order and uses a coupon that has a minimum value on it. the order meets the minimum value and the coupon gets accepted. prior to submitting the order, the customer edits his cart and removes some items so that the order now no longer meets the minimum order requirement for the coupon. the customer can still continue to check out with the existing coupon as it does not get re-validated.
i have tracked the problem down to includes/modules/pages/fec_confirmation/header_php.php
if the following two lines:
were moved to somewhere AFTER this line of code:Code:$order_total_modules->collect_posts(); $order_total_modules->pre_confirmation_check();
i think this problem would be resolved.Code:$discount_coupon = $db->Execute($discount_coupon_query);
those lines are currently on lines 139 and 140; they need to be called after line 243.
best.
The latest version of FEC doesn't have an install.sql, I tried to use the patches to update COWOA databases, but it failed causing my site to go down. I reinstalled my back of database, managed to get site going again. There is no admin/configuration/fastandeasycheckout listed. Any help would be much appreciated.