Re: My Checkout Without Account Mod
Quote:
Originally Posted by
kburner
Problem: *My logo is showing up in my header... So, I have a header with a logo.gif on top of it. How do I get rid of logo.gif?
I think the logo on top of header may be located in the includes/templates/your_template/common/tpl_header.php.
I found these lines of code, but do not know how to turn-off the logo.gif image.
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
I may be way off. Can anyone help with this? :frusty:
Kim
OK I finally figured this one out. My includes/language/engish/header.php file showed define header logo image. I took it out. And logo is gone from header. Not sure what else if effects at this time. But looks much better.
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
kburner
I just loaded this mod without the add-ons. I looked thru threads and have a few questions.
*My logo is showing up in my header... So, I have a header with a logo on top of it. How do I get rid of it.
*When I go to purchase an item with checkout. At step 1, there are two bullets for HTML and Text-Only located under Contact Details. I thought it is for the newsletter not under email address. Not sure why there?
*I am using Zone rate shipping and Table Rate. One for domestic US and other for International. At the top of the checkout area the shipping has more expensive rate. And shipping method to select is located further down. This is confusing customers. How do I move it up or not show until customer clicks which ship method they want?
Thanks, Kim
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
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
bigjoed
I have FEC and COWOA installed and running ZC 1.3.8, it seems to be working fine except for the fact that now I can not disable the FEC. I'm trying to turn it off for testing purposes. I set the value to false on Admin>Configuration>Fast and Easy Checkout Configuration but I still keep getting the one page checkout. What could I be doing wrong?
Any ideas will be helpful.
Thanks
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
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
exboyfriend
I tried setting up COWA with FEC and there has been some sort of collision, I don't know which caused it or how to fix this now.
The title tag of my shopping cart now always says Billing Information and the top of the page and all other shopping cart/check out pages now always says "Step 1 of 5 - Billing Information" even when I am not on step 1 of 5 billing information.
Has anyone seen this issue or found a way to solve it or have insight as to the fix here?
I have a similar problem with the Step 1 of 5 - Billing Information and next page down further starts over with Step 1 of 3. Did you get it fixed? If yes, how? :frusty:
Thanks, Kim
Re: My Checkout Without Account Mod
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.
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
alicia1234
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.
There is no reason to use COWOA with FEC. Instead, use Easy Sign-Up and Login (ESL) which includes an upgraded version of COWOA. No integration is required since FEC is pre-modified to work with ESL and the COWOA feature.
Re: My Checkout Without Account Mod
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
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
numinix
There is no reason to use COWOA with FEC. Instead, use Easy Sign-Up and Login (ESL) which includes an upgraded version of COWOA. No integration is required since FEC is pre-modified to work with ESL and the COWOA feature.
How many pages does it take for customer to checkout 2 or 5?
Thanks, Kim
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
kburner
How many pages does it take for customer to checkout 2 or 5?
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...
Re: My Checkout Without Account Mod
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