Re: My Checkout Without Account Mod
Wow, been reading some parts of this thread and this seems like a lovely contribution.
I'm just wondering if the ones who chose to checkout without an account still gets an option to subscribe to my stores newsletter? Because this is really important to me, and to other shop owners, I believe.
linnx - If this module is supporting newsletter signup I'm definately gonna try it out. I'm also using (and I'm very dependent of) the "attributes with stock" contrib, so I will let you know my results once I've tried.
Re: My Checkout Without Account Mod
HOw can i add FN, LN and telephone number with COWOA email only checkout.
Please help
Re: My Checkout Without Account Mod
I am able to manage that..if nyone interested to know let me know.
Re: My Checkout Without Account Mod
I got a problem when installing SQL for this mod
(version: cowoa_2-0c1).
It reads
"ERROR: Cannot insert configuration_key "" because it already exists"
"ERROR: Cannot insert configuration_key "" because it already exists"
Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
I tried many times, but it always come out.
Can anybody help me?
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
gaurav10feb
I am able to manage that..if nyone interested to know let me know.
Community forum, community contributions.. Please share your solution here so others who need it too can benefit..:smile:
Re: My Checkout Without Account Mod
Ok, so I've decided to install COWOA on my copy of 1.3.8a and the first thing I see is below:
STEP 1a - In your custom template son your cart, edit the tpl_header.php file and look for this line.
<?php if (($_SESSION['customer_id']) { ?>
change it to this.
<?php if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) { ?>
This prevents the My Account from showing up after the COWOA Users enters their Order Number and E-Mail Address to view their order.
So, before I go searching and possibly change the wrong tpl_header.php file can someone please tell me the exact location of this file? Thank you in advance.
Ian
Re: My Checkout Without Account Mod
Hi, I am having a problem with COWMA. I set up everything up, and when I enter the billing address, and it doesn't move onto shipping address, it just returns to billing address, with the fields left blank. Can anyone help? THanks
Re: My Checkout Without Account Mod
I am having an issue, seemingly caused by the integration of this COWOA add-on. On the "Order Review" page, the payment information is blank. When I proceed with the checkout, the order goes through and tells me that the payment method used was "Gift Certificate/Coupon", even though I have AuthorizeNet installed and entered the credit card number in the appropriate fields. I also experience the same issue if I activate and use COD as the payment method, so this issue is not exclusive to the AuthorizeNet software.
I have tried re-copying the files over, but that did not fix the issue. I'm not exactly sure how else to troubleshoot the problem, short of uninstalling the COWOA files and replacing them with my backups of the original files and also running the SQL uninstall script. Before I did all that, I figured I would check and see if anyone here has seen this occur before, or if anyone would know where I can look to find the culprit.
Here is the website in question: http://tinyurl.com/345v9de
Website Info and add-ons installed:
ZC 1.3.9d (yes, I need to upgrade)
CEON URI mapping
COWOA 2-0c1
Category Tab Simple Drop Down Menu 1-02a
EZ Populate
Thanks!
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
hockey2112
I am having an issue, seemingly caused by the integration of this COWOA add-on. On the "Order Review" page, the payment information is blank. When I proceed with the checkout, the order goes through and tells me that the payment method used was "Gift Certificate/Coupon", even though I have AuthorizeNet installed and entered the credit card number in the appropriate fields. I also experience the same issue if I activate and use COD as the payment method, so this issue is not exclusive to the AuthorizeNet software.
I just went through your checkout and had no issues.
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
craftzombie
I just went through your checkout and had no issues.
Thanks for checking it out. I noticed that you chose COD as your payment method. I just removed that method... please try checking out again, and enter a bogus credit card number in the cart. the order will "successfully" go through, and the order info in the admin area will state that you paid via Gift Cart/Coupon. So the issue is still there... :(