• Resolved lws-mo

    (@lws-mo)


    Hello,

    today I encountered a problem regarding this plugin.

    I use this plugin to add an extra fee to one shipping method only.

    The plugin was working fine till today, I changed the extra fee from “4” to “5,6”.
    The problem is on the front end, the fee is still “4”.

    It seems that the fields in the backend didnt get used?!

    The only way I could update the fee now was with the filter “wc_smart_cod_fee”.

    I also tried several other option (but didnt change anything before, only the fee amount). And I also tried de- an reactivating the plugin. Still the same problem.

    Do you have any idea what can cause this?
    I tried to search for the value “4” or “4,00” in the database but couldnt find the correct option in the db.

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

    (@lws-mo)

    Some more Info…
    I now found an entry in the database which, maybe, has to do with that problem.

    option_name:
    codpf_rates

    option_value was:
    a:1:{i:0;a:4{s:10:”total_from”;s:4:”0.00″;s:8:”total_to”;s:4:”0.00″;s:3:”fee”;s:4:”4.00“;s:8:”fee_type”;s:6:”amount”;}}

    I now changed this entry to:
    a:1:{i:0;a:4{s:10:”total_from”;s:4:”0.00″;s:8:”total_to”;s:4:”0.00″;s:3:”fee”;s:4:”5.60“;s:8:”fee_type”;s:6:”amount”;}}

    Deleted all transients and sessions.

    But still, on the frontend it shows as 4.00€?!

    Plugin Author FullStack-ing

    (@fullstackhouse)

    Our plugin is working 100% properly.
    You can update the extra fee normally.
    codpf_rates it’s not a setting of ours.
    Please disable any other COD plugins you have and save the settings in our plugin again.

    Best Regards

    @lws-mo You have also activated one other plugin called WooCommerce Extra Charges To Payment Gateway (Standard) and it holds the fee from that plugin as well! disable Smart COD then delete the value you have entered in extra fee box, disable that other plugin and then reactivate Smart COD!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot update the extra fee in options’ is closed to new replies.