Search:

Type: Posts; User: osdude

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,369

    Re: USPS shipping software with Zen Cart

    I haven't used it with ZenCart, but with a different cart, ir imports oders FROM the website INTO Quickbooks without a problem.

    If you need it to import orders from the website into QB, it works...
  2. Replies
    1,124
    Views
    235,915

    Re: Stocks by attributes

    I've played around on a test site and so far, I've managed to mess it up every time. My SQL knowledge is less than good, so I think my time would be better spent adding the products manually.


    Is...
  3. Replies
    2,176
    Views
    496,799

    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 :(
  4. Replies
    2,176
    Views
    496,799

    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.
    ...
  5. Replies
    2,176
    Views
    496,799

    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...
  6. Replies
    2,176
    Views
    496,799

    Re: Fast and Easy Checkout for Zen Cart

    ok, cool.

    I'll play around and see if I can do anything with it
  7. Replies
    2,176
    Views
    496,799

    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
    496,799

    Re: Fast and Easy Checkout for Zen Cart

    to what file are you adding this code?
  9. Replies
    1,124
    Views
    235,915

    Re: Stocks by attributes

    Is there a way to add 'X' stock to each product?

    I already have the car populated with products and attributes. What I want, is to add 'X' stock to all products with an attribute.

    I was...
  10. Replies
    2,176
    Views
    496,799

    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">' ....
  11. Replies
    2,176
    Views
    496,799

    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...
  12. Replies
    4
    Views
    869

    Re: Change shipping rules on all products

    No problem. Maybe it will help someone else in the future
  13. Replies
    2,176
    Views
    496,799

    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...
  14. Replies
    4
    Views
    869

    Re: Change shipping rules on all products

    OK, a quick back up to the DB and I ran the above statement and...

    BINGO - it worked
  15. Replies
    5
    Views
    2,285

    Re: # products displayed in Admin?

    In the month that I've been sitting at this terminal 'learning' Zen Cart, this is the one thing that has truly eluded me. I sure thought I had changed that value before and it didn't adjust the...
  16. Replies
    5
    Views
    2,285

    Re: # products displayed in Admin?

    ANy idea, I still can't find anything about it.
  17. Replies
    4
    Views
    869

    Re: Change shipping rules on all products

    I think this might work? But maybe someone who can read SQL can let me know if this isn't going to have me restoring the database




    UPDATE `CHANGETOTHENAMEOFYOURDB`.`zen_products`
    SET...
  18. Replies
    4
    Views
    869

    Change shipping rules on all products

    How would you change the shipping rules on ALL products?

    I enabled free shipping on every item and now, I need to change the shipping rules to "No, Normal Shipping Rules".


    I would think, SQL...
  19. Replies
    4
    Views
    1,801

    Re: Attribute modules

    yes it does and if stock quantities were added as well... wow.

    after New Years, I hope to add an enticing $$$ to maybe get this rolling
  20. Replies
    2,176
    Views
    496,799

    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.
  21. Replies
    2,176
    Views
    496,799

    Re: Fast and Easy Checkout for Zen Cart

    the new file fixed the CC error loop - awesome.
  22. Replies
    5
    Views
    2,285

    # products displayed in Admin?

    In my admin, 10 products are displayed per page, which is the same as the cart.

    Can I make 50 products display on a page in the admin, but still have 10 on the cart pages?

    A search didn't...
  23. Replies
    2,176
    Views
    496,799

    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...
  24. Replies
    2,176
    Views
    496,799

    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 =...
  25. Replies
    2,176
    Views
    496,799

    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...
  26. Replies
    2,176
    Views
    496,799

    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,...
  27. Replies
    2,176
    Views
    496,799

    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,...
  28. Replies
    13
    Views
    2,414

    Re: Columnb grid layout problem

    I was having the same problem and this fixed the overlap.

    thanks guys!
  29. Replies
    4
    Views
    1,801

    Re: Attribute modules

    anyone?
  30. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    yes, I think so - doh!

    I'm new to Zen, and I kept calling it image manipulator.

    not enough coffee or sleep :D
  31. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    Works beautifully, but that's no surprise.

    To make it all the pages look the same, whether that page is using AIS or IM2

    go to OUR_TEMPLATE/tpl_modules_main_product_image.php and change the...
  32. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    I'm using IM2 with AIS (Ajax Image Swapper) It works, but I had a lot of problems with it. The only feature I use for IM2 is making nice thumbnails, so everything else IM2 does, I have disabled or...
  33. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    I have noticed an undocumented feature, which may be unique to me.

    Regular images don't show in the product info display. If I don't add pictures with the Swapper, then no images display in the...
  34. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    I'll wait until I get approval and then we'll buy it.

    I'm new to Zen and this was the key to choosing this cart, the least I can do is buy the premium version.

    Again, thanks so much for the...
  35. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    And I may be doing something wrong, but I only see a maximum of three images. I see in the CSS< there's an 'arrow' but it doesn't seem to show for me
  36. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    Tried to download the new script, but it's not on Zen Cart's site.

    I went to your site and tried to checkout, but there was an error. I sent you an email with the details.
  37. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    Ah ha, NOW I understand. Because of the way Zen works, you need to have this as an attribute model - make sense.


    We go back and forth on this one. I like the colors being separate items with...
  38. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    On one host, this works fine, but on another host, the admin side dropdown doesn't pick up the products. Both host are running the same Zen with only this add-on.

    ANy ideas? I don't have php.ini...
  39. Replies
    4
    Views
    1,801

    Re: Attribute modules

    http://www.oscommerce.com/community/contributions,4063

    there's a OSCommerce version maybe it's called something else in Zen, but this one add-on has made my attribute and options life so much...
  40. Replies
    34
    Views
    11,057

    Re: AJAX Image Swapper Basic Support

    This is a really great contribution.

    I sell clothing and something like this is just what I wanted/needed.

    Can this function without attributes and still have the images in that sweet...
  41. Replies
    4
    Views
    1,801

    Attribute modules

    I'm thinking really hard about moving to Zen from OSC, but there's an issue with how attributes are handled with Zen, which I find confusing.

    I use Ajax Attributes with OSC and I add product...
Results 1 to 41 of 42
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR