Search:

Type: Posts; User: dreamz

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    4,002

    Re: CA tax calculations not right

    No reason from the admins?
  2. Re: How Did You Hear About Us? Apostrophe in Other

    Anyone have an idea about how to fix this - it pretty much ruins the module.
  3. How Did You Hear About Us? Apostrophe in Other

    I have other referrals set up and that is what my customers mostly use so I can track magazines, tv etc. Whenever anyone enters a word with an apostrophe in it like Scruffy's, I get the following...
  4. Replies
    14
    Views
    4,002

    Re: CA tax calculations not right

    Months and months later and more and more complaints about this tax issue. Is there a reason why Zen Cart figures the tax out on each item instead of the total order? It's 100% wrong. Any zencart...
  5. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    Haven't been around for a while. My fix works mostly, but it still screws up on some sales by a few pennies. It's maddening. Why can't there just be a compute tax on order instead of line item. ...
  6. Replies
    14
    Views
    5,683

    Re: Setting up California Taxes

    Sales tax in CA doesn't compute correctly for certain amounts - it's almost always off by a few pennies because tax is being computed on each item separately. This is completely wrong. It should be...
  7. Replies
    0
    Views
    1,323

    Too Many Orders causing missed CC emails?

    I had about a hundred orders over a couple of hours today (more than usual due to an ad). I collect Credit Card Numbers and process them manually so I get an additional email sent with teh middle of...
  8. Replies
    3
    Views
    1,364

    Re: Phone number formatting in Invoice

    thanks!
  9. Replies
    3
    Views
    1,364

    Re: Phone number formatting in Invoice

    I found this snippet online for formatting phone numbers with php.



    // Format phone number
    function formatPhoneNumber($strPhone)
    {
    $strPhone =...
  10. Replies
    3
    Views
    1,364

    Phone number formatting in Invoice

    Is there a way have the formatting of phone numbers be the same on invoices instead of the same as how a customer enters it? I'd like it to be (xxx) xxx-xxxx
    instead of xxxxxxxxxx or whatever a...
  11. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    I changed the tax calculation rounding to keep 1 extra digit ( +1 ) in /includes/classes/order.php line 512:

    $tax_add = zen_round(($products_tax / 100) * $shown_price,...
  12. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    thanks for the info rstevenson. Will this actually solve the problem even though it might not look too good?
  13. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    Should I be posting this in the bug area?
  14. Replies
    14
    Views
    4,002

    Re: CA tax calculations not right

    Where is the code for computing tax to be found? I'd like to see if it can be changed to compute the tax on the order sub total instead of adding the tax for each item. Here's why it's a problem as...
  15. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    Dr Byte - Is there a way to have zen cart compute tax on the order sub total before shipping instead of on each item and then adding the tax for each item up? This seems to be a bug that should be...
  16. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    As I've posted on the other thread that you (hedera) began and which DrByte referenced - I am having this exact problem. Using Quickbooks the numbers do not match up. Tax on an order should be...
  17. Replies
    14
    Views
    4,002

    Re: CA tax calculations not right

    This is indeed a bug and I am experiencing the same problem in California. Is there a solution to this? Quickbooks computes it differently, which brought it to my attention, and this is a tax issue...
  18. Replies
    12
    Views
    1,685

    Re: Shopping Cart Error in IE6

    Thanks I'll take a look
  19. Replies
    514
    Views
    118,168

    Re: Fual Slimbox (Lightbox) - Support

    I'm having the very same issue. How did youy tweak the swfobject script? Can you share that with us?
  20. Replies
    12
    Views
    1,685

    Re: Shopping Cart Error in IE6

    re- yellow1912

    I'm getttin gthis exact issue - Flash on the page with faux slimbox, latest version of everything. What is the way around?
  21. Replies
    5
    Views
    1,983

    Re: How to use Image vs CSS Buttons

    I'm not sure if this is still the same issue, but this thread has info on this issue for an older version of zc. It seems the update button is seperate from the other buttons. I'm going to make a...
  22. Replies
    82
    Views
    27,555

    Re: Going back to the root makes root pages ssl

    Zen cart is not installed in the root of my site, it's in http://www.domain.com/store. The store has only relative links and so works just fine going back and forth between secure store pages and...
  23. Re: HOW TO: Add a desired shipping date field to order form [description]

    A cancel date is usually coupled with a ship date in wholesale orders. That is - it is a window of time where the purchase can be shipped within. I guess it would just be a second field very much...
  24. Re: HOW TO: Add a desired shipping date field to order form [description]

    Thanks for posting this. I know alot of zenners have been waiting for someone to work this one out! I have a few questions.


    In #10 the file mentioned \includes\languages\english\orders.php...
  25. Replies
    5
    Views
    2,106

    Re: add a shipping date field

    I'm also really hoping you do post this as a mod or a text file outlining the process.
  26. Make Help link lightbox instead of popup window

    How would I change the code in store/includes/languages/english/shopping_cart.php

    Line #28 :
    define('TEXT_VISITORS_CART', '<a href="javascript:session_win();">[help (?)]</a>');

    to utilize...
  27. Thread: Delivery Date

    by dreamz
    Replies
    13
    Views
    3,660

    Re: Delivery Date

    My concern is that I want to make sure it's not overlooked. It should be a required field.
  28. Re: Support thread: Social Bookmarking/Social Shopping

    Does this work with 1.38? I'm geting the following after installing it on my local server (php 5 xammp on windowz)

    Warning: include(includes/templates/template_default/templates/tpl_social.php)...
  29. Thread: Delivery Date

    by dreamz
    Replies
    13
    Views
    3,660

    Ship Date

    Does anyone have any suggestions to this? I need to also add shipping date to checkout process.
  30. Thread: Net 30 Terms

    by dreamz
    Replies
    3
    Views
    3,756

    Re: Net 30 Terms

    I just created my own net 30 payment module based on the moneyorder module. Not the ideal solution - I would rather have a module where you can actually select the net terms - ie. net 30, net 45 or...
  31. Thread: Net 30 Terms

    by dreamz
    Replies
    3
    Views
    3,756

    Re: Net 30 Terms

    I'm also looking for a mod that has terms - net 30, net 45, net 60. I see there's an oscommerce net30 mod
    oscommerce.com/community/contributions,2411/category,1/search,net+terms

    Any chance...
  32. Replies
    543
    Views
    121,537

    Re: Product Attribute Grid

    Ah, I didn't see that. Thanks, it worked like a charm!
  33. Replies
    543
    Views
    121,537

    Re: Product Attribute Grid

    I changed sort order and made "Buy" first. You can see the results. It looks better but still a bit out of sorts. I'd love to be able to just have the add qty cells for just the color attributes...
  34. Replies
    543
    Views
    121,537

    Re: Product Attribute Grid

    I installed the mod to work to update a style with multiple quantities depending on the color selected. I only have 2 option names - "Color" and "Buy". I's rather not even give "Buy" an option...
  35. Re: Having Quantity for an Attribute using check box

    It looks like I can do it with this mod - Product Attribute Grid - But I have to add another option
  36. Having Quantity for an Attribute using check box

    Scenario: This is for a wholesale cart. Shirts come in different colors. I want to have the colors as check boxes and quantity as well so that a customer can order color with quantities in one shot...
  37. Replies
    514
    Views
    118,168

    Re: Fual Slimbox (Lightbox) - Support

    There is a global setting for Iframe height and width in amin section. Is there a way to control the width and height of an individual Iframe?
  38. Re: FCKeditor 2.4.3 - Content Editor for Zen Cart

    Turns out I somehow screwed up my Define status table and had to repopulate it. DrByte figured this out! I somehow managed to get Localization --> Order Status to become empty which caused the...
  39. Replies
    17
    Views
    2,494

    Re: Orders not appearing at the list

    Thanks again DrByte. I would have been pulling hair still!
  40. Replies
    17
    Views
    2,494

    Re: Orders not appearing at the list

    I just inserted a new one for "Processing" and the order now shows up! I guess I have to add each "Order Status" individually for the payment module I'm using (offline CC) , right?

    :smile:
  41. Replies
    17
    Views
    2,494

    Re: Orders not appearing at the list

    I have no entries there
  42. Replies
    17
    Views
    2,494

    Re: Orders not appearing at the list

    I did notice that when I do a search by id and I'm able to see the order, the status field drop down is empty. Checking the db orders table for orders_status shows 1. I don't know if that means...
  43. Replies
    17
    Views
    2,494

    Re: Orders not appearing at the list

    When I'm in Admin --> Customers --> Orders and I do a search from the 3 search input items:

    Search - nothing
    Search by Product Name or ID:XX or Model - Nothing - searched on id, product name
    ...
  44. Replies
    514
    Views
    118,168

    Re: Fual Slimbox (Lightbox) - Support

    I haven't used an image map in years, but the image I'm using is a circle made up of circles and slicing wouldn't work.
  45. Re: Can't get "referrals " mod working

    I installed 1.37 and the front end is working fine, but I don't see any orders in the admin area. I do see the order in the database and if I put in the order id. When I click on Orders a blank...
  46. Replies
    17
    Views
    2,494

    Re: Orders not appearing at the list

    Hi I have the same problem, but Total ot_total is installed enabled along with ot_shipping, ot_subtotal and ot_tax which all have unique ort #'s. I can see the orders in the database and in the...
  47. Replies
    8
    Views
    4,423

    Re: upgrade total mash up

    Thanks - this post just saved me a heap of trouble!
    :clap:
  48. Replies
    514
    Views
    118,168

    Re: Fual Slimbox (Lightbox) - Support

    Is there a way to use the add-on with an image map?
  49. Replies
    514
    Views
    118,168

    Re: Fual Slimbox (Lightbox) - Support

    Thanks, I added the script to modules/pages/index and it worked great. Easy upgrade just now also! :smile:
  50. Replies
    514
    Views
    118,168

    Re: Fual Slimbox (Lightbox) - Support

    Great plugin, it works fine even with the Lightbox plugin installed and does turn it off!

    I saw the response about adding the effect to ex pages, but how do I add the effect to...
Results 1 to 50 of 52
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR