Search:

Type: Posts; User: Gomlers

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    104
    Views
    22,061

    Re: Paypal Sessions Viewer + pushorder

    Btw. I live outside of U.S, and Paypal Express Checkout is not an option in my country.
  2. Replies
    104
    Views
    22,061

    Re: Paypal Sessions Viewer + pushorder

    I just checked "View Paypal Stucked Orders" from my admin in 1.3.8f, which I've had installed for many years. I checked it because I sent an "abandoned cart - reminder-email" to some customers, and...
  3. Replies
    4
    Views
    2,067

    Re: Coupon Minimum Order not working

    Maybe I found the answer here my self?

    In ot_coupon.php - Line 377 - 379

    I changed this:


    To this:
  4. Replies
    4
    Views
    2,067

    Re: Coupon Minimum Order not working

    (I'm running 1.3.9h, and I don't want to upgrade to 1.5, because of the many hours I've spent to modify my cart the way it works now - If I upgrade, I have to do all this work over again)

    How come...
  5. Replies
    59
    Views
    10,092

    Re: Coupons, some bugs?

    Zen Cart is great in so many ways, but I wish it was easier to update the cart, when mods are installed. Zen cart works OK out of the box, but to make it work GREAT some mods really are needed. e.g....
  6. v139f Re: Call customer information on Checkout Success

    Update: I have the ordernumber - now, how can I make a query to the DB to get the information I'm looking for, by using the customer's ordernumber?
  7. v139f Re: Call customer information on Checkout Success

    Sorry.

    Yes, the customer's own information.

    I would like to write something like this on the checkout_success page:



    Is it even possible?
  8. v139f Call customer information on Checkout Success

    Is there a way to call some relevant customer information on the checkout_success page?

    I need to show the customers:


    First name
    Last name
    E-mail address
    Telephone number
    Send to...
  9. Replies
    6
    Views
    1,267

    Re: Passing customer info from store to paypal

    Ok.

    Sorry. I actually haven't disabled the buttons yet. I just said I had, because I was going to do that -> I felt it would be easier to explain why my customer must go through the normal...
  10. Replies
    6
    Views
    1,267

    Re: Passing customer info from store to paypal

    I'm not sure if I explained this correctly?

    My store doesn't send ANY address to PayPal.

    I would like to send the address which my customer fills in on our site, before going to the...
  11. Replies
    6
    Views
    1,267

    Passing customer info from store to paypal

    I'm experiencing the exact same thing as in this thread:
    http://www.zen-cart.com/forum/showthread.php?t=79368

    When customers fill out their info on our site BEFORE going to PayPal, they have to...
  12. Replies
    3,720
    Views
    843,857

    Re: Zen Lightbox...

    :clap::clap::clap: PERFECT!

    Thanks a lot for your explanation!
  13. Replies
    984
    Views
    214,005

    Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Does this module work now? Because I got some serious problems, maybe it's me - please read this:

    I removed everything from the old Ty Package Tracker (installed in January this year)

    I did NOT...
  14. Replies
    2
    Views
    2,067

    Re: How Do I Delete Order Status History?

    Looking for the same thing..

    I want to do some tidy up in the order status db, but am afraid to do it via MySql in case I mess it up instead.

    Anyone have a good method for achieving this?
  15. Replies
    2,266
    Views
    475,985

    Re: Categories Dressing

    Resolved :)
    Did a reinstall...
  16. Replies
    2,266
    Views
    475,985

    Re: Categories Dressing

    It's so cool to see that you still provide help for all the questions we have. Thank you!

    I have this structure:

    1.Top Cat
    2. -Sub Cat
    3. --Sub Sub Cat

    All the top cats, and the sub cats...
  17. Replies
    11
    Views
    6,647

    Re: Remove Product Price From Page Title

    The global settings for meta tags doesn't seem to be working as it should.
    I have set the product price in the product types - Show Metatags Title Default - Product Price - to FALSE (0)

    But still...
  18. Replies
    11
    Views
    6,354

    Re: Show Product ID#

    Ajeh!
    You are the woman!

    Thank you - very helpful! It worked very nicely :)

    FYI, I'm using it to include a file that shows my customers an addon-product, if the current product is in the cart....
  19. Replies
    11
    Views
    6,354

    Re: Show Product ID#

    Hi Ajeh!

    This post is almost what I'm looking for:

    I want to check if the product I'm viewing, is in the shoppingcart as well, and if so: Display message.

    Like this:

    <?php if...
  20. Replies
    3
    Views
    580

    Re: Product Reviews in footer

    Sorry for double posting, but i thought I could say - what I really need is the DB query to get the last 4 reviews (or 4 random reviews) with a limit of 4, and maybe the code to print it out..
  21. Replies
    3
    Views
    580

    Re: Product Reviews in footer

    Ok, thanks kobra!

    I've really tried! But all that happens, is that it shows only 1 review no matter what I do.

    I tried to connect to mysql with my own code, to pull out the information needed,...
  22. Replies
    3
    Views
    580

    Product Reviews in footer

    I want to show the last 4 or 5 productreviews in my footer in reversed order (The last one added beeing the first in the list)

    Can I have a input on which variables I could use, or do I need to...
  23. Replies
    3
    Views
    1,205

    Re: Dicount coupon TAX problem

    Please? I really need someones expertise on this one... something is wrong here..
  24. Replies
    3
    Views
    1,205

    Dicount coupon TAX problem

    Is there a known bug on the discount module regarding the tax?

    I am using 1.3.9f version - no mods installed that has to do with tax, nor discount coupons.

    When I set up a DC - 10% off, and...
  25. Replies
    3
    Views
    875

    Re: Show message when product added to cart

    As I said, I will be using a cross-sell mod, but I want to show the cross-sells mod's content underneath the line that says "Product added to cart"...

    But never mind, I found a way, and it's...
  26. Replies
    3
    Views
    875

    Re: Show message when product added to cart

    I found a solution, although it's not very good, but it works..



    <?php
    if ($flag_show_product_info_in_cart_qty == 1 and $_SESSION['cart']->in_cart($_GET['products_id'])) {
    echo "Message when...
  27. Replies
    3
    Views
    875

    Show message when product added to cart

    Hello!

    I thought I could use the messagestack to show another message when customer adds product to cart, but nothing exept the messagestack-message appears.

    What I want to do:

    I want to use...
  28. Re: Size of input fields on tpl_module_create_account.php

    Thank you ;)
    That's a much better way.. :D but to be honest, the postcodefield was a tough one. At least I thought. Because I tried your solution at first, but when I checked the sourcecode, the...
  29. Replies
    2,176
    Views
    497,145

    Re: Fast and Easy Checkout for Zen Cart

    Is there an admin option in FEC to drop the Password-confirmation?
  30. Replies
    2,176
    Views
    497,145

    Re: Fast and Easy Checkout for Zen Cart

    First of all - thanks again for one of the best mods out there! It really is fantastic!

    I know that customers can checkout without an account, and then they don't need a password.

    But I still...
  31. Re: Remove password confirmation on create_account

    Ok DrByte, you were right.. again :\ ;)

    Even though I can skip the passw confirmation in modules-> create account, and remove the field from the template and get this to work, all the Java-alerts...
  32. Re: Size of input fields on tpl_module_create_account.php

    finally - i can't believe I didn't think of the CSS file.. LOL!
    But I solved it like this, if anyone else wonders:

    In /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php:
    ...
  33. Re: Size of input fields on tpl_module_create_account.php

    Hmm.. would you know where to look, or what to type to control the size?
  34. Re: Size of input fields on tpl_module_create_account.php

    omg..! I haven't even thought of that!! Thanks! I'll check it out right away! :)
  35. Size of input fields on tpl_module_create_account.php

    I need to find the place where I can change the field-size of the postalcode.

    Not the maxlenght of characters, but the actual visible fieldsize.

    as in: <input type="blah" size="18">

    Anyone?...
  36. Re: Remove password confirmation on create_account

    Worked perfectly well :)
    I know you won't recommend something like that - but man, this is going to be great. My second Zen store, and I just love it :D
  37. Replies
    2
    Views
    560

    Re: Banners Do Not Display

    In your source code, it only looks like banner 5 and banner 6 are implemented (can tell by their html-comments)
    Have you checked that the banner-group-name for each banners, are the ones in the...
  38. Re: Where is the shipping address field length setting?

    I'm looking for the code where the size on the postal code field is, so if anyone know, please leave me a message here.. :)
  39. Re: Remove password confirmation on create_account

    No, but my customers are only visiting our store once, and then hopefully never again (if so, it means that they have gotten divorced) ;)
    And to make the checkout as easy as possible, and to prevent...
  40. Re: Remove password confirmation on create_account

    Huh! That's wierd!
    Thank you for your quick reply though!

    Edit:
    Look here DrBytes, under "Login Details":
    http://demo.opensourcecms.com/zencart/index.php?main_page=login

    When creating an...
  41. Remove password confirmation on create_account

    Can anyone help me remove the "Confirm Password" from tpl_modules_create_account.php?

    I know of course it's just to comment out the lines - but the code still wants it's confirmation... ;)
  42. Thread: Best Sellers

    by Gomlers
    Replies
    3
    Views
    980

    Re: Best Sellers

    Try this one:

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=728
  43. Replies
    3,557
    Views
    541,148

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Forgot to mention, that I am now building a Zen Cart 1.39f version, and I have not tried creinfolds version - maybe I should?
    Also, I want to install Fast and Easy Checkout, Superorders and Ty...
  44. Replies
    3,557
    Views
    541,148

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    I followed the instructions, and everything went as I hoped for except that the stock didn't show on the checkout.

    Earlier version, both the shoppingcart and the checkout area told the customer if...
  45. Replies
    2,266
    Views
    475,985

    Re: Categories Dressing

    I think I actually found the answer myself!?

    I made a new class in my css-file, looking like this:

    #categories li li a.cat-selected-text {
    background: none;
    color:#0084C9;
    ...
  46. Replies
    2,266
    Views
    475,985

    Re: Categories Dressing

    Late answer, sorry about that - but WHeeeyy! It did work like a charm! Thanks a lot!

    This is one of the greatest mod's I've ever stumbled upon when it comes to zencart-addons!

    Although I can...
  47. Replies
    2,266
    Views
    475,985

    Re: Categories Dressing

    Thank you for a great mod!

    I have one question though, hope someone can help with this:

    I have a 3 level system:

    -Top cat1
    --Sub cat2
    ---Sub sub cat3
    ---Sub sub cat3
  48. Replies
    1
    Views
    516

    Expanding Categories 1st and 2nd tier

    Hello!

    I know this question have been up many times before, but it doesn't seem like there is a GOOD answer for it.

    I've searched this for the past 6 hours now, both here, on google and so on.....
  49. Replies
    16
    Views
    3,861

    Re: Who's online not working correctly

    Thank you! Do you know if I can affect this my self in any possible way, or is the only way to change host?
  50. Replies
    16
    Views
    3,861

    Re: Who's online not working correctly

    Both suhosin.session.encrypt and
    suhosin.server.encode are enabled on my server, will this be a problem?

    Zen Cart 1.38a, db-saved-sessions.
Results 1 to 50 of 139
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR