Search:

Type: Posts; User: Lanbo

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    343

    v139h Re: main_page=_info problem with a single item

    OOOPS...I figured it out. Somehow I managed to set the products_type to 0. Not sure how, but I'll figure that out.
  2. Replies
    2
    Views
    343

    v139h main_page=_info problem with a single item

    Hello. I was hoping someone might have an answer or some suggestions. One single item that I have (or at least only one that I know of) is causing a problem. I can search for it and find it with no...
  3. Replies
    1,018
    Views
    148,634

    v139h Re: Super Orders v3.0 Support Thread

    Hello. First off: THANK YOU FOR A GEAT ADDON!!!

    I have a question. I currently use version 3 for 1.3.9h. I know, I know, I need to upgrade. I will as soon as I get time. But in the meantime, I use...
  4. v139h Re: How do I add text to the product name if out of stock when ordered?

    So I seem to answer my own questions after I post them. Oh well, at least I remember to share with others this way.

    I was able to get exactly what I wanted by adding this to the end of the "for...
  5. v139h How do I add text to the product name if out of stock when ordered?

    Hello. Been trying to figure this one out on my own for a little bit but I'm having trouble. If someone can point me to the location of the SQL queries that create the order, I should be able to get...
  6. Replies
    29
    Views
    7,619

    Re: checking out with gift certificate

    Because of the nature of what I sell, I cannot use PayPal. If I get some free time I'll try to look and see with my test site, but that may be some time. Have you tried changing the code back to the...
  7. Replies
    29
    Views
    7,619

    Re: checking out with gift certificate

    I have not tried Ajeh's suggestion, but I can confirm that it doesn't have to do with the changes to make it use the full GV balance by default. I have an old shopping cart that has never been...
  8. Replies
    29
    Views
    7,619

    Re: checking out with gift certificate

    No problem. Just happy I was finally able to help others after being helped by others so many times.

    If anyone ever notices anything working "strangely" with the change, let me know. I like...
  9. Replies
    29
    Views
    7,619

    Re: checking out with gift certificate

    Okay, guys. New code to get it to work better thanks to input from abcisme (good catch).

    This works for me. So to consolidate:

    In /includes/modules/order_total/ot_gv.php, line 48 (for me) looks...
  10. Replies
    29
    Views
    7,619

    Re: checking out with gift certificate

    Interesting. I didn't check on that. I'll have to look at the code to see what it's doing when I get a chance, but somebody else may already know and can respond more quickly.

    EDIT: And the same...
  11. Replies
    29
    Views
    7,619

    Re: checking out with gift certificate

    It works for me. Tried on an account with $11.37 for an order that was $9.33. Left it defaulted to 11.37 and on the confirmation page it changes it to 9.33. Must be some functionality built in to zen...
  12. Replies
    29
    Views
    7,619

    Re: checking out with gift certificate

    I wanted my cart to default to applying the maximum balance available and still allow the customer to change it if they want to. For me it was as easy as changing one little spot to populate that...
  13. Replies
    1
    Views
    379

    v139h Re: Check Stock From Two Quantities

    UPDATE: I managed to figure this all out myself, but went about it a different way than originally intended. I basically setup a new field in zen_products called `available_for_order`. Then I added...
  14. Replies
    1
    Views
    379

    v139h Check Stock From Two Quantities

    Okay guys, I've been trying to figure this one out and not having much luck so I think I'm overlooking something. A while back I setup my shop to check two quantities (products_quantity AND...
  15. Replies
    0
    Views
    450

    v139h Restock quantities from an order

    Okay, so I've noticed that when you delete an order there is the little checkbox that lets you restock the items from the order and that is extremely useful. That little option has got me thinking. I...
  16. Replies
    1
    Views
    489

    Allow customer to hide out of stock items

    I apologize in advance if this already been asked/answered but when I try to search for it I only find threads related to the admin settings to "disable" out of stock items.

    Basically right now I...
  17. Replies
    2
    Views
    628

    v139h Re: Site-Wide Important Message

    That is a rather brilliant idea. Thank you very much. It will work PERFECTLY!!!
  18. Replies
    2
    Views
    628

    v139h Site-Wide Important Message

    I've searched a bit for this and my search results just pull up things for site-wide discounts and such. If this has been answered already I apologize but I can't seem to find anything.

    Basically...
  19. Replies
    12
    Views
    1,418

    v139h Re: Restrict shipping module to specific category

    I'm sure there are other ways, but if you're wanting to do it exactly like I did with my category, you could do the single item like this. Let's assume the product ID is 12.


    if...
  20. Replies
    12
    Views
    1,418

    v139h Re: Restrict shipping module to specific category

    Makes sense. Thanks for your help.
  21. Replies
    12
    Views
    1,418

    v139h Re: Restrict shipping module to specific category

    Ok, thanks. I'll keep an eye on it in the event I add other non-ground shippable items.

    With my other question about no allowing checkout if the items are mixed, should I ask that in its own...
  22. Replies
    12
    Views
    1,418

    v139h Re: Restrict shipping module to specific category

    Since categories 15 and 16 are the only ones that cannot ship FedEx (I probably should have mentioned that, sorry), I changed it to this and it appears to work properly. Do you foresee any problems...
  23. Replies
    12
    Views
    1,418

    v139h Re: Restrict shipping module to specific category

    Not sure if I did something wrong, but it shows FedEx no matter what. Below is the first section of the module code:


    <?php
    class fedexwebservices {
    var $code, $title, $description, $icon,...
  24. Replies
    12
    Views
    1,418

    v139h Re: Restrict shipping module to specific category

    Good catch. That actually brings up another question I'll post at the end of this reply.

    Preferably, FedEx would only show when all products are in those categories.

    The other question that...
  25. Replies
    12
    Views
    1,418

    v139h Restrict shipping module to specific category

    Hello. I'll try to be as specific as possible as shortly as possible. :)

    I am using the FedEx module by numinix located here:...
  26. Replies
    19
    Views
    1,023

    v139h Re: Fee if certain items are ordered

    After I realized that it was obvious I was supposed to alter the existing section rather than adding the entire thing in extra :oops: it works perfectly. Thanks again.
  27. Replies
    19
    Views
    1,023

    v139h Re: Fee if certain items are ordered

    I'm trying to put this in the USPS module but I cannot get it to work. I changed MODULE_SHIPPING_FLAT* to MODULE_SHIPPING_USPS* assuming that was correct. I'm also not 100% certain where to put it...
  28. Replies
    6
    Views
    1,156

    v139h Re: Sold Out based on two quantity fields

    You and Zen Cart ROCK!!!

    That is all.
  29. Replies
    6
    Views
    1,156

    v139h Sold Out based on two quantity fields

    Hello. It's me again.

    I really like the way Zen Cart works with the "sold out" function. My problem is that I have two different stocking quantities, products_quantity and products_quantity2, each...
  30. Replies
    7
    Views
    588

    v139h Re: Show database value

    Thank you. That worked perfectly.
  31. Replies
    7
    Views
    588

    v139h Re: Show database value

    Basically I'm not sure. :huh:

    I tried various things that didn't work for me attempting to define it but I don't really know what I'm doing with some of this stuff. I changed everything back to...
  32. Replies
    7
    Views
    588

    v139h Re: Show database value

    I think I must be doing something wrong. I have the below code in the file: /includes/templates/template_default/templates/tpl_product_info_display.php


    <!--bof Product details list -->
    <?php...
  33. Replies
    7
    Views
    588

    v139h Show database value

    Sorry for the noob question, but I want to add a line with information in the group where it lists the following:
    model
    shipping weight
    units in stock
    manufactured by

    I have figured out how to...
  34. Replies
    19
    Views
    1,023

    v139h Re: Fee if certain items are ordered

    So, modifying your code, if I did do that, should the below work? And if I were using the UPS or USPS modules, would I just replace the MODULE_SHIPPING_FLAT_* stuff with the appropriate replacements?...
  35. Replies
    19
    Views
    1,023

    v139h Re: Fee if certain items are ordered

    Thank you.

    Would this work for other shipping modules...notably UPS and USPS?

    Also, would it be possible to make a new column in the database under products such as products_fee and have it add...
  36. Replies
    19
    Views
    1,023

    v139h Fee if certain items are ordered

    Hello. I tried searching for an answer for a few days but couldn't come up with anything. I need to be able to add a special fee for certain items to cover the extra shipping cost incurred. Basically...
  37. Replies
    7
    Views
    1,101

    Re: Coupon Restrictions Help

    Thank you again. I will be sure to do that each time.
  38. Replies
    7
    Views
    1,101

    Re: Coupon Restrictions Help

    And that fixed it. Thank you so much for your help. You, madame, are a Zen Cart Angel.:smile:

    Along this topic though, do you know if this will continue to happen as I add new items through Easy...
  39. Replies
    7
    Views
    1,101

    Re: Coupon Restrictions Help

    Thank you for the quick reply.

    I do not use linked categories, however when adding some items through Easy Populate early on, I accidentally added a duplicate because I accidentally changed the...
  40. Replies
    7
    Views
    1,101

    Coupon Restrictions Help

    Hello. I'm new to Zen Cart and so far it's great, but I need some help. So far any time I've had a problem, I've been able to search and find the answers...but not this go around. Hopefully I'm just...
Results 1 to 40 of 48
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR