Search:

Type: Posts; User: ehdesign

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    60
    Views
    23,464

    Re: Customer Search Log

    Trying to use the EXPORT AS CSV function, but the export has nothing in it but the headers? Any ideas on fixes?
  2. Replies
    60
    Views
    23,464

    Re: Customer Search Log

    Did you ever find a resolution? I'm still seeing the problem?
  3. Replies
    858
    Views
    205,996

    Re: Sales report 2.0

    I would like to add / edit to limit the sales report to certain categories.

    Any ideas?
  4. Re: $order_summary values not showing up on checkout success

    Thanks for the help. The clarification helped out. I have it working now.
  5. Re: $order_summary values not showing up on checkout success

    I am using Chrome....

    So, the page loads, then I am using VIEW SOURCE - view source seemed easier since I wanted to find a few different occourences of different JS.

    TO repeat - using VIEW...
  6. Re: $order_summary values not showing up on checkout success

    Zen Cart v1.5.5d

    I coudl try print_r or even var_dump the $order_summary variable, but that requires an order and I was just hoping to avoid having too many extra orders to cancel.
  7. Re: $order_summary values not showing up on checkout success

    If I change this line:

    order_id: " <?php echo $order_summary['order_number']; ?>",

    to

    order_id: "7",

    the 7 (or whatever random charaacter) shows just fine.... It's just the PHP...
  8. Re: $order_summary values not showing up on checkout success

    Bad copy and paste - I thought I included the actual file name:

    jscript_zaius_checkoutSuccess.php

    SO... YES it starts with jscirpt and YES it is a PHP file.

    And I know the file is included...
  9. $order_summary values not showing up on checkout success

    I'm having trouble TAGGING on checkout success.

    Here's what I have for code:


    <!-- CHECKOUT SUCCESS TAGGING -->


    <script type="text/javascript">
    tagging.event("order", {
  10. v155 Re: Loop through Products Ordered on Check Out Success Page

    Doc -

    Thanks for the help.

    2 more questions:

    1. Can I get the QUANTITY of each product ordered? I see $order_summary['products_ordered_ids'] , but is there some way to know how many of...
  11. v155 Loop through Products Ordered on Check Out Success Page

    I need to do some javascript tagging whenever a successful order is placed. I have the javascript basically worked out, but I would like to loop through the products ordered using PHP. I'm not sure...
  12. Re: Javascript Tag - Add To Cart and Remove From Cart

    Thanks Doc....

    The BIND idea is perfect - should have thought of that...

    Thanks.
  13. Re: Javascript Tag - Add To Cart and Remove From Cart

    I'll look at that code. Thanks.

    Really all I need to do is first that one single javascript function when something is added to a cart.

    The same when something is removed.

    I have the...
  14. Re: Javascript Tag - Add To Cart and Remove From Cart

    Thanks. I'll take a look.

    I literally ONLY need to fire the JS event I listed.

    I use an email service that tracks lifetime customer value.

    I simply need to trigger one line of JS code when...
  15. Re: Javascript Tag - Add To Cart and Remove From Cart

    I would like to run a bit of javascript whenever someone adds a product to a cart. The javascript would include the product ID.

    something like this:

    BLAH.event('product'), {action:...
  16. Javascript Tag - Add To Cart and Remove From Cart

    I am trying to run javascript when ever a user adds an item to a shopping cart and whenever an item is removed from a shopping cart. I have the JS code just fine, but have no idea where to put it.
    ...
  17. Show Payment Method ONLY if Previous purchase

    I would like to make everyone who makes their first payment use payment method A, but, if they are logged in and have a previous purchase then I would like to offer payment method A AND payment...
  18. Re: CLICK CALCULATE BUTTON on CHECKOUT broke?

    SOLVED - it was my own bad JS. Thanks.
  19. CLICK CALCULATE BUTTON on CHECKOUT broke?

    HEre is my URL:

    http://www.buyrog.com/new/

    When I add something to the cart and go to checkout, I try to click on the CALCULATE button to update the quantities, but I get an error that a...
  20. Replies
    3
    Views
    1,529

    Product Quantities as Drop Downs?

    I want to change the QUANTITY on both the category listing pages and on the product details pages to HTML SELECT drop down instead of the text entries.

    Any ideas on HOW?


    ALSO - I would then...
  21. Re: CODE showing up on ADMIN->MODULE->PAYMENTS????

    Thanks. I was just hoping someone could pick the file out of the air.

    I'll do a FTP sync and see what I find...

    Thanks.
  22. Re: CODE showing up on ADMIN->MODULE->PAYMENTS????

    any idea which files????


    Actually, the code that is being shown appears to come from this:

    /includes/modules/payment/authorizenet.php

    And, this file appears correct.

    Wondering if it is...
  23. CODE showing up on ADMIN->MODULE->PAYMENTS????

    When I go to:

    ADMIN->MODULES->PAYMENT...

    I see a bunch of PHP code displayed. Here's a brief sampe:

    .authorize.net/gateway/transact.dll'; $this->gateway_mode =...
  24. Replies
    12
    Views
    5,160

    Re: Paypal Express not sending order details

    Here's the clarification:

    1. I was using PayPal IPN

    2. I switched to PayPal express checkout - which is much better

    3. My understanding was that when a customer purchased and was then...
  25. Replies
    12
    Views
    5,160

    Re: Paypal Express not sending order details

    I know this thread is now a few months old, but I am using PayPal Express Checkout (rev1.3.8a) and NO ORDER DETAILS are being sent? I can't find any way to enable order details?

    ideas?
  26. Downloads on Windows Server - Started Failing?

    I am hosting zen-cart on a windows IIS server -

    Downloads on products used to work, but now seem to fail.

    A few settings:
    streaming - YES
    Redirect - No

    permissions on download - tried...
  27. Replies
    3
    Views
    1,922

    Re: Longer Product Names?

    ok - that did it - the product tables WERE correct - it just not a 1 to 1 relationship.

    I went from 90 (already up from 64) to 250 and we seem fine.

    Thanks for the reference.

    RESOLVED
  28. Replies
    3
    Views
    1,922

    Longer Product Names?

    I want to allow longer product names.

    Base on this thread:

    http://www.zen-cart.com/forum/showthread.php?t=41634&highlight=product+length

    I thought all I had to do was edit the three...
  29. Re: Can't log in - can't add to cart - can't log in to admin?

    Sir -

    1. I tried to create my own simple PHP session scripts and they successfully set SESSSION Variables.?

    2. I uploaded a new version to store2 directory and then ran install and got the...
  30. Re: Can't log in - can't add to cart - can't log in to admin?

    Anything specific you suggest I say to the sysadmins as the work on it? I have told them I think session handling is broke....

    Anything more specific?
  31. Can't log in - can't add to cart - can't log in to admin?

    I have a store at:

    www.touchplate.com/store

    I think something has happened to the server, but now I can't add anything to the cart (it just comes back as nothing in the cart), I can't log in as...
  32. Change E-Mail Based on What Product Bought?

    Can I change the Order Confirmation e-mail based on what is purchased?

    For example - if I buy product x, I would like to receive an e-mail that says "ABC" but if I by product y, I would like the...
  33. Replies
    1
    Views
    1,723

    Re: First-Class Mail Int - USPS WON'T SHOW UP - SOLVED

    THe problem is solved - the culprit was weight and tares. Too heavy for first class.

    Thanks.
  34. Replies
    1
    Views
    1,723

    First-Class Mail Int - USPS WON'T SHOW UP

    I am using the USPS shipping module. Have applied all updates I can find (nov 2007). Everything is fine with one exception - First Class Mail INT does not show up. The only international options...
  35. Replies
    12
    Views
    3,645

    Re: Admin Login Page Loops forever

    brilliant.

    You have indeed helped. I uploaded the sessions.php file and all is well.

    I will begin an immediate upgrade plan. Thanks.

    Tell me where to send the beer as a thanks!
  36. Replies
    12
    Views
    3,645

    Re: Admin Login Page Loops forever

    Sorry, I lied. Both the "old" and the new were versions 1.3...

    I'll try grabbing the file and see if that helps.

    Could you post a link to an upgrade how to?
  37. Replies
    12
    Views
    3,645

    Re: Admin Login Page Loops forever

    I'll do that, but I tried a fresh install of the newest version on still received the problem. Downloaded from zen site and installed. Still same problem.

    Any ideas?
  38. Replies
    12
    Views
    3,645

    Re: Admin Login Page Loops forever

    For what it is worth. Here is the info from the fix_cache_key.php output:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output...
  39. Replies
    12
    Views
    3,645

    Re: Admin Login Page Loops forever

    Tried doing a fresh install and got same problem on a clean database...

    This time I got this error:

    Fatal error: Call to a member function Execute() on a non-object in...
  40. Replies
    12
    Views
    3,645

    Re: Admin Login Page Loops forever

    What version of Zen Cart?

    1.3.0.2

    What version of PHP?

    php 5.2.5

    Who is the new host?
  41. Replies
    12
    Views
    3,645

    Re: Admin Login Page Loops forever

    Just noticed same thing happens on my cutomer log in page - they are unable to log in as well....
  42. Replies
    12
    Views
    3,645

    Admin Login Page Loops forever

    I just moved to a new host. Copied all the files. Everything seems to be working fine. But, I cannot log in to the admin

    I type in the correct admin username and password, but I just loop back...
  43. Replies
    3
    Views
    1,237

    Re: Customize the Order Confirmation E-Mail?

    I looked around - couldn't find it - where is it?

    Thansk
  44. Replies
    3
    Views
    1,237

    Customize the Order Confirmation E-Mail?

    I would like to customize the order confirmation e-mail that gets sent out.

    I would like it to include the credit card TYPE (not number or anything like that), just the credit card type that was...
  45. Replies
    89
    Views
    36,318

    Re: Paymentech (aka VersaPay, aka Orbital) - NEED CERTIFICATION????

    I love the module supplied here for orbital. But, I am being told by the company that zen-cart needs to get certified to be used on their system.

    Any one run into this - know what they are...
  46. Replies
    356
    Views
    114,824

    Re: Need help with Virtual Merchant module

    RTW -
    I had both those errors appear when I created a simple e-commerce for a client. I called Merchant Services and they did something that made both the errors go away.

    As I was only a "hired...
  47. Replies
    1
    Views
    692

    Two Special Needs? Any Ideas

    I am working on a store an dhave two special needs:


    1. I need to associate each purchase with a person - Everybody who buys from this site, a part of what they purchase, the income will go to...
  48. Replies
    13
    Views
    1,779

    Re: Store - FATAL ERROR?

    SiteGround was indeed the problem for me. I have received a solution. Here is what we did:

    1. Site Ground voluntarily applied a "patch" - this made the store work, but NO TEMPLATE, and no...
  49. Replies
    13
    Views
    1,779

    Re: Store - FATAL ERROR?

    After talking with Site Ground, they applied a patch, but that patch seems to have wiped out my template, which is fixable, but now I am getting a new error...

    I cannot find any modules - order,...
  50. Replies
    9
    Views
    1,832

    Modules Dissapeared?

    I have zen-cart running and am on Site Ground - they had a problem, and "fixed" it. But in the process of poking around somehow all my modules DO NOT show up?

    Payment modules are GONE, shipping...
Results 1 to 50 of 56
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR