Search:

Type: Posts; User: flyvholm

Search: Search took 0.01 seconds.

  1. Replies
    848
    Views
    204,431

    Re: Quantity Discounts for 1.3

    Include Tax: False
    Re-calculate Tax: Standard
    Sort Order: 200 (between Sub-Total and Discount Coupon)

    Only one tax in my case (EU VAT). The ot_tax module only uses the subarray...
  2. Replies
    848
    Views
    204,431

    Re: Quantity Discounts for 1.3

    I've had the embarrassing situation that my Zen Cart made obvious calculation errors in some situations, specifically when Quantity Discounts worked in combination with a discount coupon. I finally...
  3. v153 Re: Ceon URI Mapping v4.x

    Unexpected in both cases: It appears on localhost where cookie path is root, but disappears on the live site where cookie path is not root. Should be the other way around.

    So Zen Cart uses the PHP...
  4. v153 Re: Ceon URI Mapping v4.x

    I'm revisiting my cookie issue... to recap, the problem is that sessions are lost when I set the cookie path to root. For this reason I've had to leave the init_sessions.php override out of my CEON...
  5. v153 Re: Ceon URI Mapping v4.x

    By the way, on my local copy of the website hosted with XAMPP I can use root as cookie path without issues. So it may be something server specific.
  6. v153 Re: Ceon URI Mapping v4.x

    Yes, setting the cookie path to root in Zen Cart admin does the exact same thing as the CEON override and gives the same result.
  7. v153 Re: Ceon URI Mapping v4.x

    Any response appreciated! Just one store on the domain, dedicated SSL certificate. Forcing cookie use brings up a (Zen Cart) page saying that the browser has disabled cookies, meaning the issue...
  8. v153 Re: Ceon URI Mapping v4.x

    FYI: Moderator split this to its own discussion thread since it appears to be a session issue not directly related to CEON.
  9. v153 Problem using root as cookie path

    The CEON URI Mapping module must use the site root "/" as cookie path to work properly. My Zen Cart resides in "/purchase/". Unfortunately, when setting cookie path to root, customer login doesn't...
  10. v153 Re: Ceon URI Mapping v4.x

    I've done the installation twice, both checked out fine. Static URIs are working too. They also appear to work if I delete the init_sessions.php override. I see your point that it probably isn't...
  11. v153 Problem using root as cookie path after installing CEON URI

    After installing CEON URI the session is wiped when a customer tries to log in - meaning, login is impossible. I traced this down to init_sessions.php in includes/init_inludes/overrides. The only...
  12. Replies
    5
    Views
    1,063

    v153 Re: Sharing PHP variables ($_SESSION question)

    Sorry for the delay, but thought I'd close this up... I never figured out what the problem was starting the session because DrByte is (of course) right. Doing a session start is a big waste...
  13. Replies
    5
    Views
    1,063

    v153 Re: Sharing PHP variables ($_SESSION issue)

    Thanks, Rod, appreciated. I still don't have the details straight though.


    In my case, yes. But most advice I'm able to find just puts a session_start() at the top of a page and the previous...
  14. Replies
    5
    Views
    1,063

    v153 Sharing PHP variables ($_SESSION question)

    I'm writing a PHP script to communicate with Amazon for their fulfillment service. The script needs to access information that Zen Cart stores in the $order variable.

    Q1) How does Zen Cart...
  15. Replies
    9
    Views
    1,185

    v153 Re: What code is triggered by "Add to cart"?

    I made two huge mistakes. application_top does indeed execute immediately after clicking "add to cart", then it runs a second time after the redirect. I only saw the output from the second instance...
  16. Replies
    9
    Views
    1,185

    v153 Re: What code is triggered by "Add to cart"?

    So in order to troubleshoot I'm still stuck with the original question... what code is executed immediately upon clicking "add to cart", before application_top.php?
  17. Replies
    9
    Views
    1,185

    v153 Re: What code is triggered by "Add to cart"?

    Justhost. I've also read about users having session problems due to Suhosin, but a phpinfo on the host server reveals Suhosin isn't installled.
  18. Replies
    9
    Views
    1,185

    v153 Re: What code is triggered by "Add to cart"?

    Might add, advice given in another thread on a similar issue was to to change admin settings "Use root path for cookie path" and "Add period prefix to cookie domain". Unfortunately that doesn't...
  19. Replies
    9
    Views
    1,185

    v153 Re: What code is triggered by "Add to cart"?

    Thank you. That brought me a bit further, but I'm still in trouble. The form is created with zen_draw_form and does have the hidden security token when it fails. Additional observations... it only...
  20. Replies
    9
    Views
    1,185

    v153 What code is triggered by "Add to cart"?

    I get a session timeout when I use the "add to cart" button from particular customized pages, so I'm looking to figure out where and why the redirect to the timeout page occurs. Unfortunately,...
  21. Replies
    2
    Views
    937

    v153 Re: Check if customer is logged in

    Dave,

    Thanks a lot for your prompt and accurate reply. So far that appears to work exactly the way I had hoped. I should have been able to figure that out for myself, but at least now the answer...
  22. Replies
    2
    Views
    937

    v153 Check if customer is logged in

    Is there a foolproof way of checking whether a customer is logged in? I had hoped $_SESSION['customer_id'] would do the job, but when checking out with COWOA this variable is set once the customer...
  23. Replies
    2,176
    Views
    497,105

    Re: Fast and Easy Checkout for Zen Cart

    Yes I did. There's a good reason for that: It isn't in the instructions.

    Add a sentence stating explicitly what triggers installation of the FEC menu. You will save a few unlucky users from...
  24. Replies
    2,176
    Views
    497,105

    Re: Fast and Easy Checkout for Zen Cart

    I don't see how to do this with FEC, but since I used an SQL patch from version 1.10.0 to install the FEC configuration menu I may not have all the current options. Perhaps bislewl or numinix can...
  25. Replies
    2,176
    Views
    497,105

    Re: Fast and Easy Checkout for Zen Cart

    Okay, but then we're back to the same problem. There is no mention of the auto installer in the instructions, and when you get to step 11 (configuring FEC) you're stuck because there is no FEC menu...
  26. Replies
    2,176
    Views
    497,105

    Re: Fast and Easy Checkout for Zen Cart

    Now I'm confused. I don't see anything in the download that resembles an auto installer, and the only instructions I can find (docs/fec/readme.html) certainly don't agree with an auto installer.
    ...
  27. Replies
    2,176
    Views
    497,105

    Re: Fast and Easy Checkout for Zen Cart

    The installation guide included with the download "breaks" at step 11 (configuring FEC in admin panel) because FEC isn't in the configuration menu. From what I gather, it should have been added by...
Results 1 to 27 of 27
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR