Well, I fixed the logo showing up over header.
And the email html or text is ok. Just not used to seeing it without newsletter signup.
But, still have not been able to resolve shipping issue. I have FEC installed also and think this may be causing the shipping issue. Plus, I noticed that Steps at checkout are not right.
Does anyone else have this issue with shipping or steps at checkout? I went back thru posts and found few responses and could not find solutions.
[/COLOR]
Kim
I have both installed Checkout without Account and Fast and Easy Checkout. When I go to checkout without account, I see Step 1 of 5 - Billing Information. I fill out and click continue checkout. The next page is where the problem starts. I see top of page with order, coupons and then starts Step 1 of 3. It does not finish 2-5. This is very confusing for customers.
Does your checkout do the same thing?
Kim
I did not use FEC but I did use COWA and the "ordersteps" addon. When checking out without an account, I noticed that the step numbers were wrong. I fixed them by editing these files:
checkout_shipping.php
checkout_payment.php
checkout_confirmation.php
For example, in checkout_shipping.php, here's what I did:
/** custom edit for COWOA addon - added the "if -- define...Step 2 of 5 -- else **/
if($_SESSION['COWOA']) $COWOA=TRUE;
if($COWOA)
define('HEADING_TITLE', 'Step 2 of 5 - Delivery Information');
else
/* custom edit */
/** define('HEADING_TITLE', 'Step 1 of 3 - Delivery Information'); **/
define('HEADING_TITLE', 'Step 1 of 4 - Delivery Information');
I don't know if the same problem applies to you or not.
Unfortunately, I loaded FEC when I first started my site because I wanted the one page checkout. And did not keep original files. After going live I found that customers want to buy without an account. Therefore, I loaded COWOA. And yes I do have original files stored. I have been trying to get both mods to work. I only have two big issues that are confusing customers.
1. Steps show different. I loaded COWOA with ordersteps and order-status. The ordersteps with the arrow and timeline do not match the Step 1 to 5 and then Steps do not match when go to second page. Thinking about backing out ordersteps.
2. I have international and domestic shipping loaded with Table Rate and Zone Rate. Order information is before shippping and defaults to international with table Rate. The customer can click on shipping further down the checkout process to get correct rate, but I lost them by that point.
I would like to keep both as it really ends up to two pages and not five. Suggestions?
Thanks,
Kim
Not including the login/sign-up, the checkout can be 1-2 pages with FEC.
Easy Sign-Up is a single page sign-up with a link that goes to COWOA. So, COWOA is actually an extra click more than the regular sign-up. In reality, COWOA is a trick since the only real difference is that the customer does not input a password to create an accessible account. Simply psychological...
Hi,
Firstly thanks to whoever helped make this addon -its brillant.
I am trying to install it onto my website and I think I did it correctly however it doesn't work -I must have done something wrong.
The link appears during checkout but when I click it it says 'Page not found'
The site is bestpriceaccessories.com/shop
Bookmarks