Search:

Type: Posts; User: osdude

Search: Search took 0.01 seconds.

  1. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    I added additional shipping choices to mine and it works without any problems.

    I wish I could be of more help... sorry :(
  2. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    Install the latest files. I was having the same issue, which I detailed a few pages back. THe new files fixed the issue.
    ...
  3. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    OK, I'm still trying this, but haven't found a way to make it work - yet.

    The image in the default shopping cart is small, is that the size image you want? It looks to be a good size, but I...
  4. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    ok, cool.

    I'll play around and see if I can do anything with it
  5. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    <?php
    $products = $db->Execute("SELECT products_image
    FROM " . TABLE_PRODUCTS . "
    WHERE products_id ='" . $order->products[$i]['id'] . "'");

    echo '<span class="cartProductDisplayXXX">' ....
  6. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    to what file are you adding this code?
  7. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    <?php
    $products = $db->Execute("SELECT products_image
    FROM " . TABLE_PRODUCTS . "
    WHERE products_id ='" . $order->products[$i]['id'] . "'");

    echo '<span class="cartProductDisplayXXX">' ....
  8. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    cartProductDisplay already exists and is used in the regular shopping cart to show images. It shows a fairly large image and probably too big for your needs. I just added the XXX as an arrbitrary...
  9. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    how about adding another variable to your CSS? that you pass in the additional PHP?



    img.cartProductDisplayXXX {
    width: 2em;
    height: 2em;
    }

    I have no idea if that would work, but...
  10. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    wish I could help with this, but I only use one shipping method, so there's no updating needed.
  11. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    the new file fixed the CC error loop - awesome.
  12. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    I agree, but when the checkout goes to the confirmation page and there's an error with the CC, the next page will always fail without a notification to the user. The continue of the first checkout...
  13. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    icludes/modules/pages/checkout/header.php


    about line 450

    $form_action_url = zen_href_linkFILENAME_CHECKOUT_PROCESS, '', 'SSL');

    change to

    $form_action_url =...
  14. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    Just so you know, the above error is confirmed, on your demo site and my site using Firefox, Opera and IE.

    very odd...
  15. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    I have SEO working with this module no problems at all.

    SEO Configuration:

    index, product_info, products_new, products_all, featured_products, specials, contact_us, conditions, privacy,...
  16. Replies
    2,176
    Views
    497,104

    Re: Fast and Easy Checkout for Zen Cart

    I have noticed a bug.

    If you go to checkout and put in the wrong number, you're taken to the page with the error header. Below, on the same page, you can enter your CC# again, but no matter what,...
Results 1 to 16 of 16
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR