Search:

Type: Posts; User: flatlanderoutfitters

Search: Search took 0.01 seconds.

  1. Re: Need method to add product to cart procedurally

    beautiful!
    works just as desired -


    $parameters = array('action', 'products_id');
    $_POST['cart_quantity'] = $form_data['qty'];
    $_POST['products_id'] = $product_id;
    ...
  2. Re: Need method to add product to cart procedurally

    OK that is ALMOST it - but not quite - That was my first attempt to do something with it, however my situation is a bit different - The third party site is displayed on my pages and website using...
  3. Re: Need method to add product to cart procedurally

    OK. I guess no takers so far. I'll have to do it the hard way.

    What it amounts to is basically using zen cart just for the cart and checkout functionality - I guess I'll just have to plod...
  4. Need method to add product to cart procedurally

    Here's what I'm trying to do:

    I have a complex web store. Some parts of it rely on the zen cart as designed, and that all works well.

    HOWEVER, I also have a separate functionality where the...
  5. Replies
    2
    Views
    547

    Re: Login loses browser history

    I agree - Not going to even try to manipulate the user's browser. I am hoping someone may have a solution to the redirect issue or some way to intelligently manipulate the redirect (I.E. if the...
  6. Replies
    2
    Views
    547

    Login loses browser history

    I have an odd issue I am looking for feedback on.

    While I am aware of *WHY* this occurs, and how, I am looking for solutions to the issue.

    What happens is, the customer comes to my website...
  7. Replies
    3,562
    Views
    730,075

    Re: Google Base Feeder Support Thread

    Solution: if having had google base feeder in already, double check and make sure you actually uploaded the *NEW* googlefroogle.php to catalog directory and overwrite the old one.. :blush::oops: ...
  8. Replies
    3,562
    Views
    730,075

    Re: Google Base Feeder Support Thread

    Just installed the latest version (downloaded today) 1.10.2 exactly as instructed. Go to my admin -> tools - Google Merchant Center Feeder , select feed type products, leave both fields blank (fewer...
  9. Replies
    3,562
    Views
    730,075

    Re: Google Base Feeder Support Thread

    ~~ Bump ~~

    Ditto - Definitely would like to get an answer - It appears that there are a few requirements that are not currently provided but looking at my raw feed, my account settings are set up...
  10. Replies
    42
    Views
    13,529

    Re: USPS Rate and API changes May 2011

    Seems a little , well.. "flippant" in tone.. but thats just opinion.. :shocking:

    However, the fact is, the need *is* there now, as RateV4 is in current active production use - The May 2011...
  11. Replies
    4
    Views
    1,613

    Re: Having Problems with First Data

    depends on how first data's api works - im not familiar with it - if they need to be able to ping back or connect on that port to from them, to you, then yes the port only being outbound will be a...
  12. Re: Require UPS ground on only certain cart items

    figured it out - what I needed was the error to display on the estimator, and since I was crafting a customized return, I needed to get the object created properly ..

    this is what I needed to do...
  13. Replies
    4
    Views
    1,613

    Re: Having Problems with First Data

    You probably have to find out what IP address the server connects to first data from, and then have first data open up their firewall for that IP address (it may not be the IP address of your...
  14. Re: Require UPS ground on only certain cart items

    Umm yeah - that's what I dom, although with a bit less code, but the returned value does *not* show up in the rate chart shown to the customer, I am assuming the error message returned is used...
  15. Re: Require UPS ground on only certain cart items

    Mostly resolved.

    I have one minor thing that I want to do, that I have not yet figured out - and that is, I want the usps module to return a reasult set that will simply parse into the estimator...
  16. Re: Require UPS ground on only certain cart items

    Perfect! that is about what I was thinking to do - but you picked out a better location for it than I was gonna make use of it ..

    Now just have to apply it to usps as well (We ship by choice of...
  17. Re: HTTP POST Response Page for Credit Card Transactions

    no, I believe you need the checkout_success page..

    I *THINK* it is http:******fill in your store url to cart***/index.php?main_page=checkout_success (I suggest reviewing the paypal tutorial , as...
  18. Re: Require UPS ground on only certain cart items

    Nothing specific at the moment - I need to create a way to set them apart... I'd been considering/looking at possibly adding a field to products_attributes and set it as an attribute, which might...
  19. Re: Adding Information to Shipping Methods Lines

    That's quite possible.. like I said, I have no real idea.. I'd take time to figure it out, but don't have time to do that.. Honestly, I don't see much point in adding that tracking is included, as...
  20. Re: Adding Information to Shipping Methods Lines

    Found it.

    includes/modules/shipping/usps.php

    Around about line 553 or so (my file is modified, so line numbers may be a bit off)



    if ($transit) {
    switch ($service) {
  21. Replies
    1
    Views
    537

    Re: PayPal Tutorial Question

    Yes - use your own store URL to the page where you want them to return, which generally is the main_page=checkout_process page

    Sorry, I have no idea, really. I would guess it is located somewhere...
  22. Re: Adding Information to Shipping Methods Lines

    You are correct. This information does, indeed come from USPS (length of time for delivery) If you are seeking to add text after each line (Example: first class mail - can't easily tack on a...
  23. Require UPS ground on only certain cart items

    Hi all. Ive found several places where posts and possible solutions within the forums... I have a slightly different problem..

    Most of my cart products can ship *either* UPS or USPS, along with...
  24. Replies
    42
    Views
    13,529

    Re: Upcoming Rate and API changes

    Ditto! - Ive emailed them as per their notice:

    but haven't heard back yet- It would appear, however, that the USPS shipping module will indeed require changes, as, looking at the code, it appears...
  25. Re: orders_status_history not printing completely on packing list ad invoice

    Huh? how so? -1 is less than 1 and since > 0 means "1 or more" it gets exactly what I want. methinks your logic above is a little bass-ackwards to what I'm shooting for... hehe :)

    and I...
  26. Re: orders_status_history not printing completely on packing list ad invoice

    Found this thread as the most recent one on search for a similar issue: I wanted my order comments to ONLY show the ones where customer had been notified, and NOT print transaction ID details, etc...
  27. Re: Instant Payment and Automatic Account Creation

    Oy Vey!. Massive DUHH on my part , I got version letters mixed up while posting, without even thinking about it.. :frusty:

    I *should have* copy/pasted from my admin panel.. here's what I show in...
  28. Re: Instant Payment and Automatic Account Creation

    "Already tried it" , and the followup "got tired of having to go to paypal..blah blah" to imply I had turned it BACK ON

    It is currently turned on while testing, and has been ever since 1.3.9b ,...
  29. Re: Instant Payment and Automatic Account Creation

    OK. strange.... Well first off, it wasnt a tirade of anger.. yes, I was a little pi$$y there , but again.. I asked a simple question, and have people telling me things completely irrelevant to the...
  30. Re: Instant Payment and Automatic Account Creation

    Right, I understand the point of EC , however , so far , 8 out of 11 customers that have used EC have complained to me about the account login problems (one threatened to file a fraud report because...
  31. Re: Instant Payment and Automatic Account Creation

    I have a similar issue- I would like to *fix* the automatic account creation so it works on my website. However, Ive been having a hell of a time locating the point where the automatic account...
  32. Replies
    11
    Views
    2,039

    Re: Database error on home page!

    Sounds like a Zend encoded file with the problem - However- the error that is being given indicates that MySQL is *not* running, or the database hostname being given is incorrect, which I suspect is...
  33. Replies
    3,832
    Views
    1,220,966

    Re: Easy Populate support for Version 1.2.5.4

    I would like to put in for two requests for a new version, and for now, some advice on how to get done what I want to do (Hacking EP to make it work like I want)

    First off, reading the code, it...
Results 1 to 33 of 37
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR