Search:

Type: Posts; User: kevinhankens

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    11,308

    Re: Coupon Code in URL

    I was just rereading the thread, and I should probably clarify a bit. The original method was to insert the tracking code into the coupon code field, but this is a much more elegant solution.

    The...
  2. Replies
    20
    Views
    11,308

    Re: Coupon Code in URL

    Hey there Jamie. We've had pretty good luck with the bit of scripting that I inserted. It was kind of a rush job, so it's definitely not module-worthy, but it fits our needs pretty well. I wrote my...
  3. Replies
    5
    Views
    3,338

    Coupon Discount Calculation Seems Wrong

    When I check out, using a 10% off coupon, the system seems to calculate the discount wrong:

    Sub-Total: $69.90
    Regular Shipping (Regular Shipping): $14.95
    Discount Coupon: SHH : -$7.34
    Maine...
  4. Re: Multiple Flat Rate Modules, Only Selects Original

    OK, my bad.

    LESSON: When duplicating the flat rate module, do not use an underscore in the title. BAD: "flat_rush" GOOD "flatrush"
  5. Multiple Flat Rate Modules, Only Selects Original

    Greetings! I duplicated the default Flat Rate Shipping Module, replaced all occurances of flat with flat_rush and all occurances of FLAT with FLAT_RUSH, then installed the new module. For some...
  6. Replies
    2
    Views
    2,159

    Email Delays

    Greetings! I'm having a weird issue that I believe is server-related. Whenever I load a page where ZC sends an email, it takes 30-60 seconds to load the next page. This is obviously way too long to...
  7. Replies
    20
    Views
    11,308

    Re: Coupon Code in URL

    We ended up implementing the method that I posted above... we capture the GET variable in the URI by using something like:


    if (!empty($_GET['tracking_code']))
    $_SESSION['tracking_code'] =...
  8. Re: Edit category listing and search result pages

    OK, nevermind the Smarty comment - I did some reading in the forum regarding the issue :)
  9. Re: Edit category listing and search result pages

    Great! Thanks for the advice.

    Do you guys know if there has been any discussion about using a more pure templating system like Smarty, et al.? That would make this process sooo much easier. In...
  10. Re: Edit category listing and search result pages

    OK, I figured out that in the template directory, common/tpl_tabular_display.php creates the table layout. I think that I'm going to try and manipulate this file to put things into DIVs instead of...
  11. Edit category listing and search result pages

    Hello. I've seen this question asked before, but I still cannot figure it out for the life of me. For featured, new and special products you can edit the template file to redesign the listing pages....
  12. Replies
    3
    Views
    1,258

    Re: Any reason not to use 1.2.7?

    Yeah, that's what I was afraid of. Are there major changes in the way templates are used in 1.3? My management bought a template for 1.2.x without consulting with me, so I need to figure out a way to...
  13. Replies
    3
    Views
    1,258

    Any reason not to use 1.2.7?

    Greetings! I am about to do a new install of ZC and want to use a template designed for v. 1.2.x. Does anybody know of a reason (security, functionality) to use 1.2.7 and not to use the most current...
  14. Replies
    0
    Views
    1,327

    Product Variants?

    Greetings, we are considering moving our online store to ZenCart, but I'm having trouble figuring out how to do something. Does anyone know of an easy method to acheive the following:

    We will be...
  15. Replies
    4
    Views
    1,807

    Examples of high profile ZC sites?

    Greetings! Can anyone point me to a list of some high profile ZenCart sites? I'm currently trying to sell our management on the cart, but they want some validation that it is a good solution. I'm...
  16. Replies
    20
    Views
    11,308

    Re: Coupon Code in URL

    Good point Linda. I guess that what I am trying to do is easily track orders. The discount codes that we would use in the URL would have a 0% discount, so I guess that we could avoid the problem of...
  17. Replies
    20
    Views
    11,308

    Re: Coupon Code in URL

    Hey Linda! Thanks for the reply. I'm not quite sure that I understand though. Let me tell you what my goal is and if you get a minute, let me know if it will be easy to accomplish.

    For example, in...
  18. Replies
    20
    Views
    11,308

    Re: Coupon Code in URL

    Hey again! Here is a possible, albeit ugly, solution. First, edit index.php and add something like:



    if (!empty($_GET['visitor_code']))
    $_SESSION['visitor_code'] =...
  19. Replies
    20
    Views
    11,308

    Re: Coupon Code in URL

    Hey Amanda,

    That's awesome! I'm excited to hear how you guys approach it. I've been trying to figure out a way to add that feature without making it difficult to upgrade zencart when the time...
  20. Replies
    20
    Views
    11,308

    Coupon Code in URL

    Is there any way to attach the coupon code to a URL instead of having the customer enter the code upon checkout? We use codes to track advertising and it would be a lot easier if we could just embed...
Results 1 to 20 of 21
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR