• Resolved wp-centrics

    (@wpcentrics)


    Hi!

    I’m Carles, from wp-centrics Fish and Ships: https://www.ads-software.com/plugins/fish-and-ships/

    A customer asked us about an issue with your plugin: the shipping costs of our plugin aren’t set on the feed (at least, at google shopping channel)

    After digging a bit, seems your plugin tries to read the cost value from the cost field, in the way as does in WC flat shipping:

    if(isset($v->instance_settings['cost'])){
        $shipping_cost = $v->instance_settings['cost'];

    …but obviously this doesn’t work on a plugin that does calculation and the cost is not set directly for our users into the configuration form

    how can us be compatible with yoy?

    Thanks in advance,
    Carles Martin
    wp-centrics support team

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Unfortunately we do not plan on adding other plugin support to the shipping logic of our plugin. Its already pretty complex (code-wise) and we do not want to make changes to it just for one user.

    Thread Starter wp-centrics

    (@wpcentrics)

    Hello. Sad to read this. In any case, thank you for your sincere reply and good luck!

    Carles.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Support for 3rd party shipping methods?’ is closed to new replies.