Page 4 of 9 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 81
  1. #31
    Join Date
    Dec 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: SplitTaxLines mod support thread

    We can also use this great module with 1.3.8a and Alan's great module :)

  2. #32
    Join Date
    Aug 2005
    Posts
    202
    Plugin Contributions
    0

    Default Re: SplitTaxLines mod support thread

    Quote Originally Posted by vhjdb View Post
    We can also use this great module with 1.3.8a and Alan's great module :)
    do you made STL and CTE in zc1.3.8a work together ?

  3. #33
    Join Date
    Dec 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: SplitTaxLines mod support thread

    I am using STL in 1.3.7.1 and it works fine. I am in the process of upgrading it to 1.3.8a. STL is must for my site, I could use CTE if it is compatible with STL in 1.3.8a.

  4. #34
    Join Date
    Feb 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: SplitTaxLines mod support thread

    Still with ZC 1.3.7.
    Is the STL version 1.1 working with ZC 1.3.7 or only with 1.3.7.1 ?

  5. #35
    Join Date
    Nov 2007
    Posts
    31
    Plugin Contributions
    1

    Default Re: SplitTaxLines mod support thread

    imak,

    I haven't tested this mod with 1.3.7 but I would expect it to work as I don't think that any of the differences between 1.3.7 and 1.3.7.1 will affect it.

    Just be certain that you are using the right version of split tax lines. Version 1.1 is for the 1.3.8 series of zen-cart. For zen-cart 1.3.7 the one that you need is STL v1.01

    Let us know if you have success with it!
    Alan

  6. #36
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,340
    Plugin Contributions
    55

    Default Re: SplitTaxLines mod support thread

    Alan, you could use PRODUCT_VERSION_MAJOR and PRODUCT_VERSION_MINOR to distinguish 1.3.7 from 1.3.8 and have one version for all versions of Zen Cart.

  7. #37
    Join Date
    Nov 2007
    Posts
    31
    Plugin Contributions
    1

    Default Re: SplitTaxLines mod support thread

    Quote Originally Posted by numinix View Post
    Alan, you could use PRODUCT_VERSION_MAJOR and PRODUCT_VERSION_MINOR to distinguish 1.3.7 from 1.3.8 and have one version for all versions of Zen Cart.
    Hi numinix,
    I looked into this a bit but unfortunately, the 1.3.7-based STL has a different file structure compared to the 1.3.8-based STL due to core changes in the tax calculations between the two zen-cart versions. I felt (and still feel) that the safest way was to have two separate versions. The unfortunate side effect is that there is a greater risk of confusion to the user.

    If you have come up with a way to manage this type of thing using the internal version numbers please let me know and I will re-examine my approach. I would like to simplify but I just can't see a way.

    By the way - have you had a chance to extend your customer tax exempt functionality into the new core tax functions in 1.3.8? STL and CTE will play nicely once you have completed this, and we're all looking forward to that day :-)

    Alan

  8. #38
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,340
    Plugin Contributions
    55

    Default Re: SplitTaxLines mod support thread

    Quote Originally Posted by alanhigg View Post
    Hi numinix,
    I looked into this a bit but unfortunately, the 1.3.7-based STL has a different file structure compared to the 1.3.8-based STL due to core changes in the tax calculations between the two zen-cart versions. I felt (and still feel) that the safest way was to have two separate versions. The unfortunate side effect is that there is a greater risk of confusion to the user.

    If you have come up with a way to manage this type of thing using the internal version numbers please let me know and I will re-examine my approach. I would like to simplify but I just can't see a way.

    By the way - have you had a chance to extend your customer tax exempt functionality into the new core tax functions in 1.3.8? STL and CTE will play nicely once you have completed this, and we're all looking forward to that day :-)

    Alan

    No I haven't had time. Very busy building sites and writing new mods for clients. If someone would like to sponsor an upgrade, I can make it a priority. I wrote this mod when Numinix sold computer hardware and as we no longer need to set some customers as exempt, I haven't had to use the mod myself.

    Alan, specifically, which files have moved and to what folders?

  9. #39
    Join Date
    Nov 2007
    Posts
    31
    Plugin Contributions
    1

    Default Re: SplitTaxLines mod support thread

    Quote Originally Posted by numinix View Post
    Alan, specifically, which files have moved and to what folders?
    Hi numinix,

    Nothing has moved in zc, it's mainly just the STL installation process that differs by one file:

    stl1.01 for zc-1.3.7 - ships with extra tax functions defined in "includes>functions>extra_functions>functions_splittaxlines.php"
    stl1.1 for zc-1.3.8 - does not need this file as the core zc tax functions have been upgraded to provide the functionality needed.

    I could ask the user to copy (or not ) this extra file depending on the zc version being used but I feel this really increases the likelihood that someone may leave it out when it is needed and bring his cart crashing to the ground, so I have avoided that until now.

    I will be sending you a pm shortly with a few thoughts that are more about CTE than STL and therefore don't really need to be on this support thread.

    Alan

  10. #40
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,340
    Plugin Contributions
    55

    Default Re: SplitTaxLines mod support thread

    Quote Originally Posted by alanhigg View Post
    Hi numinix,

    Nothing has moved in zc, it's mainly just the STL installation process that differs by one file:

    stl1.01 for zc-1.3.7 - ships with extra tax functions defined in "includes>functions>extra_functions>functions_splittaxlines.php"
    stl1.1 for zc-1.3.8 - does not need this file as the core zc tax functions have been upgraded to provide the functionality needed.

    I could ask the user to copy (or not ) this extra file depending on the zc version being used but I feel this really increases the likelihood that someone may leave it out when it is needed and bring his cart crashing to the ground, so I have avoided that until now.

    I will be sending you a pm shortly with a few thoughts that are more about CTE than STL and therefore don't really need to be on this support thread.

    Alan

    That folder still exists in 1.3.8 so at the very beginning of your custom function file, you can add

    PHP Code:
    if (PROJECT_VERSION_MAJOR != '1' && substr(PROJECT_VERSION_MINOR03) != '3.8') { 
    I've read your PM and have responded. I will set aside a little time this weekend.

 

 
Page 4 of 9 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Just another Cross-Sell mod (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 702
    Last Post: 3 Nov 2012, 04:30 AM
  2. Instant ECheck Emails
    By funkdrmr in forum Addon Payment Modules
    Replies: 5
    Last Post: 23 Feb 2007, 01:05 AM
  3. Replies: 0
    Last Post: 17 Nov 2006, 05:31 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •