Search:

Type: Posts; User: abcisme

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    797
    Views
    130,741

    Sticky: v150 Re: Super Orders v4.0 Support Thread

    Having an issue where if a gift certificate is used to cover the entire cost of the order, I cannot view the order in the admin panel using the details button. I am able to use edit orders and edit...
  2. Replies
    797
    Views
    130,741

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I figured out one part of it. In invoice.php, make the following changes:


    echo ' <td class="dataTableContent" align="right" valign="top"><strong>' ....
  3. Replies
    797
    Views
    130,741

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I've just noticed that one-time attribute charges are not displayed on the admin invoice (when you click invoice button from order details page) or on the batch pdf packing slips. Is there any way...
  4. Replies
    49
    Views
    15,581

    Re: INTERAC via Beanstream Support Thread

    Has anyone else started experiencing this?

    When the customer is returned from Interac, they are getting a "\"http://www.w3.org/1999/xhtml\"> Beanstream 500 Error Page" .

    Any ideas?
  5. Replies
    4
    Views
    452

    v153 Re: Setting up new error at checkout

    Yep. That was it. First time I had ever done it, so I wasn't sure about the coding. Learned something new today. :P
  6. Replies
    4
    Views
    452

    v153 Re: Setting up new error at checkout

    Figured it out. OOPS.


    if (!isset($_SESSION['dropdown'])) {

    $messageStack->add_session('checkout_payment', ERROR_DROP_DOWN, 'error');
    ...
  7. Replies
    4
    Views
    452

    v153 Setting up new error at checkout

    I have a dropdown box enabled on my checkout page. When a customer hasn't selected something from the dropdown, I need to redirect them to the checkout payment page and show them an error message.
    ...
  8. Replies
    8
    Views
    883

    v153 Re: Order Confirmation Conditional Text

    function send_order_email($zf_insert_id, $zf_mode) {
    global $currencies, $order_totals;
    if ($this->email_low_stock != '' and SEND_LOWSTOCK_EMAIL=='1') {
    // send an email
    ...
  9. Replies
    8
    Views
    883

    v153 Re: Order Confirmation Conditional Text

    If I place a qualifying order with a new account, the text is not shown in the confirmation email.

    I used the final code you posted.


    if (($total_products_price > '500.00') &&...
  10. Replies
    8
    Views
    883

    v153 Re: Order Confirmation Conditional Text

    Hmm. This does not seem to work at all for me.

    I forgot that I need to get it to work on every COWOA order also.
  11. Replies
    8
    Views
    883

    v153 Order Confirmation Conditional Text

    I need to add a statement to the order confirmation email if the order meets the following conditions:

    1) Customer's first order
    2) Payment module is payflow
    3) Order total is over $500

    I...
  12. v151 Re: Flexible Return Authorization (RMA) Support Thread

    Having a heck of a time getting the RMA info to show up in the admin edit orders page. I'm using super orders. I've tried inserting the RMA code every which way I could, but can't get the info to...
  13. Replies
    41
    Views
    31,397

    Re: coupons expired not showing inactive

    Was having issues with the coupon list.. updated the query to:


    if($status == 'Y') { $cc_query_raw = "select coupon_id, coupon_code, coupon_amount, coupon_type,...
  14. Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Having difficulties getting this plugin to work properly. It subscribes fine and sends out a confirmation email. When I run the cron file, it says it is sending out notifications, but it doesn't...
  15. Replies
    2,176
    Views
    496,780

    Re: Fast and Easy Checkout for Zen Cart

    After digging, I found an answer.

    https://www.zen-cart.com/showthread.php?175464-Set-default-selected-shipping-method&p=1036811#post1036811
  16. Replies
    2,176
    Views
    496,780

    Re: Fast and Easy Checkout for Zen Cart

    Let me simplify my issue. If there's no shipping method selected, FEC still allows the customer to go to the order confirmation page without selecting a shipping method. This should not be the...
  17. Replies
    2,176
    Views
    496,780

    Re: Fast and Easy Checkout for Zen Cart

    ZC 1.5.3 / FEC 1.15.3

    If a postal code is incorrect, FedEx gives the error message:


    Error in processing transaction.
    WARNING: There are no valid services available

    But does not force...
  18. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    For anyone who has been having the same troubles I was having with group discounts causing calculation errors in 4.1.4, I do now have a copy of 4.0.4 that will work on ZC 1.5.3. At least now I can...
  19. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Ugh... Bummer. I am desperate for a solution to the miscalculation errors in EO 4.1.4.
  20. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Since I can't get the calculations to work right with EO 4.1.4, I uninstalled and installed EO 4.0.4. When I load the edit orders page, I'm getting "Failed to connect database:opai" at the advanced...
  21. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Have you had a chance to make any progress on the fix for this?
  22. Replies
    797
    Views
    130,741

    Sticky: v150 Re: Super Orders v4.0 Support Thread

    Yes, I'm aware of that setting. I would like to disable the feature completely and specify that the current status is used when issuing a refund.
  23. Replies
    797
    Views
    130,741

    Sticky: v150 Re: Super Orders v4.0 Support Thread

    When issuing a refund, is there a way to specify that I don't want it to change the order status? Every time I process a refund, it changes the order status to "pending". I just want it to use the...
  24. v153 Re: append product name if on special or sale or new

    For specials:


    <?php
    $specialsql = "select specials_id from " . TABLE_SPECIALS . " where status = "1" products_id=" . (int)$_GET['products_id'] . ";";
    $special_result =...
  25. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    In case this gives you more info, when I have the group discount enabled, but there is no tax on the order, the total is correct. So it must have something to do with the tax calculations when using...
  26. v153 Re: append product name if on special or sale or new

    Oops. To check if a product is new and display "new" after the product name should be:

    <?php
    $datesql = "select products_date_added from " . TABLE_PRODUCTS . " where products_id=" ....
  27. v153 Re: append product name if on special or sale or new

    For specials:


    <?php $specialsql = "select specials_id from " . TABLE_SPECIALS . " where products_id=" . (int)$_GET['products_id'] . ";";
    $special_result = $db->Execute($specialsql);
    if...
  28. v153 Re: append product name if on special or sale or new

    I still need help with the code to check if a product is on special or on sale.

    Here's what I have to check if a product is new and display "new" after the product name:

    <?php
    $datesql =...
  29. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Thank you SO much. I really appreciate you taking the time to figure it out!
  30. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Sub-Total: $100.00
    Flat Rate (Best Way): $5.00
    Discount Coupon: test : $10.00
    Ontario: $11.70
    Total: $106.70

    Clicked edit. Clicked update. Order total is correct.

    Sub-Total: $100.00...
  31. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Removed group discount from order total modules.
    Clicked edit order.
    Clicked Update button.

    Order totals appear as:

    Group Discount: $9.00
    Sub-Total: $100.00
    Discount Coupon: -$10.00 ...
  32. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Just set up a completely vanilla version of zc153.
    Installed Edit Orders 4.1.4 ONLY.
    Created one tax zone - Ontario 13%.
    Did not install ANY shipping modules.
    Did not install ANY order...
  33. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    When I put the group discount before the coupon discount, the line items add up correctly, but the tax is 2 cents too low and then the total is 3 cents too low. Again, this only happens when...
  34. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Another clue perhaps? If I move the group discount just before the total, the total becomes correct, but the tax is then incorrect.
  35. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Forgot one: Optional Shipping Insurance @version $Id: ot_insurance.php 12 2011-09-17 00:26:13Z numinix $

    Just tried updating to 3.2.2, but when I tried to edit an order, it added the insurance no...
  36. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Stock ZC 1.5.3 (I uploaded again just to be sure)
    Better Together Version 2.5.1
    Combination Discounts Version 1.0.9

    Here is my update log:


    ...
  37. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    An example with a test order that I just did and documented my exact steps.

    Submitted this order:

    1 x ITEM = CDN $6.41
    1 x ITEM = CDN $5.80
    10 x ITEM = CDN $52.70
    Sub-Total: CDN $64.91...
  38. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    What I can't understand is that the orders are coming through with correct totals. It's only after being edited that the totals become incorrect. If it were due to an order total module, wouldn't...
  39. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    So far what I've come up with is that is has to do with the settings of ot_coupon and ot_group_pricing. Is there some specific setting that these should use?

    Here's what I have for settings:
    ...
  40. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    We are experiencing this same situation as carlwhat.

    Tax is being deleted from some orders and the tax is not being recalculated on others.. Would love to know if we have something installed in...
  41. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    ZC 1.5.3
    EO 4.1.4
    SO 4.0.5

    Tax doesn't seem to be recalculating at all. I've tried clicking update.. I've tried just hitting enter. Tax never adjusts.

    100 ## Sub-Total ot_subtotal
    102...
  42. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    Sorry, found my answer: http://www.zen-cart.com/showthread.php?200407-Edit-Orders-v4-0-Support-Thread&p=1242779#post1242779
  43. Replies
    1,783
    Views
    246,523

    v150 Re: Edit Orders v4.0 Support Thread

    When I click to update the order after editing, I get a blank page.

    Logs say:


    [09-Mar-2015 12:26:48] [09-Mar-2015 12:37:45] PHP Fatal error: Call to undefined function ...
  44. v153 Re: Display text on products in certain category only

    This works:


    <?php $clearlink = zen_product_in_category($_GET['products_id'], 284);
    if ($clearlink == 1) { echo '<div class="productIcon disc">'.TITLE_TXT_CLEARANCE.'</div>'; }?>
  45. v153 Re: Display text on products in certain category only

    Hm, so that only works if I click on the product from the clearance category.. but a product in clearance may be listed in multiple categories. And if I click on it from a linked category, it...
  46. v153 Re: Display text on products in certain category only

    I did it like this:


    <?php if ($cPath == 284) { echo '<div class="productIcon disc">'.TITLE_TXT_CLEARANCE.'</div>'; }?>
  47. v153 Re: Display text on products in certain category only

    see this post: http://www.zen-cart.com/showthread.php?121790-How-to-display-some-sitebox-only-on-certain-category-or-product-page&p=695056#post695056
  48. v153 Display text on products in certain category only

    I have a category for clearance items (master_categories_id 284). I'd like to display the text "discontinued" on the product info page where the item is in the clearance category. Can anyone help...
  49. Replies
    2,474
    Views
    416,481

    Re: Reward Points Module- Live Release now available.

    So I guess I've messed up somewhere here. I'm hoping someone can help me figure this out.

    I want to:
    zen_reward_customer_points.reward_points - zen_reward_status_track.reward_points
    WHEN...
  50. v153 append product name if on special or sale or new

    I'd like to append the product name with "ON SALE" if the product is on sale, or "SPECIAL PRICE" if the product is on special, or "NEW" if the product is new. Can anyone tell me what codes I would...
Results 1 to 50 of 298
Page 1 of 6 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR