Search:

Type: Posts; User: GG01

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    580

    Re: Remove Category title

    Perhaps try:


    #indexCategoriesHeading {
    display:none;
    }
  2. Replies
    2,474
    Views
    416,984

    Re: Reward Points Module- Live Release now available.

    Thanks for all that you do, Hem!!! :flex:

    The group pricing discounts are now being correctly reflected in the admin. You rock!!

    :cool:
  3. Replies
    2,474
    Views
    416,984

    Re: Reward Points Module- Live Release now available.

    Any luck Hem?

    I had a peek in my db:
    orders_table (class ot_reward_points_display) was showing correct amount (discounted by group pricing)

    reward_customer_points the Pending_points is...
  4. Re: Unitied kingdom a sdefault country in dropdown?

    Your welcome, I'm glad it helped!
  5. Re: Unitied kingdom a sdefault country in dropdown?

    In your Admin you can edit this under Configure, Customer Details, Create Account Country ID.
  6. Replies
    2,474
    Views
    416,984

    Re: Reward Points Module- Live Release now available.

    Sorry, just realized it's the diagnostic tool that has the revision.... not a new version of the mod....
  7. Replies
    2,474
    Views
    416,984

    Re: Reward Points Module- Live Release now available.

    Okay great, I'll get the new version.

    Will that solve the issue with the points (actually rewarded) not deducting group discounts? As per my previous post, it does deduct and do the math...
  8. Replies
    2,474
    Views
    416,984

    Re: Reward Points Module- Live Release now available.

    Paul,

    If you upgrade to the latest and greatest you will see extra options at the bottom and those should help you out.
  9. Replies
    2,474
    Views
    416,984

    Re: Reward Points Module- Live Release now available.

    Zen cart version 1.3.9b
  10. Replies
    2,474
    Views
    416,984

    Re: Is there another configuration option?

    Hi Paul,

    What are your settings in Config, Reward Points, Advanced Reward Point Calculation Rules?
  11. Replies
    2,474
    Views
    416,984

    Re: Reward Points Module- Live Release now available.

    Still having the problem described in my post above... ran the diagnostic tool, in the Special Rules Check this came up:


    Could not find...
  12. Replies
    2,474
    Views
    416,984

    Re: Reward Points Module- Live Release now available.

    My reward points are correct throughout the order and even on the invoice. However, when I change the order status to delivered the incorrect reward points are rewarded. In this case the group...
  13. Replies
    8
    Views
    880

    Re: Discount Coupon Naming

    That did the trick!!! :clap: Thank you so much for your help with this!!
  14. Replies
    8
    Views
    880

    Re: Discount Coupon Naming

    Thank you for your reply. I must be putting the code in the wrong spot as I am just getting a white screen... doh!

    :frusty:
  15. Replies
    8
    Views
    880

    Re: Discount Coupon Naming

    LOL, having the correct code to figure out a solution to my problem. :laugh:

    Is the code I posted above going in the correct direction? I am unsure how to edit the code to look up the customers...
  16. Replies
    4
    Views
    3,584

    Re: How to set minimum order value

    What about implementing a Low Order Fee? (Modules, Order Total, Low Order Fee)
  17. Replies
    8
    Views
    880

    Re: Discount Coupon Naming

    Am I close?? :wacko:


    $this->output[] = array('title' => $this->title . ': ' . $this->group_discount . ' :',
    'text' => '-' . $currencies->format($od_amount['total'], true,...
  18. Replies
    8
    Views
    880

    Discount Coupon Naming

    How can I get the text "Group Discount" in checkout to reflect the name of the customers discount group?

    I have a few different groups & different % rates so changing the language file will not...
  19. Replies
    243
    Views
    46,101

    Re: Ceon Manual Card Payment Module v2.0.0!

    Thanks for building the auto-select feature in Conor, that's great.

    Cheers!

    :cheers:
  20. Replies
    243
    Views
    46,101

    Re: Ceon Manual Card Payment Module v2.0.0!

    Okay, I did find an edit that is auto checking the first payment module shown. I'll test and see how it goes...
  21. Replies
    243
    Views
    46,101

    Re: Ceon Manual Card Payment Module v2.0.0!

    Thanks for your speedy reply.

    I wonder how they did it when there was a manual card as part of the zen package...



    I'll keep poking around... :smile:
  22. Replies
    243
    Views
    46,101

    Re: Ceon Manual Card Payment Module v2.0.0!

    Thanks so much for the update, Conor! I hope that you are feeling better.

    I am hoping that someone can help me out... when I enter in a test customers credit card number, the ratio button is...
  23. Thread: lbs to kgs

    by GG01
    Replies
    3
    Views
    631

    Re: lbs to kgs

    Have you looked into editing your language files?
  24. Re: Is it possible to enable a shipping method for only a certain customer group?

    Me again :D. Can I confirm with you that this code is okay to put into includes\modules\payment\cod.php to allow only certain customers the option to pay upon pickup? I've tested it and it seems...
  25. Re: Is it possible to enable a shipping method for only a certain customer group?

    I truly appreciate your patience and brilliance, Linda! :yes:

    Do you mind if I sum this coupon part up and put this into a new thread to help others along?

    Cheers,

    J.
  26. Re: Is it possible to enable a shipping method for only a certain customer group?

    YES!!!! That did it!!! You bring tears of joy to my eyes!!!!

    THANK YOU, THANK YOU, THANK YOU!!!!!

    :rotflmao:
  27. Re: Is it possible to enable a shipping method for only a certain customer group?

    :laugh:

    Thank you for helping me with this, it can sure be frustrating sometimes... kinda makes me wanna... :Flush:
  28. Re: Is it possible to enable a shipping method for only a certain customer group?

    I have been using a test customer in group 2 (I have changed the code to only use this group) I have added your test account to this group as well if you'd be so kind as to take a peek... :


    ...
  29. Re: Is it possible to enable a shipping method for only a certain customer group?

    Thank you for that, Linda... I no longer have a blank white screen but I am still seeing the Discount Coupon box which should be hidden from that customer... :frusty:
  30. Re: Is it possible to enable a shipping method for only a certain customer group?

    I have:



    function check() {
    global $db;
    if (!isset($this->check)) {
    $check_query = $db->Execute("select configuration_value from " . TABLE_CONFIGURATION . " where...
  31. Re: Is it possible to enable a shipping method for only a certain customer group?

    Sorry.... you told me where to put it... can you tell I've been looking at this too long?!?!? :blush:
  32. Re: Is it possible to enable a shipping method for only a certain customer group?

    does ('customers_group_pricing' == 3) { make sense?? Does it matter where in the code I put this? Thank you so much for you help!!
  33. Re: Is it possible to enable a shipping method for only a certain customer group?

    I have been trying to apply this same logic to the ot_coupon.php without success... is it possible?
  34. Re: Is it possible to enable a shipping method for only a certain customer group?

    Ahhh, thank you!!!

    I wasn't sure how to set a range or to indicate "and" or "to".

    :bigups:
  35. Re: Is it possible to enable a shipping method for only a certain customer group?

    How would one include two different groups to see this pickup option?? (With ID of 2 and 3)
  36. Re: Disallowing Coupons for Group Pricing Customers?

    You can check out:

    http://www.zen-cart.com/forum/showthread.php?t=40598&highlight=GROUP+DISCOUNT+COUPONS

    Hope it helps!
  37. Re: Tax name wont show up on order if tax is 0.00

    Upgraded to 1.3.9b
    Show Tax Display Status is set to 1 (show even when $0) after the upgrade tax lines that are not applicable to my customer are showing... they are technically $0 :smile: but since...
  38. Re: Minor annoyance: Page landing is below top of screen

    Your welcome, I'm glad it helped.
  39. Replies
    2
    Views
    600

    Re: categories and sub-categories

    I installed the Column Layout Grid module, then changed settings in Configuration, Product Listing, Product Listing Layout Style to Column. You can then set the Columns Per Row here as well. Hope...
  40. Re: Minor annoyance: Page landing is below top of screen

    It appears to my highly untrained eye :smile: that it is opening and jumping up a tad for the input field "Full Name" to be in view (the cursor is active waiting for input). Perhaps you could try to...
  41. Replies
    2,474
    Views
    416,984

    Re: Reward Points Module- Live Release now available.

    I would really like to offer free shipping as a promotional coupon and still allow the customer to get full reward points on the subtotal.

    Is there a way to offer a coupon with free shipping...
  42. Re: First Full Release of Reward Points module available.

    moved to Reward Point Module thread...
  43. Replies
    18
    Views
    1,964

    Re: Free Shipping has stopped working

    Hmmmm, when I change my testing address from Canada to United States, I see it too. I will have to check into my settings...

    Thank you for your time, I appreciate it - a cup of coffee is coming...
  44. Replies
    18
    Views
    1,964

    Re: Free Shipping has stopped working

    It shows that in step 1 but does not carry it over to step 2.
  45. Replies
    18
    Views
    1,964

    Re: Free Shipping has stopped working

    Thank you for the clarification and quick reply.

    I have removed the Free Shipping Option.

    Now, if an orders is under $75.00 shipping is shown as $0 rather than $9.95. (DOH!) Orders over $75.00...
  46. Replies
    18
    Views
    1,964

    Re: Free Shipping has stopped working

    Yes, that did work for me, thank you so much for your help.

    However, there still seems to be something strange happening:

    If I have the following settings:

    Order Total Module:
    Shipping:...
  47. Replies
    18
    Views
    1,964

    Re: Free Shipping has stopped working

    Thank you for your reply. I have tried that... not sure where to go from here.
  48. Replies
    18
    Views
    1,964

    Re: Free Shipping has stopped working

    I just upgraded to 1.3.9 and have free shipping for orders over $75.00. If an order is under the $75 it works great. If it is over $75 it gets stuck at Step 1 of 3.

    I have zone flat and free...
  49. Replies
    0
    Views
    701

    Taxes in Order Total

    Is possible to add the shipping taxes in with the product taxes to only have 2 lines of taxes (PST & GST) rather than 3?? I'm concerned that this is going to confuse my customers. (Version 1.3.9,...
  50. Replies
    0
    Views
    554

    Shipping Tax Separated

    Just upgraded to 1.3.9. Is there a way to show the shipping tax in with the product tax during checkout, so it is not shown on a separate line from the other tax?

    Currently:
    Sub-Total: $37.00...
Results 1 to 50 of 85
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR