• Resolved demented_circus_monkey

    (@demented_circus_monkey)


    First, I would like to say thank you very much for this shipping table, it’s very easy to use and it works great! 5/5 Stars!

    I was wondering if there was a way I could make it so when I add and new table rate it would cycle through default min max rates.

    Example: You click on Add Table Rate it then inserts a new table with the min set at 0, max at 15.
    The next time you click on Add Table rate it inserts a new table with the min set at 15.01 and the max at 25.
    Once you’re at your end of the min max list it would start back over at the 0 min, max at 15. rate.

    This would be very helpful for me as I have thousands of entries to do. I currently have over 1000 entries as it is. – Note to other users that are reading this if you have an error that your php_value max_input_vars limit is reached. change your .htaccess file to

    <ifmodule mod_rewrite.c>
    RewriteEngine On
    php_value max_input_vars 35000
    </ifmodule>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/wordpress/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/wordpress/index.php [L]
    </IfModule>
    
    # END WordPress

    This will allow you to have more table rates, and your code in your .htaccess will not reset on saved settings in wordpress.

    And as always backup your files before you make changes incase something goes wrong.

    -demented_circus_monkey

    https://www.ads-software.com/plugins/table-rate-shipping-for-woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter demented_circus_monkey

    (@demented_circus_monkey)

    – Or if there was a way I could just copy/paste my current table list and then edit the pasted file information would be another way it could work as well.

    Thanks

    -demented_circus_monkey

    Thread Starter demented_circus_monkey

    (@demented_circus_monkey)

    I don’t like doing this, but I’m going to try and bump this post. Been trying to get this working for a few days now.

    Plugin Author mangohour

    (@mangohour)

    Hi demented_circus_monkey,

    Thanks for your comments.

    A feature to duplicate entries is in the works, but is not ready just yet.

    But it is worth noting that you can usually leave “Min” as 0, assuming that your postage increases in line with the “Max” value. The cheapest applicable rate will always be chosen, so if they overlap it shouldn’t be a problem. Hopefully this will help you insert the rates faster for now.

    – John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Default Add Table rate rules’ is closed to new replies.