Search:

Type: Posts; User: MyGreyGoose

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    62
    Views
    33,880

    Re: New York Sales Tax

    Good idea. I simply posted that question in the last comment box at http://nytax-metrics.custhelp.com/cgi-bin/nytax_metrics.cfg/websurveys/ws?_133=100

    Anyone else out there have any experiences...
  2. Replies
    62
    Views
    33,880

    Re: New York Sales Tax

    Given neither method is completely accurate, is one preferred over the other? I would think the zip code method gets closest.
  3. Replies
    62
    Views
    33,880

    Re: New York Sales Tax

    Question to New Yorker Zen Carters: how are you best managing this - through the NY - County Name method mentioned here, or by Zip Code, e.g., through the Local Sales Tax Mod?

    It seems to me that...
  4. Re: tax calculation problem with coupons and multiple products

    This thread is 1.5 years old, but I had this problem tonight, so I'll recap the fix for anyone else just arriving at this issue.

    I'm using 1.3.7. The tax was not calculating correctly when I used...
  5. Replies
    6
    Views
    4,699

    Re: How to determine current page

    Darn - wish I saw your post first. I got it to work with the following code, but yours seems better. Will try that too.


    <td id="navColumnOne" class="columnLeft" style="width: <?php echo...
  6. Replies
    6
    Views
    4,699

    Re: How to determine current page

    @Ajeh Thanks Linda! That worked. I thought I had already tried that and it didn't work... but I guess you brought some luck.

    @Clyde I'm thinking the entire left column since those are all...
  7. Replies
    6
    Views
    4,699

    How to determine current page

    I'm trying to remove the categories navigation once the customer gets to the checkout and beyond. Unless someone has a better suggestion, what I'd like to do is an IF statement along the lines of:
    ...
  8. Re: WARNING: Missing Shipping Information (& all other account history info)

    Anyone? Any thoughts, no matter how random?
  9. WARNING: Missing Shipping Information (& all other account history info)

    None of the order info in my account_history_info, order_status, and tracker pages are showing up, e.g., the order's products, totals, addresses, etc. The order status history IS showing up, though....
  10. Replies
    21
    Views
    4,692

    Re: Returns & Exchanges

    I think that's correct. Although 1.3.8 might have a better integration, at least for issuing refunds and it being tied to the credit card payment processor. I'm not sure at all about this - I...
  11. Re: Group Pricing - how can I restrict against certain categories?

    I need this too. I'm currently trying to find a work around.
  12. How do I exclude traffic (from my staff) from Google Analytics?

    I have Google Analytics Ecommerce tracking set up correctly on my site, but it's registering orders I place that I don't want tracked. Google has an explanation of how to exclude traffic based on...
  13. Replies
    21
    Views
    4,692

    Re: Returns & Exchanges

    I found a way to use Edit Orders to record refunds. Not sure if it helps your situation, but check it out here:

    http://www.zen-cart.com/forum/showthread.php?p=516473
  14. Introducing a new way to do refunds & returns with Edit Orders module

    I've seen a few posts asking how to record refunds (not using the Paypal module). As far as I can tell, Zen doesn't have a built in way to do this. (Correct me if I'm wrong!... I'm using 1.3.7)
    ...
  15. Replies
    8
    Views
    1,259

    Re: How to deny PO BOX?

    This may help:

    http://www.zen-cart.com/forum/showthread.php?t=36809
  16. Any experience/recommendation for PaySimple (aka, USA ePay)?

    I'm looking into using PaySimple b/c of their "robust" recurring billing features. I think they may have formerly been known as USA ePay. Anyone have any experience with them or can shed some...
  17. Re: Querying db for more info to add to confirmation email

    YESSSSS!!!!!!! Thank you!!! I was literally pulling my hair out.

    But I don't understand why it was that when there were numerous instances of where orders_id = '" . (int)$order_id . "' throughout...
  18. Re: Querying db for more info to add to confirmation email

    In includes/classes/order.php, there are bunch of functions. Does it matter where I place that code? As in, should go within the function I'm using, or outside. Do I need to declare some variables...
  19. Re: Querying db for more info to add to confirmation email

    The SQL query works in mysql browser. Which is why I'm thinking it has something to do with my PHP related to getting the data from the sql query... maybe the WHERE...
  20. Re: Querying db for more info to add to confirmation email

    I've tried everything, and I cannot figure out how to get this to work. In includes/classes/order.php, I am trying every possible combination of something like:

    function...
  21. Re: Querying db for more info to add to confirmation email

    I need to clarify this question in order to make it simpler to answer. I have a mysql query that generates one row of data. I'm trying to then pass one of the field's value into a function.
    ...
  22. Re: Determine if a certain product is in the cart

    That worked... thanks!!!
  23. Re: Determine if a certain product is in the cart

    How do I strip off the colon and hash before passing it to the function? I've tried everything, but I don't understand how to truncate something from an array.

    This is the only code I'm using:
    ...
  24. Re: Determine if a certain product is in the cart

    Sorry for the delay in responding... been having a terrible time getting it to work. It's not working with the particular product ID I'm looking for, and I'm wondering if it has anything to do with...
  25. Querying db for more info to add to confirmation email

    I'm querying the db to add more detail to the order confirmation email. I'm only adding it to the admin "extra_info" email. I have the includes/functions/functions_email.php part working:


    ...
  26. Determine if a certain product is in the cart

    I want to include a message flag when certain items are in the shopping cart on tpl_shopping_cart_default.php.

    The logic is basically, if the cart contains product id 142, then show some html...
  27. Re: How do I store a variable from the UPS module into the Orders table?

    I found a way by using a session variable:

    In ups.php:
    $_SESSION["shipping_method_types"] = $shipping_methods_types;

    In order.php:
    'shipping_allowed' => $_SESSION['shipping_method_types'],
  28. How do I store a variable from the UPS module into the Orders table?

    I have a custom variable in the includes\modules\shipping\ups.php module called $shipping_methods_types that contains the available UPS methods (not the chosen method - the available methods). For...
  29. Re: Can't get "referrals " mod working

    Lina, it should be showing up in the create_account page.... 2 thoughts: 1) did you paste the mod code into the tpl_modules_create_account.php file in your includes\templates\your_template\templates...
  30. Re: Can't get "referrals " mod working

    Gogolf, Tatiana, & others, I just wanted to report back in that I was able to get it working. My problem was that everything seemed fine except that the data was not getting posted to the db. The...
  31. Replies
    2,160
    Views
    398,299

    Re: Simple Google Analytics - Support

    Well, I probably have a pretty rare situation where my overall site www.example.com is on a separate server and shop.example.com is on it's own server. My main google account is tied to example.com,...
  32. Replies
    2,160
    Views
    398,299

    Re: Simple Google Analytics - Support

    This is a great mod! I can't believe how easy it was to install the code across the site. Eric, I've been following your blog... thanks for the easy to follow instructions.

    One thing I think the...
  33. Re: Slow site! - Exhaustive? list of suggesions

    In trying to narrow down the problem, i went to http://tools.pingdom.com/fpt/. It shows that in some cases it's taking 7 seconds to CONNECT. It that to the host, the mysql server, or what? see...
  34. How large should the SQL cache file be? Is 50Kb large?

    I switched my SQL cache method to file to see if there was a performance increase. Nope. :(

    Now, I don't know how the SQL caching is suppose to work or what it does exactly, but I noticed that...
  35. Re: Slow site! - Exhaustive? list of suggesions

    I haven't done a complete re-install yet, but I noticed 2 key differences in media temple's configure files from mine. I have no idea if there are other backend differences. First, instead of using...
  36. Re: Slow site! - Exhaustive? list of suggesions

    Thanks, I'll give that a shot. I would also love to hear from any of the gurus if they have an idea why this would lead to a speed increase... in case it's something we could do in the future without...
  37. Re: Slow site! - Exhaustive? list of suggesions

    I don't think I have access to that. I checked all over my panel, and it's not listed in the system paths. Support articles seem to suggest I don't have access to it... I think this is a media temple...
  38. Re: Slow site! - Exhaustive? list of suggesions

    Zen Cart v 1.3.7 with the xss patch
    Mods:

    add_customers_from_admin_1.0
    backup_mysql_plugin_v1.3
    credit_card_images_for_payment_page_1.0
    edit_orders_1.1
    export_orders_v1-2-2
    ...
  39. Slow site! - Exhaustive? list of suggesions

    I've been composing a lengthy msg... this post is a continuation of this discussion.

    I've combed the forums and have found these suggestions to increase the speed of my site. I'm apt to believe...
  40. Thread: Slow site!

    by MyGreyGoose
    Replies
    6
    Views
    2,070

    Re: Slow site!

    Hi Will,

    I just went to your site, and it's really fast. Which host are you using... DreamHost or Sashbox? My site is painfully slow. Do you believe the host was your main issue or some of the...
  41. Re: SSL link WITHIN a product description or EZ Page

    Thanks, that worked perfectly! And it's much easier to set up then the daunting long page of instructions that may scare one off.

    For others' benefits, the way I created the define to get a secure...
  42. Re: SSL link WITHIN a product description or EZ Page

    for when I switch domains and servers. For example, right now I'm using shop.mydomain.com. But I may want to switch to www.mydomain.com or someotherdomain.com. Plus, I test on my local machine and...
  43. SSL link WITHIN a product description or EZ Page

    I normally know how to create links to ssl pages (https://...). But how do I create a link to a secure page within a product description or EZ Page? AFAICT, since the html/code is stored in the...
  44. Re: Can't get "referrals " mod working

    Hi Dr. Byte,

    Thanks for your help on this. Gogolf and I have been in touch and are having the same problem, although he can answer your q specifically. I think Tatiana is having the same prob.
    ...
  45. Re: Can't get "referrals " mod working

    I dug into the Module code for this, and wondering if the problem is here. Note, my customers_info table is receiving the other data (ID, 0, Now) but not the source ( (int)$source ).


    values ('"...
  46. Re: How Did You Hear About Us, Configuration Problem

    We're all having the same problem. There's another post with some more details of the problem here... hoping to pinpoint the reason. I wish I had more php / sql skills to figure it out.
    ...
  47. Re: Can't get "referrals " mod working

    We are having the same exact problem. The database is not storing the referral information when creating test customers... but if I go into the database and manually change the values, then the...
  48. Replies
    13
    Views
    3,638

    Re: Minimum Order solution

    I just edited my code exactly as above for 1.3.7 and so far, so good. Thanks!
  49. Chocolate Shipping - Extremely Complicated Rules

    My guess is that I can't do this through the standard UPS module or the UPS XML module, but I want to run it by the experts on how I should best go about setting this up. I was able to create the...
  50. Re: Why do # references link to the home page

    Thanks Shirley! With that, I was able to get it to work. And I didn't have to use the whole URL... just the page part. So:

    <a href="index.php?main_page=page&id=1&chapter=0#link1" title="How to...
Results 1 to 50 of 91
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR