Search:

Type: Posts; User: alan_powerbrixx

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    Hmm...I don't know if there's a version thing going on here, or if I gotten to the point you have, but I seem to have gotten Free Options limited to United States zone to work with Google Checkout on...
  2. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    Glad it worked.

    Sorry I can't help with the Special Delivery problem. Outside my experience.
  3. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    In the $mc_shipping_methods array, try commenting these lines...



    // 'freeoptions' => array(
    // 'domestic_types' =>
    // ...
  4. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    If you don't intend to offer free shipping at all, whether Google Checkout, Paypal, or Zen Cart checkout, you can turn off the freeoptions Shipping module. Go into admin > Modules > Shipping, select...
  5. Replies
    10
    Views
    6,191

    Re: Payflow Pro Refunds

    Kim,

    Is this also the correct forum for Payflow Pro questions, via the payflow module? The forum description specifies Website Payments Pro, i.e., the paypalwpp module, which is different from the...
  6. Replies
    10
    Views
    6,191

    Re: Payflow Pro Refunds

    I found the fix described on thread 93720 and it seems to work for the paypalwpp refund question I had. I still have the refund problem and lack of billing info with the payflow module.
  7. Replies
    10
    Views
    6,191

    Re: Payflow Pro Refunds

    We seem to be having the same problem, or somthing very similar. If I understand correctly, at checkout time the payflow module records the transaction id of the authorization in the paypal table....
  8. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    Admin > Modules > Payment > googlecheckout
    Edit the module, and find the setting for "GoogleCheckout Carrier Calculated Shipping". Set it true or false as needed. It's a little hard to see between...
  9. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    I discovered that on my ZC 1.3.8a site, Google Checkout (googlecheckout 1.4.7 mod) was showing up as a radio button on the checkout_payment page, which it should not do. When it was selected, the...
  10. Re: Is there a functioning FedEx module for 1.3.8a?

    However, you may be able to use another software package as an intermediary. For example, for a variety of reasons, we use Stone Edge Order Manager (SEOM) to combine orders from several web sites (ZC...
  11. Re: Free shipping options not showing in Google Checkout

    Just in case anyone comes across this, I have solved my problem described above. It was a matter of invalid data in the zones table for the US Armed Forces zones. Anyone using those zones should...
  12. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    Some of you may recall the problem I was having trying to get Free Shipping for US addresses to work with Google Checkout. (See post http://www.zen-cart.com/forum/showpost.php?p=681533&postcount=2893...
  13. Wrong/Outdated Armed Forces postal abbreviations

    I'm not sure where this observation should go, but I'll post it here, and hope it connects with the right wizards in the development team. If this has been posted before, I couldn't seem to search it...
  14. Free shipping options not showing in Google Checkout

    I've asked this already in the Google Checkout mod's support thread, but no one seemed to have an answer. So I thought I would cast the net wider, to see if anyone has any ideas. (See...
  15. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    I would still be grateful for any help anyone can give on my free shipping question (see quoted post above). BlessIsaacola looked briefly at our production site, but (:blush:) I'm sorry that I hadn't...
  16. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    Thank you, BlessIsaacola, for taking a look at this. As I said, we are testing free shipping on our alternate test site which is kept down for maintenance. No free shipping is yet being offered on...
  17. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    I seem to have the opposite problem from the one some users have posted, regarding free shipping in Google Checkout. I can't get it to show up at all in Google Checkout, though it works fine in Zen...
  18. Re: FREE Shipping only for US, not allowing to ship at all outside the US?

    I still seem to be answering my own questions. It looks like I need to change to the newer fedexground and fedexexpress modules in the FEDEX contribution, which says it is compatible with 1.3.7....
  19. Re: FREE Shipping only for US, not allowing to ship at all outside the US?

    After further searching, I found your solution on this thread:
    http://www.zen-cart.com/forum/showthread.php?t=39978

    If I understand correctly, I should create a US zone and a non-US zone...
  20. Re: FREE Shipping only for US, not allowing to ship at all outside the US?

    I have the same need, so similar advice would be helpful. In our case, we're considering offering free shipping in the US, but would like our usual FedEx and USPS methods to apply outside the US....
  21. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    This happened to us using GCO mod 1.4.1beta1 in ZC 1.3.7. We were accidentally offering $1 shipping for FedEx First Overnight! (ouch!)

    The fix in this version is to edit the...
  22. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    I finally solved the memory limit problem I had during installation of the module. (See earlier post http://www.zen-cart.com/forum/showpost.php?p=600063&postcount=2651) It literally was a memory...
  23. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    It looks to be a matter of the require_once coming before the require, so both are executed. If you look up require_once in the php on-line manual, and read the thread of replies posted to that page,...
  24. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    Actually, I did try require_once in production for a moment, and it did appear to work. Again, I don't know if it would open up some hidden problems not apparent on a quick novice-level perusal of...
  25. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    Here's a possibly dumb question from a relative php novice: Would it work to change the require to require_once instead of commenting out these lines? Unless I missed something, it looks as if...
  26. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    I have the same problem in ver. 1.3.7, which I have not figured out either. But I do see the php error message, "Fatal error: Cannot redeclare class order in .../includes/classes/order.php on line...
  27. Replies
    23
    Views
    6,158

    Re: Ultimate SEO URL help needed!

    Thanks for your advice and your concerns, dontknow..., but judging from feedback on the Ultimate SEO URLs suppport thread, results have been mixed. The impression I've gotten is that when it installs...
  28. Replies
    23
    Views
    6,158

    Re: Ultimate SEO URL help needed!

    It worked perfectly on my 1.3.8a test site. I'm about to install it on my 1.3.7 production site.

    One point which seemed not well explained in the installation instructions: If you already have a...
  29. Replies
    3,931
    Views
    1,026,296

    Re: Google Checkout module for Zen Cart (beta)

    I get the above error when I try to install the Google Checkout module (v1.4.7) in admin > Modules > Payment (v1.3.8a).

    Afterwards the mod is active in default mode with a sandbox setting, but no...
  30. Replies
    23
    Views
    6,158

    Re: Ultimate SEO URL help needed!

    After the above post, I found the English-language version of the mod. For details, see this post on the Ultimate SEO URLs support thread, which readers of this thread may wish to join in...
    ...
  31. Replies
    23
    Views
    6,158

    Re: Ultimate SEO URL help needed!

    I have not installed this yet, and after reading this thread I am reluctant to do so. But I did want to share that I had done a WinMerge comparison of the 2.105 and 2.106 versions of this mod. It...
  32. Re: Is there a functioning FedEx module for 1.3.8a?

    Thanks. Looks like the Jan. 27 mod is the latest Fedex shipping mod. We're having some problems with mod's not working together in 1.3.8a, mostly having to do with Google Checkout. So we've decided...
  33. Re: Is there a functioning FedEx module for 1.3.8a?

    Numinix,

    Is your updated FedEx module from March 19 available for download? Where can I find it? The one on the Zen Cart site is the Jan. 27 version, and I don't see it on your site either.
    ...
  34. Re: Group Discount and Discount Coupon Tax Calculation Issue

    We have a similar (same?) problem showing up for us when a group discount is applied to an in-state (taxable) order. The sales tax is undercharged.

    For us, the problem is more hypothetical than...
  35. Re: Is there a functioning FedEx module for 1.3.8a?

    Thanks to all who contributed to this thread. It's a lifesaver.

    It appears as if different installations works differently on this issue. In my case, each of the fixes worked individually, and...
  36. Re: USPS problem - select one method, returns another

    Tom,

    Thanks for the quick response with a patched module. One question: in the intl_types array, several of the methods are still in mixed case. Is that correct? In particular, 'First-Class MAIL...
  37. Replies
    2,160
    Views
    398,157

    Re: Simple Google Analytics - Support

    Yes, thank you, Eric,

    That ran just fine. I got the message "39 statements processed", and now all the expected settings for Google Analytics including the conversion settings appear on the...
  38. Replies
    2,160
    Views
    398,157

    Re: Simple Google Analytics - Support

    Eric,

    Thanks for looking at this. Being a new install, I'm using the googleanalytics.sql file, using Admin > Tools > Install SQL Patches, and clicking Browse next to Upload File to browse to this...
  39. Replies
    2,160
    Views
    398,157

    Re: Simple Google Analytics - Support

    Hi, Eric (econcepts),

    Thanks for rolling the Conversion Tracking into the mod.

    I am converting my site from hand-inserted GA and Conversion codes, to the simple-google-analytics mod. When I...
  40. Re: Google Adwords Conversion Tracking code help.

    Eric,

    Thanks for the information. I'm sure that's the right way to have done it, but since we've had our own shoe-horn approach to both Analytics and AdWords conversion working for months, and...
  41. Re: Google Adwords Conversion Tracking code help.

    I want to thank the contributors to this thread for their pointers on getting Google AdWords conversion to include the dollar value. This is my first post to this forum, which I joined to asked the...
Results 1 to 41 of 56
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR