Search:

Type: Posts; User: KGZotU

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Jewelrylady: Thanks for your support. (; Yep, the latest version is linked to in the Wiki. For the moment, it's just in the wiki. I'll be submitting it once I'm sure we've rolled all of the bugs...
  2. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Eh, well, thank you. (;

    If I do f'ing rock, I'm only a small addition a large list of people who's names can be found in the download section, and elsewhere in this community.

    Thank you,...
  3. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Thank you for all of your support. (;

    Ah, donations. I very much appreciate it, but I think I will decline. I'm going to be launching something professional, soon, though, and if you like my...
  4. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Boggled: For all intents and purposes, the user is logged in once they pass the "Billing" page. So, it sounds like they should be able to use it once they get to the shipping menu.

    Regarding your...
  5. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Alright, we figured this one out over PM.

    Apparently, the windows server didn't like equating true and false with 1 and 0.

    I'll repackage and upload this fix shortly. If you're getting a...
  6. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Alright, that column should be COWOA_order, not COWOA_account.

    I wish I could go back to the old post and say 'NOOOOO! DON'T LISTEN!'. Oh well, mistakes of the past. If anybody is reading this,...
  7. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Matthew,

    Thank you for your help and support, once you get that posted I'll link it in the wiki.

    Regarding PDF Order Center, I'm not going to be able to get to that for the moment. Perhaps...
  8. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Good advice. It's basically a hack of the split login page, and on that note I would definitely recommend split login over traditional if you're using this mod.

    On my live store, I've been using...
  9. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    TPHoare:

    Hmm...can you tell me if there's the same problem with orders made from permanent accounts?

    craftzombie:

    It was mainly an issue of a minority of servers not liking the set up. I...
  10. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    You've got a PM. Rather than incrementally solve this on the board I should figure it out first. (;

    --Joe
  11. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Ammendment to code above

    For PDF Order Center. Replace With block should read:



    $customer_info = $db->Execute("SELECT COWOA_account
    FROM " . TABLE_ORDERS...
  12. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Alright, I don't have Super Orders or PDF Order Center to test these on, but I've given the following a good eye and I think they should work. If you're using these, could you confirm that they work...
  13. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    TPHoare,

    This will partially address your post:



    INSERT INTO query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters',...
  14. Replies
    13
    Views
    3,160

    Re: Shipping Miscalc

    Ajeh,

    Here are the settings that led to the error for me:


    Enter the Maximum Package Weight you will ship 50
    Package Tare Small to Medium - added percentage:weight 10:0
    Larger packages...
  15. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Richie,

    Taking a look at your store, it appears that you still have the code that is responsible for making the '.' at the end of the e-mail address. I verify this by beginning the COWOA process,...
  16. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Sure, just visit the wiki link in my sig.

    Thanks for letting me know that isn't clear, I'll make a note down there. (;


    --Joe
  17. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Eh, thanks. (;

    Alright, I have the SQL version done. I've tried it on a couple of fresh installs and it seems ready to go.

    If you've already installed a previous version then you can do the...
  18. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Alright, well for those "bouncing up and down" it will probably be tomorrow evening. (; I'm engaged Monday-Thursday, and I try to leave the heavy stuff for Friday-Sunday.

    I really appreciate all...
  19. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Boggled,

    That sounds like it should be fairly easy to do. I'm too tired to think how it would effect the standing, "You can't COWOA because there's already a permanent account," etc. scheme. ...
  20. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Just to elaborate on my plans a little bit, I've decided to go ahead and go with SQL for this mod. It has become apparent that the quick and dirty hack that I first envisioned has grown beyond its...
  21. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Looking at bean_2k1's installation it appears that at least one host/server configuration does not like my nonstandard method of differentiating COWOA accounts. In this case, php gives the error:...
  22. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    craftzombie: Given that you've got it working on your store, did you find the issue on your test store? Would you say it was a package issue, a version compatibility issue, or an install fluke/error...
  23. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    bean_2k1,

    From the behavior of your test store, it looks like you might not have uploaded the /includes folder. There's an IntegratedCOWOA/includes/, an...
  24. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    DevilsAvocado,

    I was scratching my head over this for quite a few minutes. "tpl_checkout_default.php"?

    Apparently you have one page checkout either installed or incompletely uninstalled. I...
  25. Replies
    3
    Views
    1,079

    Re: Logoff Without Emptying Cart

    Kim and DrByte,

    Thank you for the responses. It sounds like I'm not going to corrupt the system by blanking the customer ID.

    Kim, I should have provided a little more info. (; I'm trying to...
  26. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    I've taken care of a gift certificate issue with today's package. Namely, if you redeem a gift certificate during COWOA then you'll never be able to log back in to use the remaining balance. So,...
  27. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Sure. (;

    Let me know how it works out for you. Also, could you let me know what you think of the installation instructions? I separated the new pages and the overrides/writes into two separate...
  28. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Richie,

    The server is basically saying that it wasn't able to find the no_account.php file at includes/modules/YOUR_TEMPLATE/no_account.php.

    The most common reason for this would be misnaming...
  29. Replies
    3
    Views
    1,079

    Logoff Without Emptying Cart

    I'm working on a modification where it would be advantageous to be able to log the user off without emptying their cart. I'm afraid I don't understand the dynamics at work too well, so I have a...
  30. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Kelvyn,

    Sure. Basically, my mod allows a user to either create an account for checkout, or to checkout without an account. So, it's a bit more featured but it's probably also a bit more...
  31. Replies
    12
    Views
    2,264

    Re: Going Secured 'SSL' - Need a Definitive help.

    ikarus,

    The FAQ covers this situation:

    https://www.zen-cart.com/tutorials/index.php?article=14

    I don't see a need to re-install, just to alter your config files. That said, your situation...
  32. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Thanks for all the support, godspeed and Boggled.

    I've got the Order Status page up, if someone could give it a look. That's the last of my planned features. I think I'll clean up my code...
  33. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Clarification: Regular account holders still receive "detailed invoice" links with their update e-mails.

    In addition to the changes above, I've created an auxiliary readme detailing a couple of...
  34. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Alright, I've made a few more modifications.

    1. Conditionally editing account references out of follow-up e-mails:
    Done, update e-mails no longer contain the "detailed invoice" link.

    2. Giving...
  35. Replies
    12
    Views
    2,264

    Re: Going Secured 'SSL' - Need a Definitive help.

    ikarus,

    A store with SSL is /much/ more secure than one without. You can find other posts that sing the virtue of SSL, but the only payment method I'd use without SSL is PayPal Checkout Express. ...
  36. Re: Can I create an unlimited amount of discount code?

    headcold,

    It can't be done automatically with stock Zen Cart.

    If you're willing to do this manually though, it shouldn't be too much trouble.

    Have a product that represents your service. ...
  37. Re: Difference between Paypal IPN, paypal and express?

    I'm not familiar with the module you're referring to as just "paypal", but there is a difference between IPN and Express Checkout.

    Express Checkout offers your visitors an opportunity to checkout...
  38. Replies
    4
    Views
    1,081

    Re: I think I did an ooo boo

    The code you're looking for is in /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php. Of course if you aren't overriding it then it would be in...
  39. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    I haven't seen the hard numbers, but I understand that the testing on this is a little counter-intuitive.

    From what I understand, the larger reaction to single page checkout is "That's a lot of...
  40. Replies
    1
    Views
    1,906

    Re: In store pickup only?

    Just off the top of my head, you could set 0 weight and free shipping. Then on the product page say that item is available for instore pickup only.

    Then just wait till they come pick it up. (;
    ...
  41. Replies
    4
    Views
    2,236

    Re: How to do a real refferal system?

    Ron,

    What you're suggesting sounds very much like an affiliate program. Unfortunately, I'm not sure if any affiliate programs allow for affiliate payment via gift-vouchers.

    If you're willing...
  42. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Alright, I got most of that done this weekend. I'm going to be a bit slower over the week, but here's what I've decided to put on the list for this mod.

    Conditionally editing account references...
  43. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    TPHoare: Regarding e-mails, I think I'll go ahead and bring the html/text option forward again, with some optional instructions for hiding it as I've done.

    Boggled: Thanks for noticing that...
  44. Replies
    12
    Views
    2,264

    Re: Going Secured 'SSL' - Need a Definitive help.

    Well, if you get this in time, the point of the story is that you don't have to re-install under https. (:

    But, either way I'm glad you found it helpful. (;

    Joe
  45. Replies
    12
    Views
    2,264

    Re: Going Secured 'SSL' - Need a Definitive help.

    I'll refer you to the relevant FAQ article:

    https://www.zen-cart.com/tutorials/index.php?article=14

    I've never used shared SSL myself, and I understand it can be a bit of a thorny issue, but...
  46. Replies
    12
    Views
    2,264

    Re: Going Secured 'SSL' - Need a Definitive help.

    1. We can't really tell you just from this information alone. However, it costs money for an SSL certificate, so you'd probably know if you were paying for one.

    2. You'd upload them over FTP. ...
  47. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Alright, I've made the following modifications.

    Fixed: IE button issues and cleaned up button code in general. Conditionally removed account/order invoice references from email. Conditionally...
  48. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    I had an opportunity to check this out with IE7 and it's even more screwed up. (;

    I was checking IE6 last night when I said that it worked with the split login setup, but with IE7 it directs you...
  49. Replies
    1,221
    Views
    301,087

    Re: My Checkout Without Account Mod

    Ideasgirl,

    Thanks for testing it out. (;

    I was having trouble replicating that, and then on a whim I tried IE. It's terribly weird but the button that works for FF doesn't work for IE.

    So,...
  50. Replies
    1,221
    Views
    301,087

    My Checkout Without Account Mod

    I've come up with a checkout without account mod that I'd like to get some feedback on. It seems pretty solid, I developed it on one store, then packaged it and installed it on another. I've put it...
Results 1 to 50 of 100
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR