Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Vendor name clickable in order emails etc. #77414
    Björn
    Participant

    Found the solution… It was just to easy…

    🙂

    Thanks anyway!

    in reply to: Vendor name clickable in order emails etc. #77413
    Björn
    Participant

    Hi Ben,

    I have a small question… is it possible to have just read-only rights
    for this field in the front end?
    I don’t want the vendor to be able to change the VAT number, but I want
    them to see it’s there.

    BR
    Björn

    Björn
    Participant

    Hi,

    I have almost the same problem. But mine is a little bit worse.

    I don’t get the link (url to shipping provider) or the Tracking number in e-mail or on customers dashboard…

    This is my code in functions.php:

    function custom_shipping_providers( $providers ){
    $providers = array( ‘Shipping Providers:’ => array( // Change Your Title to something else
    ‘Å&Oring;company1’ => ‘http://www.company1/track/?shipmentid=%1$s’,
    ‘Å&Oring;company2’ => ‘http://www.company2.com/%1$s’,
    ));
    return $providers;
    }
    add_filter( ‘wcv_shipping_providers_list’, ‘custom_shipping_providers’ );

    Any ideas?

    in reply to: Changelog for new updates #69205
    Björn
    Participant

    Thanks Anna!

    Is there a permanent place we all can find the changelogs on your homepage
    for the different products you offer?
    That would be perfect, also for you to point at within WordPress.

    Again, thanks for your quick response!

    Björn

Viewing 4 posts - 1 through 4 (of 4 total)