Search:

Type: Posts; User: audleman

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    2,938

    Re: Donation product type

    I overwrote the shopping cart template directly. You'll have to do the same for the Order Confirmation page and, to be thorough, the customer email.

    The first two are pretty easy to override, the...
  2. Question about adding products to my cart from the shopping cart page

    Hello fellow Zenners,

    I'm trying to build a round up donation module that will ask the visitor if they want to donate an additional $4.25 if their order total is $25.75, for example. It's going to...
  3. Any recommendations on minimum memory I should purchase for my server?

    I haven't come across any server specs in terms of what kind of RAM I should have to successfully run ZenCart. Let's say I have a small to medium shop, selling maybe 100 products a day (with a larger...
  4. What affiliate tracking software do you recommend?

    I've got a client who want to add an affiliates program to his ZenCart site. I was wondering what kind of recommendations for providers people in this forum had. What's the most common/popular/solid...
  5. Replies
    14
    Views
    2,938

    Re: Donation product type

    Nate, it sounds like you're on the right track.

    Originally I thought I would complete this as its own module, but I've currently got way more work than I could handle. If there is somebody...
  6. Replies
    36
    Views
    13,771

    Another bug fix, version 1.2 released

    Thanks to Jason for discovering a hard-coded table name in a sql query. Download the latest version, v 1.2, for a fix. If you want to make the fix yourself, go into the file
    ...
  7. Replies
    36
    Views
    13,771

    New version 1.1 fixes missing configuration value

    Hello,

    Please use this new version 1.1. It fixes a problem where the sql patch file was missing a configuration value that allows you to toggle the module on/off!

    Cheers,
    Kevin Audleman
  8. Replies
    1,221
    Views
    301,350

    Re: My Checkout Without Account Mod

    I tested this scenario and was unable to create a new account with the same email address that had been used in COWOA. If you're saying it is possible, I will take it that I failed to update my...
  9. Replies
    1,221
    Views
    301,350

    Re: My Checkout Without Account Mod

    I figured out what was really going on. A customer had COWOA'd using the email [email protected]. She later tried to create a regular account with [email protected]. At that point, the create_account script threw...
  10. Replies
    36
    Views
    13,771

    Re: Post Office CASS Address Verification module - BETA version available here!

    Hi gang,

    I just finished wrapping up my code into a module. Here it is in beta form. I would call it a very strong beta, as I've been running the code on my site for almost a year (I just don't...
  11. Replies
    1,221
    Views
    301,350

    Re: My Checkout Without Account Mod

    OOPS! After thoroughly reading the code and testing running the same email through a few times, it appears as if this module will simply create a new customer record each time. Looks like I spoke...
  12. Replies
    1,221
    Views
    301,350

    Re: My Checkout Without Account Mod - addendum

    Ok, I just read through the code and the situation is a bit worse than that (before I was going off what the notes said). In fact, a customer can only COWOA once. That whole "."" thing isn't in the...
  13. Replies
    1,221
    Views
    301,350

    Re: My Checkout Without Account Mod - problem when somebody comes back 3+ times

    I've run into the following problem: this module works by creating an account in the background when somebody checks out. If they try to COWOA again with the same email, it will create another...
  14. Replies
    36
    Views
    13,771

    Post Office CASS Address Verification module

    Hi Zenners,

    I've developed some code for ZenCard that will scrub the address a customer inputs via the United States Post Office CASS Address Verification API. If you want to see it in action, try...
  15. Replies
    14
    Views
    2,938

    Re: Donation product type

    Friends,

    There appears to be some interest from a number of groups for my donation module. I think I will look at what it will take to wrap up my work into an open source package. Please hold :)...
  16. Replies
    14
    Views
    2,938

    Re: Donation product type

    Yep, check out the link I posted above. For a basic donation product, you can simply cannibalize the code on the product page.

    It's simply a product with a price of $1. The quantity determines...
  17. Replies
    5
    Views
    1,924

    Re: Can I download ZenCart via CVS?

    Ah, upon digging a bit further, I have discovered the svn switch command. I believe this will let me switch from, let's say

    /branches/v1-3-8/trunk

    to

    /branches/v1-4/trunk

    Cheers,
    Kevin
  18. Replies
    5
    Views
    1,924

    Basic SVN question

    I've figured out how to download a particular version from the ZenCart SVN repository. For example, I got version 1.3.8a by typing the following command



    svn co...
  19. Replies
    2
    Views
    1,292

    Re: Writing observers and the &$class parameter

    Eventually I re-wrote this so that I didn't have to modify a core file. Instead of passing the shopping cart class through the function, my observer simply utilizes the $_SESSION['cart'] object.
    ...
  20. Replies
    5
    Views
    1,924

    Re: Can I download ZenCart via CVS?

    Thanks for the info Dr. Byte.

    Kevin
  21. Replies
    5
    Views
    1,924

    Can I download ZenCart via CVS?

    Does ZenCart support CVS for installing/upgrading ZenCart?

    Kevin
  22. Replies
    0
    Views
    1,096

    Observers and redirects

    I've got a product that is a gift subscription to a magazine. The product page allows a user to enter the gift recipient's address. I want to write an observer that, upon clicking 'Add to Cart', ...
  23. Re: upgrade 1.3.7 to 1.3.8 - blank screen on checkout payment

    Thanks for the link. Very helpful!

    Kevin
  24. upgrade 1.3.7 to 1.3.8 - blank screen on checkout payment

    Hello fellow Zenners,

    I just completed an upgrade of 1.3.7 to 1.3.8. While testing, I attempted to run an order through the checkout pipeline. Unfortunately as soon as I click 'next' on Checkout...
  25. Re: Upgrading from 1.3.7 to 1.3.8 - clicking on 'Upgrade Database' giving error Time

    Yes, I am doing this in a second install. I'm using a folder called /store1.3.8.

    I changed the /yesadmin folder back to /admin. Now the only error I'm getting on the first install screen is that...
  26. Upgrading from 1.3.7 to 1.3.8 - clicking on 'Upgrade Database' giving error Time Out

    I am trying to upgrade from 1.3.7 to 1.3.8. I have chosen to be prudent and make a duplicate of my database first, which has the prefix 'zenupgradetest_zen' opposed to the regular 'zen_'.


    I...
  27. Re: How come I can't modify $_POST variables in an observer

    Good point. I had reworked the form to submit back to the product page out of ignorance of another way to do it. I'll look into reworking it to be more ZenCart standard and see if it helps.

    Thanks...
  28. Re: How come I can't modify $_POST variables in an observer

    Yes, it's definitely firing. What happens is I take a set of address fields, send them to the post office, and replace the $_POST variables with the response. Any $_POST variable that I touch comes...
  29. Re: How come I can't modify $_POST variables in an observer

    My observer is responding to NOTIFY_HEADER_END_PRODUCT_INFO. Definitely before it's being acted on.

    I found this post at php.net:...
  30. How come I can't modify $_POST variables in an observer

    Hello,

    I have a gift product that allows the user to enter a gift recipient address. I am writing a piece of code that sends the address to the USPS and replaces it with a scrubbed address....
  31. Re: Help! Orders being processed by Authorize.net but not showing up in ZenCart Order

    Yes, I've got 1.3.7 installed and an upgrade is in order. Thank you Dr. Byte.

    Kevin
  32. Help! Orders being processed by Authorize.net but not showing up in ZenCart Orders

    Twice now I have downloaded a list of transactions from Authorize.net and discovered two orders with a duplicate invoice id (say 325). When I check the orders in ZenCart, I will only find one of the...
  33. Problem with notifier in checkout process

    I am trying to write an observer that will remove certain products from the cart on the event NOTIFY_HEADER_END_CHECKOUT_PAYMENT. Our organization can't afford to ship certain items overseas, so we...
  34. Re: Change directory and now image uploads don't work

    /images drw-rw-rw

    Does that look right to you?

    Kevin
  35. Replies
    14
    Views
    2,938

    Donation product type

    Hey Zenners,

    As part of my work with YES! Magazine, I created a donation product type. Check it out here:
    ...
  36. Change directory and now image uploads don't work

    Hey Zenners,

    I just renamed my /ZenCart directory to /store, and after changing the two configure.php files (the one in includes and the one in admin/includes), everything works like a...
  37. Replies
    1
    Views
    895

    Re: How to hide one product from main page

    Can't think of any built-in functionality that will achieve this. You might have to switch to a custom homepage that you build by hand, in which case you could omit the product yourself.
  38. Replies
    82
    Views
    27,563

    Re: SSL secure and non-secure items

    My problem seems to have resolved itself. It must have been something to do with the change in IP address for my site that got resolved over a few days.

    Kevin
  39. Replies
    82
    Views
    27,563

    Re: SSL secure and non-secure items

    I should mention:

    The funny thing is that the SSL was working fine until a few days ago when our hosting provider moved our site to a new IP address and new SSL address. I updated HTTPS_SERVER in...
  40. Replies
    82
    Views
    27,563

    Re: SSL secure and non-secure items

    I am having the same problem on my site. I have scoured my code for external links, but can't find any. I could really use the help of a guru!


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  41. Replies
    3
    Views
    899

    Re: Customer login questions

    Thanks.

    Kevin
  42. Replies
    3
    Views
    899

    Customer login questions

    Hello,

    I've got a few questions about the customer login mechanism. First, it appears that a customer is required to create an account in order to make an order. Is it possible to change this so...
  43. Re: problem with products_options_values as a BLOB

    Thanks Dr Byte! That solved my problem.

    Kevin
  44. problem with products_options_values as a BLOB

    I am writing a tool to download orders and process them. I am trying to use ODBC to download the zen_orders_products_attributes table. The field products_options_values, which contains the text of...
  45. Re: How do I change the titlebar to not include price?

    Thanks Carol! So easy once you know where to look :)
  46. How do I change the titlebar to not include price?

    Hello,

    I've got a few products that don't have a base price, so what's showing up in the top titlebar of my browser window is: Subscription - $0.00. I'd like to remove all reference to the price....
  47. Replies
    3
    Views
    1,333

    Re: How to change light blue in input boxes

    Thanks Rob! I didn't know about the :focus CSS element.

    Kevin
  48. Replies
    3
    Views
    1,333

    How to change light blue in input boxes

    Hi,

    I'm trying to figure out how to change the light blue that shows up whenever I click on an text input box. The blue is part of the default template that comes with ZenCart, but I can't figure...
  49. Replies
    1
    Views
    2,189

    How do I pass attributes to add_cart?

    Hey folks,

    I'm attempting to write some code that will add products to my cart. I can add a product with the function $_SESSION['cart']->add_cart() no problem. However I can't figure out what the...
  50. Replies
    1
    Views
    696

    Standardizing addresses?

    Does ZenCart have the built-in ability to standardize addresses using the CASS certification system?

    Kevin
Results 1 to 50 of 68
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR