Viewing 9 replies - 1 through 9 (of 9 total)
  • Can you replicate the problem using the default Twenty Fourteen theme with all other plugins deactivated?

    Thread Starter gaoupiou

    (@gaoupiou)

    i have done this two days ago and i had the same behave.
    I will do this again

    Thread Starter gaoupiou

    (@gaoupiou)

    It is not working.
    What are the settings for tax to work;

    Tax by (Shipping) Zones (yes / no)
    Tax shipping? (yes/no)
    Minimal checkout form. (this also disables shipping costs)(yes/no)

    something else maybe?

    It works just fine for us and the vast majority of eShop’s approx 100,000 users.
    Tax by (Shipping) Zones: Yes
    Tax shipping?: (you’ll have to decide this one yourself)
    Minimal checkout form: No

    Thread Starter gaoupiou

    (@gaoupiou)

    So if i disable sipping costs, tax costs not working?

    In downloads only mode taxes work without shipping costs.
    It is not the same?

    So if i disable sipping costs, tax costs not working?

    No – I did not say that. What I implied that that only you could decide if you want to tax shipping or not. Taxes will work irrespective of what setting you use here.

    Thread Starter gaoupiou

    (@gaoupiou)

    i have added the following code for custom post types.

    ***********************************************
    add_filter(‘eshop_post_types’,’mycustomtype’);
    function mycustomtype($array){
    $array=array(‘mytype’);
    return $array;
    }
    ***********************************************
    from here –> https://quirm.net/forum/topic.php?id=2850

    that’s why taxes not working.

    Can i use custom post types with taxes?

    You should be able to do so but have you tried removing this and seeing if your taxes are working?

    As there has not been an update to this topic for a while, I can only assume that the issue has now been resolved and I am now marking it as such. If this is incorrect, please feel free to change the topic’s status and/or post a follow-up.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘tax works only on downloads only mode’ is closed to new replies.